feat: renamed player_character to character_actor

This commit is contained in:
Sara 2024-03-25 16:02:21 +01:00
parent b5505d7317
commit 3b75b13a14
9 changed files with 50 additions and 55 deletions

View file

@ -25,9 +25,6 @@ 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="NavigationAgent3D" type="NavigationAgent3D" parent="."]