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