asteroids/Scripts/score.gd
2025-10-19 20:04:59 -06:00

6 lines
129 B
GDScript

extends Label
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
Game.score_label = self