Files
pfMaze/AI.tscn
2024-09-17 07:45:51 -04:00

20 lines
658 B
Plaintext

[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")