update logo and change some text
This commit is contained in:
parent
72b8578ece
commit
539c09e5fe
7 changed files with 57 additions and 9 deletions
|
@ -3,6 +3,7 @@ extends Control
|
|||
func _ready():
|
||||
OS.request_permissions()
|
||||
randomize()
|
||||
$VersionLabel.text = "Pneumatic Plaything v%s" % ProjectSettings.get_setting("application/config/version")
|
||||
$Backgrounds.get_child(randi() % $Backgrounds.get_child_count()).visible = true
|
||||
|
||||
var moddir = DirAccess.open("user://Mods")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue