[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;
|
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);
|
globalScene?.processInfoButton(pressed);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue