Add Jing Province entry chapter

This commit is contained in:
2026-06-23 07:42:11 +09:00
parent 302f0e0a76
commit d26a16d2a1
11 changed files with 1120 additions and 29 deletions

View File

@@ -19,6 +19,7 @@ import thirteenthBattleMapUrl from '../../assets/images/battle/thirteenth-battle
import thirdBattleMapUrl from '../../assets/images/battle/third-battle-map.svg';
import twentyFirstBattleMapUrl from '../../assets/images/battle/twenty-first-battle-map.svg';
import twentySecondBattleMapUrl from '../../assets/images/battle/twenty-second-battle-map.svg';
import twentyThirdBattleMapUrl from '../../assets/images/battle/twenty-third-battle-map.svg';
import twentiethBattleMapUrl from '../../assets/images/battle/twentieth-battle-map.svg';
import twelfthBattleMapUrl from '../../assets/images/battle/twelfth-battle-map.svg';
import guanYuPortraitUrl from '../../assets/images/portraits/guan-yu.png';
@@ -102,6 +103,7 @@ export class BootScene extends Phaser.Scene {
this.load.image('battle-map-twentieth', twentiethBattleMapUrl);
this.load.image('battle-map-twenty-first', twentyFirstBattleMapUrl);
this.load.image('battle-map-twenty-second', twentySecondBattleMapUrl);
this.load.image('battle-map-twenty-third', twentyThirdBattleMapUrl);
this.load.image('portrait-liu-bei', liuBeiPortraitUrl);
this.load.image('portrait-guan-yu', guanYuPortraitUrl);
this.load.image('portrait-zhang-fei', zhangFeiPortraitUrl);