Replace eleventh battle map with hand-painted asset

This commit is contained in:
2026-07-09 15:08:06 +09:00
parent 1630e10ab6
commit 0035ba5dc4
7 changed files with 15 additions and 99 deletions

View File

@@ -109,6 +109,15 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "tenth-battle-map.svg",
"seed": 240794,
},
"eleventh": {
"slug": "eleventh-battle-map",
"terrain_export": "eleventhBattleMap",
"units_export": "eleventhBattleUnits",
"ally_positions_export": "eleventhBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "eleventh-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "eleventh-battle-map.svg",
"seed": 240804,
},
}