mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-15 13:31:40 +00:00
c8db3bff4c
* Test changes to change variant label color based on Tint * Revert "Test changes to change variant label" This reverts commit 0ad0f6293050cc5d3552fb996dc68c05f55afc1c. * minimal recovery changes * Finalized recovery and implemented ShinyIcon * add setY in MockSprite * added back some unintentional removed code * added shiny_icons * Initial test for tier change * implemented Shiny Icon full functionality * slight setY change for non-Base starters
79 lines
1.4 KiB
JSON
79 lines
1.4 KiB
JSON
{
|
|
"textures": [
|
|
{
|
|
"image": "shiny_icons.png",
|
|
"format": "RGBA8888",
|
|
"size": {
|
|
"w": 15,
|
|
"h": 14
|
|
},
|
|
"scale": 1,
|
|
"frames": [
|
|
{
|
|
"filename": "0",
|
|
"rotated": false,
|
|
"trimmed": false,
|
|
"sourceSize": {
|
|
"w": 15,
|
|
"h": 14
|
|
},
|
|
"spriteSourceSize": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 15,
|
|
"h": 14
|
|
},
|
|
"frame": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 15,
|
|
"h": 14
|
|
}
|
|
},
|
|
{
|
|
"filename": "1",
|
|
"rotated": false,
|
|
"trimmed": false,
|
|
"sourceSize": {
|
|
"w": 15,
|
|
"h": 14
|
|
},
|
|
"spriteSourceSize": {
|
|
"x": 15,
|
|
"y": 0,
|
|
"w": 15,
|
|
"h": 14
|
|
},
|
|
"frame": {
|
|
"x": 15,
|
|
"y": 0,
|
|
"w": 15,
|
|
"h": 14
|
|
}
|
|
},
|
|
{
|
|
"filename": "2",
|
|
"rotated": false,
|
|
"trimmed": false,
|
|
"sourceSize": {
|
|
"w": 15,
|
|
"h": 14
|
|
},
|
|
"spriteSourceSize": {
|
|
"x": 30,
|
|
"y": 0,
|
|
"w": 15,
|
|
"h": 14
|
|
},
|
|
"frame": {
|
|
"x": 30,
|
|
"y": 0,
|
|
"w": 15,
|
|
"h": 14
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|