AI has better detection, committing before a larger rework

This commit is contained in:
derek
2025-04-24 15:22:30 -05:00
parent 53ce4e401f
commit 9be895e89f
19 changed files with 240 additions and 48 deletions

View File

@@ -0,0 +1,7 @@
extends Node3D
func _on_switch_1_switch_changed() -> void:
var parent = get_parent()
parent.number_of_enemies = 1
parent.spawn_enemies()