Gamepad support
This commit is contained in:
parent
87f841e8e1
commit
ed369cf718
24 changed files with 240 additions and 78 deletions
|
|
@ -1,5 +1,7 @@
|
|||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
$InfoButtons/AboutButton.grab_focus()
|
||||
|
||||
func _on_play_button_pressed() -> void:
|
||||
LevelController.call("StartLevel",preload("uid://dd3yegl1xo44m"),preload("uid://dwd5oqr0tuvhv"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue