Add prestige graph
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user