mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
Manual ui.ts merge
This commit is contained in:
parent
ead420a00e
commit
04754e4b2c
@ -127,7 +127,7 @@ const noTransitionModes = [
|
||||
Mode.SESSION_RELOAD,
|
||||
Mode.UNAVAILABLE,
|
||||
Mode.OUTDATED,
|
||||
Mode.RENAME_POKEMON,
|
||||
Mode.RENAME_POKEMON
|
||||
];
|
||||
|
||||
export default class UI extends Phaser.GameObjects.Container {
|
||||
@ -543,4 +543,8 @@ export default class UI extends Phaser.GameObjects.Container {
|
||||
this.revertMode().then(success => Utils.executeIf(success, this.revertModes).then(() => resolve()));
|
||||
});
|
||||
}
|
||||
|
||||
public getModeChain(): Mode[] {
|
||||
return this.modeChain;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user