Add Wolong recruitment chapter
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
seventhBattleScenario,
|
||||
sixthBattleScenario,
|
||||
sixteenthBattleScenario,
|
||||
seventeenthBattleScenario,
|
||||
tenthBattleScenario,
|
||||
thirteenthBattleScenario,
|
||||
twelfthBattleScenario,
|
||||
@@ -331,7 +332,8 @@ export class TitleScene extends Phaser.Scene {
|
||||
campaign.step === 'thirteenth-camp' ||
|
||||
campaign.step === 'fourteenth-camp' ||
|
||||
campaign.step === 'fifteenth-camp' ||
|
||||
campaign.step === 'sixteenth-camp'
|
||||
campaign.step === 'sixteenth-camp' ||
|
||||
campaign.step === 'seventeenth-camp'
|
||||
) {
|
||||
this.scene.start('CampScene');
|
||||
return;
|
||||
@@ -417,6 +419,11 @@ export class TitleScene extends Phaser.Scene {
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'seventeenth-battle') {
|
||||
this.scene.start('BattleScene', { battleId: seventeenthBattleScenario.id });
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'first-victory-story') {
|
||||
this.scene.start('StoryScene', { pages: firstBattleVictoryPages, nextScene: 'TitleScene' });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user