Fixed a floating pixel in epic shiny Yungoos' icon. Caused by Mimikyu's epic shiny sprite being placed too high on the sprite sheet. Moved Mimikyu's sprite down and updated json to reflect the change.
This commit is contained in:
parent
416079da88
commit
984b1883fc
|
@ -1096,7 +1096,7 @@
|
||||||
},
|
},
|
||||||
"frame": {
|
"frame": {
|
||||||
"x": 96,
|
"x": 96,
|
||||||
"y": 445,
|
"y": 446,
|
||||||
"w": 17,
|
"w": 17,
|
||||||
"h": 22
|
"h": 22
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 60 KiB |
Loading…
Reference in New Issue