pegchamp/Menu/XPLabel.gd

5 lines
79 B
GDScript3
Raw Normal View History

2021-10-05 19:55:34 +00:00
extends Label
func _ready():
text = "xp: " + String(GameStats.unlock_points)