Add prestige graph

This commit is contained in:
2026-05-06 23:37:52 +02:00
parent af62e379ee
commit 1ccb498947
32 changed files with 1537 additions and 279 deletions

View File

@@ -1,6 +1,6 @@
extends HBoxContainer
@export var currency: Resource
@export var currency: Currency
@export var game_state: LevelGameState
@onready var _label_start = $LabelStart