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:
autocommit 2026-04-13 07:20:04 -07:00
parent 44a1eeba99
commit eec047d911

View file

@ -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