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