Add Meng Huo pacification battle
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
fortyThirdBattleScenario,
|
||||
fortyFourthBattleScenario,
|
||||
fortyFifthBattleScenario,
|
||||
fortyEighthBattleScenario,
|
||||
fortySixthBattleScenario,
|
||||
fortySeventhBattleScenario,
|
||||
fifthBattleScenario,
|
||||
@@ -394,6 +395,7 @@ export class TitleScene extends Phaser.Scene {
|
||||
campaign.step === 'forty-fifth-camp' ||
|
||||
campaign.step === 'forty-sixth-camp' ||
|
||||
campaign.step === 'forty-seventh-camp' ||
|
||||
campaign.step === 'forty-eighth-camp' ||
|
||||
campaign.step === 'hanzhong-king-camp' ||
|
||||
campaign.step === 'shu-han-foundation-camp' ||
|
||||
campaign.step === 'baidi-entrustment-camp'
|
||||
@@ -637,6 +639,11 @@ export class TitleScene extends Phaser.Scene {
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'forty-eighth-battle') {
|
||||
this.scene.start('BattleScene', { battleId: fortyEighthBattleScenario.id });
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'first-victory-story') {
|
||||
this.scene.start('StoryScene', { pages: firstBattleVictoryPages, nextScene: 'TitleScene' });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user