fix controller support and add in game menu
This commit is contained in:
parent
9bd94304fe
commit
8c9060147f
10 changed files with 295 additions and 94 deletions
|
@ -5,6 +5,7 @@ func _ready():
|
|||
randomize()
|
||||
$VersionLabel.text = "Pneumatic Plaything v%s" % ProjectSettings.get_setting("application/config/version")
|
||||
$Backgrounds.get_child(randi() % $Backgrounds.get_child_count()).visible = true
|
||||
$Buttons/EditorButton.grab_focus()
|
||||
|
||||
var moddir = DirAccess.open("user://Mods")
|
||||
if moddir == null:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue