Replace sixth battle map with hand-painted asset

This commit is contained in:
2026-07-09 14:53:32 +09:00
parent 06daab628e
commit 1f7399ca4d
7 changed files with 15 additions and 88 deletions

View File

@@ -64,6 +64,15 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "fifth-battle-map.svg",
"seed": 240744,
},
"sixth": {
"slug": "sixth-battle-map",
"terrain_export": "sixthBattleMap",
"units_export": "sixthBattleUnits",
"ally_positions_export": "sixthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "sixth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "sixth-battle-map.svg",
"seed": 240754,
},
}