Fragmented/src/UIAppVersion.gd

5 lines
96 B
GDScript3
Raw Normal View History

extends Label
func _ready():
2024-06-10 16:20:04 +02:00
text = ProjectSettings.get_setting("application/config/version")