Replace battle maps 43 and 44 with hand-painted assets
This commit is contained in:
@@ -417,6 +417,26 @@ MAP_CONFIGS = {
|
||||
"seed": 241114,
|
||||
"tile_size": VERY_LARGE_MAP_TILE_SIZE,
|
||||
},
|
||||
"forty-third": {
|
||||
"slug": "forty-third-battle-map",
|
||||
"terrain_export": "fortyThirdBattleMap",
|
||||
"units_export": "fortyThirdBattleUnits",
|
||||
"ally_positions_export": "fortyThirdBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "forty-third-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "forty-third-battle-map.svg",
|
||||
"seed": 241124,
|
||||
"tile_size": VERY_LARGE_MAP_TILE_SIZE,
|
||||
},
|
||||
"forty-fourth": {
|
||||
"slug": "forty-fourth-battle-map",
|
||||
"terrain_export": "fortyFourthBattleMap",
|
||||
"units_export": "fortyFourthBattleUnits",
|
||||
"ally_positions_export": "fortyFourthBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "forty-fourth-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "forty-fourth-battle-map.svg",
|
||||
"seed": 241134,
|
||||
"tile_size": VERY_LARGE_MAP_TILE_SIZE,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user