mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-18 05:19:29 +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
451e4f01b8
commit
60d1149fb2
@ -1349,7 +1349,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
this.starterIconsCursorIndex = this.starterSpecies.length - 1;
|
this.starterIconsCursorIndex = this.starterSpecies.length - 1;
|
||||||
this.moveStarterIconsCursor(this.starterIconsCursorIndex);
|
this.moveStarterIconsCursor(this.starterIconsCursorIndex);
|
||||||
} else {
|
} else {
|
||||||
//TODO how can we get here if start button can't be selected? this is reduantant shoudld i renmove this?
|
// TODO: how can we get here if start button can't be selected? this appears to be redundant
|
||||||
this.startCursorObj.setVisible(false);
|
this.startCursorObj.setVisible(false);
|
||||||
this.randomCursorObj.setVisible(true);
|
this.randomCursorObj.setVisible(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user