dd5b4bcae5
- adding coins (no shop jet) - adding skin changing [no gui jet - fixing loops for deleting stuff]
5 lines
76 B
GDScript
5 lines
76 B
GDScript
extends Label
|
|
|
|
|
|
func _ready() -> void:
|
|
text = str($"/root/Global".hiscore)
|