bovido/scripts/hud.gd

5 lines
78 B
GDScript3
Raw Normal View History

2023-07-01 19:30:26 +02:00
extends CanvasLayer
func update_score(score):
$ScoreLabel.text = str(score)