5 lines
102 B
GDScript3
5 lines
102 B
GDScript3
|
extends Label
|
||
|
|
||
|
func _ready():
|
||
|
text = "v" + ProjectSettings.get_setting("application/config/version")
|