working on rat

This commit is contained in:
derek
2025-05-12 16:43:25 -05:00
parent 4c98bca83b
commit ed3c47e9cf
10 changed files with 119 additions and 92 deletions

View File

@@ -100,9 +100,9 @@ func _ready():
func _process(delta):
line_of_sight.global_position = global_position + Vector3(0,1.5,0)
move_and_slide()
look_at_player()
move_and_slide()
func stun():
change_state_to("stunned")