Added translations
This commit is contained in:
parent
6eef2c781c
commit
6963cab2af
7 changed files with 59 additions and 20 deletions
|
|
@ -16,10 +16,10 @@ script/source = "extends Label
|
|||
func _ready():
|
||||
text = \"cosmic {version}\".format({\"version\" : Game.gameversion})
|
||||
if OS.has_feature(\"editor\"):
|
||||
text += \" uncompiled\\ndebug/prerelease version\"
|
||||
text += tr(\"GAME_VERSION_UNCOMPILED\") + Time.get_date_string_from_system()
|
||||
else:
|
||||
if Game.beta:
|
||||
text += \" beta\\nclosed beta\"
|
||||
text += tr(\"GAME_VERSION_BETA\")
|
||||
"
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_r38d8"]
|
||||
|
|
@ -60,7 +60,7 @@ offset_top = 6.0
|
|||
offset_right = 1280.0
|
||||
offset_bottom = 29.0
|
||||
theme = ExtResource("5_ag247")
|
||||
text = "GammaCosmicRays version Ifre 1.0"
|
||||
text = "cosmic {version}"
|
||||
horizontal_alignment = 1
|
||||
script = SubResource("GDScript_4yoh5")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue