Replace seventh battle map with hand-painted asset

This commit is contained in:
2026-07-09 14:55:39 +09:00
parent 1f7399ca4d
commit 56e73117f6
7 changed files with 15 additions and 117 deletions

View File

@@ -73,6 +73,15 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "sixth-battle-map.svg",
"seed": 240754,
},
"seventh": {
"slug": "seventh-battle-map",
"terrain_export": "seventhBattleMap",
"units_export": "seventhBattleUnits",
"ally_positions_export": "seventhBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "seventh-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "seventh-battle-map.svg",
"seed": 240764,
},
}