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
|
@ -13,6 +13,7 @@ var listen := false
|
|||
|
||||
func _init() -> void:
|
||||
connect("pressed", self, "_on_pressed")
|
||||
add_to_group("controls_buttons")
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue