Add missing west Shellos icon
This commit is contained in:
parent
40eed4464d
commit
de29ea9c05
Binary file not shown.
After Width: | Height: | Size: 309 B |
Binary file not shown.
After Width: | Height: | Size: 360 B |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | 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