mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
[UI/UIX] Default cursor to new move when learning a move (#5908)
This commit is contained in:
parent
ccd9480240
commit
831381e4ce
@ -1239,7 +1239,7 @@ export default class SummaryUiHandler extends UiHandler {
|
|||||||
this.moveSelect = true;
|
this.moveSelect = true;
|
||||||
this.extraMoveRowContainer.setVisible(true);
|
this.extraMoveRowContainer.setVisible(true);
|
||||||
this.selectedMoveIndex = -1;
|
this.selectedMoveIndex = -1;
|
||||||
this.setCursor(0);
|
this.setCursor(this.summaryUiMode === SummaryUiMode.LEARN_MOVE ? 4 : 0);
|
||||||
this.showMoveEffect();
|
this.showMoveEffect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user