6 lines
165 B
GDScript
6 lines
165 B
GDScript
extends Label
|
|
|
|
func _ready():
|
|
text = "GammaCosmicRays Version {version}"
|
|
if OS.has_feature("editor"):
|
|
text += " uncompiled\nThis is a debug/prerelease version."
|