hero-mark-2/maps/demo_end.gd
2022-12-31 21:47:38 -05:00

4 lines
67 B
GDScript

extends Node2D
func _ready():
$Score.text = str(Game.high_score)