Add tiered shiny variants
|
@ -142,6 +142,10 @@ body {
|
|||
align-self: flex-end;
|
||||
}
|
||||
|
||||
#apad .apadRectBtnContainer > .apadSqBtn:not(:first-child) {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
#touchControls:not([data-ui-mode='STARTER_SELECT']) #apad .apadRectBtnContainer > #apadCycleNature, #touchControls:not([data-ui-mode='STARTER_SELECT']) #apad .apadSqBtnContainer {
|
||||
display: none;
|
||||
}
|
||||
|
|
13
index.html
|
@ -68,17 +68,17 @@
|
|||
<text id="apadLabelCancel" class="apadLabel">B</text>
|
||||
</div>
|
||||
<div class="apadBtnContainer apadRectBtnContainer">
|
||||
<div id="apadCycleNature" class="apadRectBtn apadBtn" data-key="CYCLE_NATURE">
|
||||
<text class="apadLabel apadLabelSmall">N</text>
|
||||
<div id="apadCycleShiny" class="apadSqBtn apadBtn" data-key="CYCLE_SHINY">
|
||||
<text class="apadLabel apadLabelSmall">R</text>
|
||||
</div>
|
||||
<div id="apadCycleVariant" class="apadSqBtn apadBtn" data-key="CYCLE_VARIANT">
|
||||
<text class="apadLabel apadLabelSmall">V</text>
|
||||
</div>
|
||||
<div id="apadMenu" class="apadRectBtn apadBtn" data-key="MENU">
|
||||
<text class="apadLabel apadLabelSmall">Menu</text>
|
||||
</div>
|
||||
</div>
|
||||
<div class="apadBtnContainer apadSqBtnContainer">
|
||||
<div id="apadCycleShiny" class="apadSqBtn apadBtn" data-key="CYCLE_SHINY">
|
||||
<text class="apadLabel apadLabelSmall">R</text>
|
||||
</div>
|
||||
<div id="apadCycleForm" class="apadSqBtn apadBtn" data-key="CYCLE_FORM">
|
||||
<text class="apadLabel apadLabelSmall">F</text>
|
||||
</div>
|
||||
|
@ -88,6 +88,9 @@
|
|||
<div id="apadCycleAbility" class="apadSqBtn apadBtn" data-key="CYCLE_ABILITY">
|
||||
<text class="apadLabel apadLabelSmall">E</text>
|
||||
</div>
|
||||
<div id="apadCycleNature" class="apadSqBtn apadBtn" data-key="CYCLE_NATURE">
|
||||
<text class="apadLabel apadLabelSmall">N</text>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "pokemon-rogue-battle",
|
||||
"private": true,
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
|
|
|
@ -0,0 +1,755 @@
|
|||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "shiny_2.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 455,
|
||||
"h": 539
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{
|
||||
"filename": "0.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "1.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "2.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "3.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "4.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "5.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "6.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "7.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "8.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "9.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "10.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "11.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "12.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "13.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "14.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "15.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "16.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "17.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "18.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "19.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "20.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "21.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "22.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "23.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "24.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "25.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "26.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "27.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "28.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "29.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "30.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "31.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "32.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "33.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "34.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:e7ab42084b4f407be2605df69451df70:81a31b72361bd6b97bbe9921ad9d1ce7:08550d35d145cda6fb30cd1e5a8b5c68$"
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 7.2 KiB |
|
@ -0,0 +1,755 @@
|
|||
{
|
||||
"textures": [
|
||||
{
|
||||
"image": "shiny_3.png",
|
||||
"format": "RGBA8888",
|
||||
"size": {
|
||||
"w": 455,
|
||||
"h": 539
|
||||
},
|
||||
"scale": 1,
|
||||
"frames": [
|
||||
{
|
||||
"filename": "0.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "1.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "2.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "3.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "4.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 1,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "5.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "6.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "7.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "8.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "9.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 78,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "10.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "11.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "12.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "13.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "14.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 155,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "15.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "16.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "17.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "18.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "19.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 232,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "20.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "21.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "22.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "23.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "24.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 309,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "25.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "26.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "27.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "28.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "29.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 386,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "30.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 1,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "31.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 92,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "32.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 183,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "33.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 274,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
"filename": "34.png",
|
||||
"rotated": false,
|
||||
"trimmed": false,
|
||||
"sourceSize": {
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"spriteSourceSize": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
},
|
||||
"frame": {
|
||||
"x": 365,
|
||||
"y": 463,
|
||||
"w": 89,
|
||||
"h": 75
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"app": "https://www.codeandweb.com/texturepacker",
|
||||
"version": "3.0",
|
||||
"smartupdate": "$TexturePacker:SmartUpdate:e7ab42084b4f407be2605df69451df70:81a31b72361bd6b97bbe9921ad9d1ce7:08550d35d145cda6fb30cd1e5a8b5c68$"
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 935 B After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 934 B After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 624 B |
After Width: | Height: | Size: 622 B |
After Width: | Height: | Size: 631 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1010 B |
After Width: | Height: | Size: 697 B |
After Width: | Height: | Size: 706 B |
After Width: | Height: | Size: 479 B |
After Width: | Height: | Size: 476 B |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 730 B |
After Width: | Height: | Size: 628 B |
After Width: | Height: | Size: 640 B |
After Width: | Height: | Size: 615 B |
After Width: | Height: | Size: 684 B |
After Width: | Height: | Size: 667 B |
After Width: | Height: | Size: 649 B |
After Width: | Height: | Size: 518 B |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 541 B |
After Width: | Height: | Size: 573 B |
After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 634 B |
After Width: | Height: | Size: 620 B |
After Width: | Height: | Size: 630 B |
After Width: | Height: | Size: 536 B |
After Width: | Height: | Size: 535 B |
After Width: | Height: | Size: 604 B |
After Width: | Height: | Size: 596 B |
After Width: | Height: | Size: 702 B |
After Width: | Height: | Size: 682 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 595 B |
After Width: | Height: | Size: 717 B |
After Width: | Height: | Size: 658 B |
After Width: | Height: | Size: 669 B |
After Width: | Height: | Size: 572 B |
After Width: | Height: | Size: 576 B |
After Width: | Height: | Size: 582 B |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 732 B |
After Width: | Height: | Size: 735 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 498 B |
After Width: | Height: | Size: 503 B |
After Width: | Height: | Size: 659 B |
After Width: | Height: | Size: 674 B |
After Width: | Height: | Size: 671 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 624 B |
After Width: | Height: | Size: 666 B |
After Width: | Height: | Size: 600 B |
After Width: | Height: | Size: 604 B |
After Width: | Height: | Size: 594 B |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 569 B |
After Width: | Height: | Size: 581 B |
After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 935 B |
After Width: | Height: | Size: 940 B |
After Width: | Height: | Size: 919 B |
After Width: | Height: | Size: 666 B |
After Width: | Height: | Size: 670 B |
After Width: | Height: | Size: 642 B |
|
@ -0,0 +1 @@
|
|||
cmd /c TexturePacker ./ ../configuration.tps --sheet ../../../../pokemon_icons_1v.png --data ../../../../pokemon_icons_1v.json --replace .png=
|
After Width: | Height: | Size: 541 B |
After Width: | Height: | Size: 584 B |
After Width: | Height: | Size: 585 B |
After Width: | Height: | Size: 519 B |
After Width: | Height: | Size: 528 B |
After Width: | Height: | Size: 538 B |
After Width: | Height: | Size: 679 B |
After Width: | Height: | Size: 696 B |
After Width: | Height: | Size: 741 B |
After Width: | Height: | Size: 694 B |
After Width: | Height: | Size: 846 B |
After Width: | Height: | Size: 850 B |
After Width: | Height: | Size: 669 B |
After Width: | Height: | Size: 656 B |
After Width: | Height: | Size: 429 B |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 429 B |