feat: implement UIManager for player board, action buttons, and power-up bar UI.

This commit is contained in:
Yogi Wiguna
2026-02-10 11:53:35 +08:00
parent 2c1f6746d4
commit a27ff8634d
2 changed files with 39 additions and 1 deletions
-1
View File
@@ -63,7 +63,6 @@ func initialize(player_node):
# Connect PlayerName label (Level/XP/Name UI)
player_name_label = player_node.get_node_or_null("PlayerName")
# ... (skipping unchanged functions) ...
func set_local_player(player):
local_player_character = player