Align patterns better around what UI components are. Move script related controllers to scripts folder

This commit is contained in:
2026-08-15 14:33:53 -05:00
parent 27411ea5fa
commit 2b196455b2
57 changed files with 128 additions and 60 deletions

View File

@@ -0,0 +1,13 @@
class_name FreeBall extends BaseMode
func _init() -> void:
pass
func process_win_condition() -> String:
return super()
#for ball_state in ball_states.values():
#if ball_state["reaped"] or ball_state["sunk"]:
#continue