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

@@ -6,10 +6,8 @@ var _game_root: Node = null
func _ready():
await run()
if failed == 0:
# get_tree().quit(0) // Let test_runner handle it
else:
# get_tree().quit(1) // Let test_runner handle it
# Let test_runner handle exit
pass
func run():
print("\n=== TEST: Prestige Mechanics ===\n")