mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-06 08:23:18 +01:00
Allow menu on title screen
This commit is contained in:
parent
669260155c
commit
67e3ea13d5
@ -1247,6 +1247,7 @@ export default class BattleScene extends Phaser.Scene {
|
|||||||
case Mode.MESSAGE:
|
case Mode.MESSAGE:
|
||||||
if (!(this.ui.getHandler() as MessageUiHandler).pendingPrompt)
|
if (!(this.ui.getHandler() as MessageUiHandler).pendingPrompt)
|
||||||
return;
|
return;
|
||||||
|
case Mode.TITLE:
|
||||||
case Mode.COMMAND:
|
case Mode.COMMAND:
|
||||||
case Mode.FIGHT:
|
case Mode.FIGHT:
|
||||||
case Mode.BALL:
|
case Mode.BALL:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user