1 2 3 4 5 6
extends Label class_name VersionLabel func _ready(): text = "chess " + Utils.get_version()