mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Improve move summary screen UI
No longer automatically enter move rearrange when tabbing to move list
This commit is contained in:
parent
1254ca5c4c
commit
1489ef9521
@ -621,9 +621,7 @@ export default class SummaryUiHandler extends UiHandler {
|
||||
this.showMoveEffect();
|
||||
}
|
||||
else if (this.cursor===Page.MOVES) {
|
||||
this.moveCursorObj = null;
|
||||
this.showMoveSelect();
|
||||
this.showMoveEffect();
|
||||
this.moveCursorObj = null;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user