mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-25 01:32:21 +02:00
Dont to type Icons otherwise they will overlay on the "want to go back" text
This commit is contained in:
parent
f20c535486
commit
1bfc600f8c
@ -539,8 +539,7 @@ export default class PokedexUiHandler extends MessageUiHandler {
|
||||
this.starterSelectContainer.bringToTop(this.starterSelectMessageBoxContainer);
|
||||
this.starterSelectContainer.bringToTop(this.pokemonNameText);
|
||||
this.starterSelectContainer.bringToTop(this.pokemonFormText);
|
||||
this.starterSelectContainer.bringToTop(this.type1Icon);
|
||||
this.starterSelectContainer.bringToTop(this.type2Icon);
|
||||
|
||||
}
|
||||
|
||||
show(args: any[]): boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user