Quest save/load + beta tag for prereleases
This commit is contained in:
parent
f4cf1ef4e9
commit
33bcd65c53
5 changed files with 25 additions and 2 deletions
|
|
@ -4,3 +4,6 @@ func _ready():
|
|||
text = "GammaCosmicRays version {version}".format({"version" : Game.gameversion})
|
||||
if OS.has_feature("editor"):
|
||||
text += " uncompiled\nThis is a debug/prerelease version."
|
||||
else:
|
||||
if Game.beta:
|
||||
text += " beta\nThis is a closed beta version."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue