feat: Establish initial game structure including lobby, UI, and core gameplay managers.

This commit is contained in:
Yogi Wiguna
2026-02-02 15:01:30 +08:00
parent 9201c99d42
commit 66d34d0d29
21 changed files with 1688 additions and 1475 deletions
+1 -1
View File
@@ -683,7 +683,7 @@ func _check_goal_completion():
if player.race_manager.check_pattern_match():
print("[PlayerboardManager] Goal completed for player %s!" % player.name)
# Award power-up bar for goal completion
# Level up boost difficulty on goal completion
var powerup_manager = player.get_node_or_null("PowerUpManager")
if powerup_manager:
powerup_manager.add_goal_completion_reward()