Fix research xp generation

This commit is contained in:
2026-04-18 00:56:44 +02:00
parent 2bc81a73fd
commit dfb1161854
29 changed files with 485 additions and 47 deletions

View File

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