Add Jing Province defense vanguard chapter
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
||||
seventeenthBattleScenario,
|
||||
tenthBattleScenario,
|
||||
thirteenthBattleScenario,
|
||||
thirtyEighthBattleScenario,
|
||||
thirtyFifthBattleScenario,
|
||||
thirtyFourthBattleScenario,
|
||||
thirtyFirstBattleScenario,
|
||||
@@ -374,6 +375,7 @@ export class TitleScene extends Phaser.Scene {
|
||||
campaign.step === 'thirty-fifth-camp' ||
|
||||
campaign.step === 'thirty-sixth-camp' ||
|
||||
campaign.step === 'thirty-seventh-camp' ||
|
||||
campaign.step === 'thirty-eighth-camp' ||
|
||||
campaign.step === 'hanzhong-king-camp' ||
|
||||
campaign.step === 'shu-han-foundation-camp'
|
||||
) {
|
||||
@@ -566,6 +568,11 @@ export class TitleScene extends Phaser.Scene {
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'thirty-eighth-battle') {
|
||||
this.scene.start('BattleScene', { battleId: thirtyEighthBattleScenario.id });
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'first-victory-story') {
|
||||
this.scene.start('StoryScene', { pages: firstBattleVictoryPages, nextScene: 'TitleScene' });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user