Add Yiling fire attack chapter
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
fortyThirdBattleScenario,
|
||||
fortyFourthBattleScenario,
|
||||
fortyFifthBattleScenario,
|
||||
fortySixthBattleScenario,
|
||||
fifthBattleScenario,
|
||||
fifteenthBattleScenario,
|
||||
fourteenthBattleScenario,
|
||||
@@ -390,6 +391,7 @@ export class TitleScene extends Phaser.Scene {
|
||||
campaign.step === 'forty-third-camp' ||
|
||||
campaign.step === 'forty-fourth-camp' ||
|
||||
campaign.step === 'forty-fifth-camp' ||
|
||||
campaign.step === 'forty-sixth-camp' ||
|
||||
campaign.step === 'hanzhong-king-camp' ||
|
||||
campaign.step === 'shu-han-foundation-camp'
|
||||
) {
|
||||
@@ -622,6 +624,11 @@ export class TitleScene extends Phaser.Scene {
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'forty-sixth-battle') {
|
||||
this.scene.start('BattleScene', { battleId: fortySixthBattleScenario.id });
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'first-victory-story') {
|
||||
this.scene.start('StoryScene', { pages: firstBattleVictoryPages, nextScene: 'TitleScene' });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user