Replace thirteenth battle map with hand-painted asset

This commit is contained in:
2026-07-09 15:16:12 +09:00
parent ef06801d0e
commit 4c22236e8c
7 changed files with 15 additions and 97 deletions

View File

@@ -127,6 +127,15 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "twelfth-battle-map.svg",
"seed": 240814,
},
"thirteenth": {
"slug": "thirteenth-battle-map",
"terrain_export": "thirteenthBattleMap",
"units_export": "thirteenthBattleUnits",
"ally_positions_export": "thirteenthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "thirteenth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "thirteenth-battle-map.svg",
"seed": 240824,
},
}