forked from team-sg/hero-mark-2
seperate ui controls from gameplay controls, scrolling controls screen
This commit is contained in:
parent
3c69e4d14d
commit
ab094fd6ce
8 changed files with 273 additions and 71 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue