Match Shiny Grafaiai animation frames with Non-Shiny counterparts (#1477)

A user reported [here](https://discord.com/channels/1125469663833370665/1238339524778790922/1244817919985061978) that "Shiny grafaiai keeps fading in and out of existence".

The presumed culprit is frame 17 being set to have a width and height of 3 pixels.
To fix this, the code from the non-shiny .json was used instead, which used dimensions of 66x55, somewhat more reasonable for the targeted slice of spritesheet.

Not tested, with due concern given to the abysmal odds of specifically encountering a shiny Grafaiai.
... but the change shouldn't break anything, I hope?
This commit is contained in:
chaosgrimmon 2024-05-28 17:48:56 -04:00 committed by GitHub
parent 0385a90f08
commit 899a2bf96e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -146,14 +146,14 @@
"spriteSourceSize": { "spriteSourceSize": {
"x": 0, "x": 0,
"y": 0, "y": 0,
"w": 3, "w": 66,
"h": 3 "h": 55
}, },
"frame": { "frame": {
"x": 132, "x": 0,
"y": 0, "y": 112,
"w": 3, "w": 66,
"h": 3 "h": 55
} }
}, },
{ {