mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-06 18:09:10 +00:00
[Bug][UI] Fix arena flyout (#5421)
This commit is contained in:
parent
85f8c59036
commit
035aed3e85
@ -109,7 +109,7 @@ export class UiInputs {
|
||||
[Button.CYCLE_GENDER]: () => undefined,
|
||||
[Button.CYCLE_ABILITY]: () => undefined,
|
||||
[Button.CYCLE_NATURE]: () => undefined,
|
||||
[Button.CYCLE_TERA]: () => undefined,
|
||||
[Button.CYCLE_TERA]: () => this.buttonInfo(false),
|
||||
[Button.SPEED_UP]: () => undefined,
|
||||
[Button.SLOW_DOWN]: () => undefined,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user