enemy movement should be deterministic now

This commit is contained in:
2026-02-11 05:37:55 +11:00
parent b72b05f33b
commit a2dc8f1630
15 changed files with 75 additions and 45 deletions

View File

@@ -76,4 +76,5 @@ func advance_selector() -> void:
func _on_confirm_button_pressed() -> void:
$Controls.visible = false
hero_confirmed.emit()