mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
4 lines
79 B
GDScript
4 lines
79 B
GDScript
extends Label
|
|
|
|
func _ready():
|
|
text = "xp: " + String(GameStats.unlock_points)
|