Replace tenth battle map with hand-painted asset

This commit is contained in:
2026-07-09 15:04:46 +09:00
parent e2fa97941f
commit 1630e10ab6
7 changed files with 15 additions and 99 deletions

View File

@@ -100,6 +100,15 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "ninth-battle-map.svg",
"seed": 240784,
},
"tenth": {
"slug": "tenth-battle-map",
"terrain_export": "tenthBattleMap",
"units_export": "tenthBattleUnits",
"ally_positions_export": "tenthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "tenth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "tenth-battle-map.svg",
"seed": 240794,
},
}