Dismiss camp save panel on navigation
This commit is contained in:
@@ -12040,6 +12040,7 @@ export class CampScene extends Phaser.Scene {
|
||||
}
|
||||
|
||||
private render() {
|
||||
this.hideCampSaveSlotPanel();
|
||||
this.clearContent();
|
||||
this.visitedTabs.add(this.activeTab);
|
||||
this.updateTabButtons();
|
||||
@@ -12070,6 +12071,7 @@ export class CampScene extends Phaser.Scene {
|
||||
}
|
||||
|
||||
private showSortiePrep() {
|
||||
this.hideCampSaveSlotPanel();
|
||||
this.hideSortiePrep();
|
||||
this.campaign = getCampaignState();
|
||||
this.report = this.campaign.firstBattleReport ?? this.report;
|
||||
|
||||
Reference in New Issue
Block a user