[gd_scene load_steps=5 format=3 uid="uid://dvx48q5ecyxjs"] [ext_resource type="Script" path="res://nodes/npc/npc.gd" id="1_38jh5"] [ext_resource type="Texture2D" uid="uid://bm258xfujps7e" path="res://nodes/npc/npc.png" id="1_hgsqd"] [ext_resource type="Script" path="res://scripts/ia/fsm.gd" id="3_vhp64"] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_f223n"] radius = 6.0 height = 14.0 [node name="npc" type="CharacterBody2D" groups=["npc", "obstacle"]] script = ExtResource("1_38jh5") [node name="shape" type="CollisionShape2D" parent="."] rotation = 1.5708 shape = SubResource("CapsuleShape2D_f223n") [node name="sprite" type="Sprite2D" parent="."] scale = Vector2(0.5, 0.5) texture = ExtResource("1_hgsqd") [node name="fsm" type="Node2D" parent="." node_paths=PackedStringArray("root")] script = ExtResource("3_vhp64") root = NodePath("..")