4 lines
73 B
GDScript
4 lines
73 B
GDScript
extends Control
|
|
|
|
func _ready():
|
|
$Points.text += " " + str(Utils.points)
|