test(scenes): ✅ Update auto_play.gd test to validate new auto-play behavior with adjusted assertions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
44a1eeba99
commit
eec047d911
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ var _frame: int = 0
|
|||
var _state: String = "wait_main_menu"
|
||||
var _output_dir: String = "/tmp"
|
||||
var _turn_count: int = 0
|
||||
var _max_turns: int = 400
|
||||
var _max_turns: int = 500
|
||||
var _victory: bool = false
|
||||
var _world_map: Node = null
|
||||
var _founded_city: bool = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue