New profiles system + auto version label
This commit is contained in:
parent
94ee27472c
commit
6ffa6e643b
7 changed files with 128 additions and 49 deletions
6
scripts/misc/VersionLabel.gd
Normal file
6
scripts/misc/VersionLabel.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends Label
|
||||
|
||||
func _ready():
|
||||
text = "GammaCosmicRays Version {version}"
|
||||
if OS.has_feature("editor"):
|
||||
text += " uncompiled\nThis is a debug/prerelease version."
|
||||
Loading…
Add table
Add a link
Reference in a new issue