6 lines
76 B
GDScript3
6 lines
76 B
GDScript3
|
extends Label
|
||
|
|
||
|
|
||
|
func _ready() -> void:
|
||
|
text = str($"/root/Global".hiscore)
|