Replace twelfth battle map with hand-painted asset

This commit is contained in:
2026-07-09 15:11:46 +09:00
parent 0035ba5dc4
commit ef06801d0e
7 changed files with 15 additions and 92 deletions

View File

@@ -63,7 +63,7 @@ import twentySecondBattleMapUrl from '../../assets/images/battle/twenty-second-b
import twentySeventhBattleMapUrl from '../../assets/images/battle/twenty-seventh-battle-map.svg';
import twentySixthBattleMapUrl from '../../assets/images/battle/twenty-sixth-battle-map.svg';
import twentyThirdBattleMapUrl from '../../assets/images/battle/twenty-third-battle-map.svg';
import twelfthBattleMapUrl from '../../assets/images/battle/twelfth-battle-map.svg';
import twelfthBattleMapUrl from '../../assets/images/battle/twelfth-battle-map.webp';
export const battleMapAssets: Record<string, string> = {
'battle-map-first': firstBattleMapUrl,