mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-17 12:59:25 +02:00
Update src/ui/starter-select-ui-handler.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
c640e073b6
commit
451e4f01b8
@ -1400,13 +1400,11 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
success = this.filterBar.decDropDownCursor();
|
success = this.filterBar.decDropDownCursor();
|
||||||
} else if (this.filterBarCursor === this.filterBar.numFilters - 1 ) {
|
} else if (this.filterBarCursor === this.filterBar.numFilters - 1 ) {
|
||||||
// UP from the last filter, move to start button
|
// UP from the last filter, move to start button
|
||||||
|
this.setFilterMode(false);
|
||||||
|
this.cursorObj.setVisible(false);
|
||||||
if (this.starterSpecies.length > 0) {
|
if (this.starterSpecies.length > 0) {
|
||||||
this.setFilterMode(false);
|
|
||||||
this.cursorObj.setVisible(false);
|
|
||||||
this.startCursorObj.setVisible(true);
|
this.startCursorObj.setVisible(true);
|
||||||
} else {
|
} else {
|
||||||
this.setFilterMode(false);
|
|
||||||
this.cursorObj.setVisible(false);
|
|
||||||
this.randomCursorObj.setVisible(true);
|
this.randomCursorObj.setVisible(true);
|
||||||
}
|
}
|
||||||
success = true;
|
success = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user