feat: add powerup inventory UI for managing player powerups and a mobile touch controls manager with a virtual joystick and configurable action buttons.

This commit is contained in:
Yogi Wiguna
2026-02-26 11:56:16 +08:00
parent 129ff8818a
commit a29f1639f2
2 changed files with 12 additions and 13 deletions
+4
View File
@@ -267,6 +267,10 @@ func _ensure_shortcut_label(btn: Button, button_name: String):
existing_lbl.vertical_alignment = VERTICAL_ALIGNMENT_TOP
existing_lbl.offset_top = -5 # Closer to top
existing_lbl.offset_right = 0 # Aligned with right edge
# Ensure Outline
existing_lbl.add_theme_color_override("font_outline_color", Color.BLACK)
existing_lbl.add_theme_constant_override("outline_size", 4)
return
# Add Keyboard Shortcut Label