DuckRun/code/hiscore.gd
2025-04-08 23:13:14 +02:00

5 lines
99 B
GDScript

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