seperate ui controls from gameplay controls, scrolling controls screen

This commit is contained in:
Haze Weathers 2024-04-01 14:12:32 -04:00
parent 3c69e4d14d
commit ab094fd6ce
8 changed files with 273 additions and 71 deletions

View file

@ -15,6 +15,7 @@ var gamepad_buttons := GAMEPAD_BUTTONS.duplicate()
func _init() -> void:
icon_align = Button.ALIGN_CENTER
connect("pressed", self, "_on_pressed")
add_to_group("controls_buttons")
func _ready() -> void: