Replace twelfth battle map with hand-painted asset

This commit is contained in:
2026-07-09 15:11:46 +09:00
parent 0035ba5dc4
commit ef06801d0e
7 changed files with 15 additions and 92 deletions

View File

@@ -118,6 +118,15 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "eleventh-battle-map.svg",
"seed": 240804,
},
"twelfth": {
"slug": "twelfth-battle-map",
"terrain_export": "twelfthBattleMap",
"units_export": "twelfthBattleUnits",
"ally_positions_export": "twelfthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twelfth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twelfth-battle-map.svg",
"seed": 240814,
},
}