mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-14 22:06:28 +00:00
[Bug] [UI/UX] Allow arena flyout during target selection (#5208)
This commit is contained in:
parent
4c17ebd400
commit
4e0b10769b
@ -269,7 +269,7 @@ export default class UI extends Phaser.GameObjects.Container {
|
||||
return false;
|
||||
}
|
||||
|
||||
if ([ Mode.CONFIRM, Mode.COMMAND, Mode.FIGHT, Mode.MESSAGE ].includes(this.mode)) {
|
||||
if ([ Mode.CONFIRM, Mode.COMMAND, Mode.FIGHT, Mode.MESSAGE, Mode.TARGET_SELECT ].includes(this.mode)) {
|
||||
globalScene?.processInfoButton(pressed);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user