pegchamp/Menu/XPLabel.gd

5 lines
79 B
GDScript

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