Add Changsha veteran chapter
This commit is contained in:
@@ -22,6 +22,7 @@ import twentySecondBattleMapUrl from '../../assets/images/battle/twenty-second-b
|
||||
import twentyThirdBattleMapUrl from '../../assets/images/battle/twenty-third-battle-map.svg';
|
||||
import twentyFifthBattleMapUrl from '../../assets/images/battle/twenty-fifth-battle-map.svg';
|
||||
import twentyFourthBattleMapUrl from '../../assets/images/battle/twenty-fourth-battle-map.svg';
|
||||
import twentySixthBattleMapUrl from '../../assets/images/battle/twenty-sixth-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';
|
||||
@@ -108,6 +109,7 @@ export class BootScene extends Phaser.Scene {
|
||||
this.load.image('battle-map-twenty-third', twentyThirdBattleMapUrl);
|
||||
this.load.image('battle-map-twenty-fourth', twentyFourthBattleMapUrl);
|
||||
this.load.image('battle-map-twenty-fifth', twentyFifthBattleMapUrl);
|
||||
this.load.image('battle-map-twenty-sixth', twentySixthBattleMapUrl);
|
||||
this.load.image('portrait-liu-bei', liuBeiPortraitUrl);
|
||||
this.load.image('portrait-guan-yu', guanYuPortraitUrl);
|
||||
this.load.image('portrait-zhang-fei', zhangFeiPortraitUrl);
|
||||
|
||||
Reference in New Issue
Block a user