Files

5 lines
103 B
GDScript

extends Label
func _ready():
text = text + ProjectSettings.get_setting("application/config/version")