Add missing west Shellos icon
This commit is contained in:
parent
40eed4464d
commit
de29ea9c05
public/images
src/ui
Binary file not shown.
After ![]() (image error) Size: 309 B |
Binary file not shown.
After ![]() (image error) Size: 360 B |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before ![]() (image error) Size: 52 KiB After ![]() (image error) Size: 52 KiB ![]() ![]() |
|
@ -764,7 +764,7 @@ class PartySlot extends Phaser.GameObjects.Container {
|
|||
this.add(slotPb);
|
||||
|
||||
this.pokemonIcon = this.scene.add.sprite(slotPb.x, slotPb.y, this.pokemon.getIconAtlasKey(true));
|
||||
this.pokemonIcon.setFrame(this.pokemon.getIconId());
|
||||
this.pokemonIcon.setFrame(this.pokemon.getIconId(true));
|
||||
|
||||
this.add(this.pokemonIcon);
|
||||
|
||||
|
|
Loading…
Reference in New Issue