4 lines
67 B
GDScript
4 lines
67 B
GDScript
extends Node2D
|
|
|
|
func _ready():
|
|
$Score.text = str(Game.high_score)
|