mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Hiding pokemon info when going to filters
This commit is contained in:
parent
8a6284b035
commit
3dfca9abcd
@ -2174,7 +2174,6 @@ export class StarterSelectUiHandler extends MessageUiHandler {
|
||||
if (!this.filterMode) {
|
||||
this.startCursorObj.setVisible(false);
|
||||
this.starterIconsCursorObj.setVisible(false);
|
||||
this.setNoSpecies();
|
||||
this.filterBarCursor = 0;
|
||||
this.setFilterMode(true);
|
||||
this.filterBar.toggleDropDown(this.filterBarCursor);
|
||||
@ -2978,6 +2977,8 @@ export class StarterSelectUiHandler extends MessageUiHandler {
|
||||
if (this.lastSpecies) {
|
||||
this.stopIconAnimation(this.oldCursor);
|
||||
}
|
||||
|
||||
this.starterSummary.setNoSpecies();
|
||||
}
|
||||
|
||||
setSpecies(species: PokemonSpecies) {
|
||||
|
Loading…
Reference in New Issue
Block a user