powerup system

This commit is contained in:
zoe 2021-10-05 21:55:34 +02:00
parent c8747328cf
commit 77ca16be36
149 changed files with 2472 additions and 331 deletions

4
Menu/XPLabel.gd Normal file
View file

@ -0,0 +1,4 @@
extends Label
func _ready():
text = "xp: " + String(GameStats.unlock_points)