mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 08:19:33 +02:00
Compare commits
1 Commits
e454f8f43a
...
a2bdd6560d
Author | SHA1 | Date | |
---|---|---|---|
|
a2bdd6560d |
@ -208,26 +208,6 @@ export class PokedexMonContainer extends Phaser.GameObjects.Container {
|
|||||||
);
|
);
|
||||||
this.checkIconId(defaultProps.female, defaultProps.formIndex, defaultProps.shiny, defaultProps.variant);
|
this.checkIconId(defaultProps.female, defaultProps.formIndex, defaultProps.shiny, defaultProps.variant);
|
||||||
this.add(this.icon);
|
this.add(this.icon);
|
||||||
|
|
||||||
[
|
|
||||||
this.hiddenAbilityIcon,
|
|
||||||
this.favoriteIcon,
|
|
||||||
this.classicWinIcon,
|
|
||||||
this.candyUpgradeIcon,
|
|
||||||
this.candyUpgradeOverlayIcon,
|
|
||||||
this.eggMove1Icon,
|
|
||||||
this.tmMove1Icon,
|
|
||||||
this.eggMove2Icon,
|
|
||||||
this.tmMove2Icon,
|
|
||||||
this.passive1Icon,
|
|
||||||
this.passive2Icon,
|
|
||||||
this.passive1OverlayIcon,
|
|
||||||
this.passive2OverlayIcon,
|
|
||||||
].forEach(icon => {
|
|
||||||
if (icon) {
|
|
||||||
this.bringToTop(icon);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
checkIconId(female, formIndex, shiny, variant) {
|
checkIconId(female, formIndex, shiny, variant) {
|
||||||
|
Loading…
Reference in New Issue
Block a user