Added enemy chasing

This commit is contained in:
2026-01-08 17:25:53 +03:00
parent 9431bb4f44
commit 3e73fe8e1f
8 changed files with 433 additions and 125 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ func _physics_process(delta: float) -> void:
func _input(event: InputEvent) -> void:
if event.is_action_pressed("switch_color"):
if event.is_action_pressed("switch_color") and _is_alive:
collision_switcher.switch_color(switch_time)