Replace battle maps 43 and 44 with hand-painted assets

This commit is contained in:
2026-07-09 20:09:13 +09:00
parent 5e5f54c19c
commit 3d858fd93d
11 changed files with 31 additions and 204 deletions

View File

@@ -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,
},
}