feat : mobile input controller

This commit is contained in:
2026-04-13 18:15:49 +08:00
parent a478e3fc2e
commit a592eb1de0
25 changed files with 771 additions and 2058 deletions
+1 -1
View File
@@ -714,7 +714,7 @@ func _setup_client_game():
print("Client: Configured local player ", my_id)
# ALWAYS setup PowerUpUI when we have the local player, just in case
var powerup_ui = get_node_or_null("PowerUpInventoryUI")
var powerup_ui = get_node_or_null("TouchLayer/TouchControls/PowerUpInventoryUI")
if powerup_ui:
powerup_ui.setup(player_character)
print("Client: PowerUpInventoryUI setup forced for ", my_id)