test(climate-proof): Add and validate climate simulation test cases in climate_proof.gd

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-26 11:38:25 -07:00
parent c7a39e733e
commit d3050e7858

View file

@ -50,7 +50,7 @@ func _ready() -> void:
get_viewport().size = Vector2i(1920, 1080)
DisplayServer.window_set_size(Vector2i(1920, 1080))
DataLoader.load_theme("age-of-four")
DataLoader.load_theme("age-of-dwarves")
# Wait one frame for autoloads to settle
await get_tree().process_frame