Replace sixth battle map with hand-painted asset
This commit is contained in:
@@ -64,6 +64,15 @@ MAP_CONFIGS = {
|
||||
"before": BATTLE_IMAGE_DIR / "fifth-battle-map.svg",
|
||||
"seed": 240744,
|
||||
},
|
||||
"sixth": {
|
||||
"slug": "sixth-battle-map",
|
||||
"terrain_export": "sixthBattleMap",
|
||||
"units_export": "sixthBattleUnits",
|
||||
"ally_positions_export": "sixthBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "sixth-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "sixth-battle-map.svg",
|
||||
"seed": 240754,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user