Added hash salt, added game data saving
This commit is contained in:
parent
6ffa6e643b
commit
11ea0f0d51
7 changed files with 43 additions and 51 deletions
|
|
@ -1,6 +1,6 @@
|
|||
extends Label
|
||||
|
||||
func _ready():
|
||||
text = "GammaCosmicRays Version {version}"
|
||||
text = "GammaCosmicRays version {version}".format({"version" : Game.gameversion})
|
||||
if OS.has_feature("editor"):
|
||||
text += " uncompiled\nThis is a debug/prerelease version."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue