pegchamp/HUD/BallsLeftLabel.gd

6 lines
114 B
GDScript

extends Node2D
func _ready():
$AnimationPlayer.play("show")
$Label.text = "+" + String(GameStats.bonus_points)