mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 05:42: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
@ -622,8 +622,6 @@ export default class SummaryUiHandler extends UiHandler {
|
|||||||
}
|
}
|
||||||
else if (this.cursor===Page.MOVES) {
|
else if (this.cursor===Page.MOVES) {
|
||||||
this.moveCursorObj = null;
|
this.moveCursorObj = null;
|
||||||
this.showMoveSelect();
|
|
||||||
this.showMoveEffect();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user