Replace fifteenth battle map with hand-painted asset

This commit is contained in:
2026-07-09 15:25:41 +09:00
parent ef8d90d8fe
commit d257499769
7 changed files with 15 additions and 63 deletions

View File

@@ -145,6 +145,15 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "fourteenth-battle-map.svg",
"seed": 240834,
},
"fifteenth": {
"slug": "fifteenth-battle-map",
"terrain_export": "fifteenthBattleMap",
"units_export": "fifteenthBattleUnits",
"ally_positions_export": "fifteenthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "fifteenth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "fifteenth-battle-map.svg",
"seed": 240844,
},
}