diff --git a/godot/player_character.tscn b/godot/player_character.tscn index 9e5bf38..bfda8ea 100644 --- a/godot/player_character.tscn +++ b/godot/player_character.tscn @@ -25,6 +25,9 @@ collision_layer = 7 [node name="Health" type="Health" parent="."] max_health = 5 +[node name="StateMachine" type="StateMachine" parent="."] +initial_state = &"FollowingPlayer" + [node name="ProjectilePool" type="ProjectilePool" parent="."] [node name="CollisionShape3D" type="CollisionShape3D" parent="."]