Add Jing Province entry chapter
This commit is contained in:
@@ -20,6 +20,7 @@ import {
|
||||
thirteenthBattleScenario,
|
||||
twentyFirstBattleScenario,
|
||||
twentySecondBattleScenario,
|
||||
twentyThirdBattleScenario,
|
||||
twentiethBattleScenario,
|
||||
twelfthBattleScenario,
|
||||
thirdBattleScenario
|
||||
@@ -343,7 +344,8 @@ export class TitleScene extends Phaser.Scene {
|
||||
campaign.step === 'nineteenth-camp' ||
|
||||
campaign.step === 'twentieth-camp' ||
|
||||
campaign.step === 'twenty-first-camp' ||
|
||||
campaign.step === 'twenty-second-camp'
|
||||
campaign.step === 'twenty-second-camp' ||
|
||||
campaign.step === 'twenty-third-camp'
|
||||
) {
|
||||
this.scene.start('CampScene');
|
||||
return;
|
||||
@@ -459,6 +461,11 @@ export class TitleScene extends Phaser.Scene {
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'twenty-third-battle') {
|
||||
this.scene.start('BattleScene', { battleId: twentyThirdBattleScenario.id });
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'first-victory-story') {
|
||||
this.scene.start('StoryScene', { pages: firstBattleVictoryPages, nextScene: 'TitleScene' });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user