[Bug] Fix rare shiny Cleffa using default icon (#1642)
* [Bug] Fix rare shiny Cleffa using default icon Rare shiny Cleffa's icon was showing up as the default colouration, or as shiny Lugia's icon. This fixes that by adding it to the spritesheet pokemon_icons_2v and its .json, where the console log suggested it should belong. * [Bug] Fix rare shiny Cleffa using default icon Rare shiny Cleffa's icon was showing up as the default colouration, or as shiny Lugia's icon. This fixes that by adding it to the spritesheet pokemon_icons_2v and its .json, where the console log suggested it should belong.
This commit is contained in:
parent
7f1e94e8ca
commit
218cf025a3
|
@ -1332,6 +1332,27 @@
|
|||
"h": 24
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "173_2",
|
||||
"rotated": false,
|
||||
"trimmed": true,
|
||||
"sourceSize": {
|
||||
"w": 40,
|
||||
"h": 30
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 11,
|
||||
"y": 11,
|
||||
"w": 18,
|
||||
"h": 18
|
||||
},
|
||||
"frame": {
|
||||
"x": 174,
|
||||
"y": 253,
|
||||
"w": 18,
|
||||
"h": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "173_3",
|
||||
"rotated": false,
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 60 KiB |
Loading…
Reference in New Issue