Replace ninth battle map with hand-painted asset
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user