Add Han River flood chapter

This commit is contained in:
2026-06-23 16:12:24 +09:00
parent fe1f897609
commit 628e73ba58
11 changed files with 910 additions and 45 deletions

View File

@@ -5,6 +5,7 @@ import eleventhBattleMapUrl from '../../assets/images/battle/eleventh-battle-map
import fifthBattleMapUrl from '../../assets/images/battle/fifth-battle-map.svg';
import fifteenthBattleMapUrl from '../../assets/images/battle/fifteenth-battle-map.svg';
import firstBattleMapUrl from '../../assets/images/battle/first-battle-map.png';
import fortiethBattleMapUrl from '../../assets/images/battle/fortieth-battle-map.svg';
import fourteenthBattleMapUrl from '../../assets/images/battle/fourteenth-battle-map.svg';
import fourthBattleMapUrl from '../../assets/images/battle/fourth-battle-map.svg';
import ninthBattleMapUrl from '../../assets/images/battle/ninth-battle-map.svg';
@@ -136,6 +137,7 @@ export class BootScene extends Phaser.Scene {
this.load.image('battle-map-thirty-seventh', thirtySeventhBattleMapUrl);
this.load.image('battle-map-thirty-eighth', thirtyEighthBattleMapUrl);
this.load.image('battle-map-thirty-ninth', thirtyNinthBattleMapUrl);
this.load.image('battle-map-fortieth', fortiethBattleMapUrl);
this.load.image('portrait-liu-bei', liuBeiPortraitUrl);
this.load.image('portrait-guan-yu', guanYuPortraitUrl);
this.load.image('portrait-zhang-fei', zhangFeiPortraitUrl);