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