Add Fan Castle siege chapter
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
eighteenthBattleScenario,
|
||||
eleventhBattleScenario,
|
||||
fortiethBattleScenario,
|
||||
fortyFirstBattleScenario,
|
||||
fifthBattleScenario,
|
||||
fifteenthBattleScenario,
|
||||
fourteenthBattleScenario,
|
||||
@@ -380,6 +381,7 @@ export class TitleScene extends Phaser.Scene {
|
||||
campaign.step === 'thirty-eighth-camp' ||
|
||||
campaign.step === 'thirty-ninth-camp' ||
|
||||
campaign.step === 'fortieth-camp' ||
|
||||
campaign.step === 'forty-first-camp' ||
|
||||
campaign.step === 'hanzhong-king-camp' ||
|
||||
campaign.step === 'shu-han-foundation-camp'
|
||||
) {
|
||||
@@ -587,6 +589,11 @@ export class TitleScene extends Phaser.Scene {
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'forty-first-battle') {
|
||||
this.scene.start('BattleScene', { battleId: fortyFirstBattleScenario.id });
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'first-victory-story') {
|
||||
this.scene.start('StoryScene', { pages: firstBattleVictoryPages, nextScene: 'TitleScene' });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user