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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user