feat: Implement core player character setup, a centralized notification system, and special tile power-up management with inventory and cooldowns.

This commit is contained in:
Yogi Wiguna
2026-02-05 17:16:15 +08:00
parent e933773688
commit a4bd5e3c0b
13 changed files with 208 additions and 26 deletions
+4
View File
@@ -40,6 +40,10 @@ func _ready():
await get_tree().process_frame
_auto_start_from_lobby()
# Hide MessageBar (User Request)
if message_bar:
message_bar.visible = false
# Ensure grid is randomized with Scarcity if server
if multiplayer.is_server():
randomize_game_grid()