Replace ninth battle map with hand-painted asset

This commit is contained in:
2026-07-09 15:02:05 +09:00
parent 4482a7e17a
commit e2fa97941f
7 changed files with 15 additions and 90 deletions

View File

@@ -91,6 +91,15 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "eighth-battle-map.svg",
"seed": 240774,
},
"ninth": {
"slug": "ninth-battle-map",
"terrain_export": "ninthBattleMap",
"units_export": "ninthBattleUnits",
"ally_positions_export": "ninthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "ninth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "ninth-battle-map.svg",
"seed": 240784,
},
}