Initial Commit
This commit is contained in:
19
AI.tscn
Normal file
19
AI.tscn
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://f7k4q00o2gnq"]
|
||||
|
||||
[ext_resource type="Script" path="res://AI.gd" id="1_8upf1"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpuvmnj2uuavs" path="res://icon.svg" id="1_ckmxs"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_w7ywt"]
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[node name="AI" type="CharacterBody2D"]
|
||||
script = ExtResource("1_8upf1")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(40, 40)
|
||||
scale = Vector2(0.125, 0.125)
|
||||
texture = ExtResource("1_ckmxs")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(40, 40)
|
||||
shape = SubResource("RectangleShape2D_w7ywt")
|
||||
Reference in New Issue
Block a user