DuckRun/code/score.gd

10 lines
210 B
GDScript3
Raw Normal View History

2024-10-01 15:56:30 +02:00
extends Label
var speed = 70
# Called when the node enters the scene tree for the first time.
#func _ready() -> void:
#text = "0"
# Called every frame. 'delta' is the elapsed time since the previous frame.