Expand handpainted maps to battles four and five
This commit is contained in:
@@ -46,6 +46,24 @@ MAP_CONFIGS = {
|
||||
"before": BATTLE_IMAGE_DIR / "third-battle-map.svg",
|
||||
"seed": 240724,
|
||||
},
|
||||
"fourth": {
|
||||
"slug": "fourth-battle-map",
|
||||
"terrain_export": "fourthBattleMap",
|
||||
"units_export": "fourthBattleUnits",
|
||||
"ally_positions_export": "fourthBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "fourth-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "fourth-battle-map.svg",
|
||||
"seed": 240734,
|
||||
},
|
||||
"fifth": {
|
||||
"slug": "fifth-battle-map",
|
||||
"terrain_export": "fifthBattleMap",
|
||||
"units_export": "fifthBattleUnits",
|
||||
"ally_positions_export": "fifthBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "fifth-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "fifth-battle-map.svg",
|
||||
"seed": 240744,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user