Replace fourteenth battle map with hand-painted asset

This commit is contained in:
2026-07-09 15:20:41 +09:00
parent 4c22236e8c
commit ef8d90d8fe
7 changed files with 15 additions and 61 deletions

View File

@@ -136,6 +136,15 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "thirteenth-battle-map.svg",
"seed": 240824,
},
"fourteenth": {
"slug": "fourteenth-battle-map",
"terrain_export": "fourteenthBattleMap",
"units_export": "fourteenthBattleUnits",
"ally_positions_export": "fourteenthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "fourteenth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "fourteenth-battle-map.svg",
"seed": 240834,
},
}