mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 05:22:44 +02:00
Fix field scale not resetting after a run ends
This commit is contained in:
parent
a52b8c6b4b
commit
ee0ff881a9
@ -3107,6 +3107,7 @@ export class GameOverPhase extends BattlePhase {
|
||||
const fadeDuration = this.victory ? 10000 : 5000;
|
||||
this.scene.fadeOutBgm(fadeDuration, true);
|
||||
this.scene.ui.fadeOut(fadeDuration).then(() => {
|
||||
this.scene.setFieldScale(1, true);
|
||||
this.scene.clearPhaseQueue();
|
||||
this.scene.ui.clearText();
|
||||
this.handleUnlocks();
|
||||
|
Loading…
Reference in New Issue
Block a user