5 lines
99 B
GDScript
5 lines
99 B
GDScript
extends Label
|
|
|
|
|
|
func _ready() -> void:
|
|
text = str($"/root/Global".load_save()["GAME"]["hiscore"])
|