pegchamp/Menu/XPLabel.gd
2021-10-05 21:55:34 +02:00

4 lines
79 B
GDScript

extends Label
func _ready():
text = "xp: " + String(GameStats.unlock_points)