+
V
diff --git a/lefthook.yml b/lefthook.yml
index 06eb0446ee5..ff0ac00f9e5 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -1,20 +1,13 @@
pre-commit:
parallel: true
commands:
- eslint:
- glob: "*.{js,jsx,ts,tsx}"
- run: npx eslint --fix {staged_files}
+ biome-lint:
+ run: npx biome check --write --reporter=summary --staged --no-errors-on-unmatched
stage_fixed: true
skip:
- merge
- rebase
-pre-push:
- commands:
- eslint:
- glob: "*.{js,ts,jsx,tsx}"
- run: npx eslint --fix {push_files}
-
post-merge:
commands:
update-submodules:
diff --git a/package-lock.json b/package-lock.json
index 4398037822a..66400b14459 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,7014 +1,8029 @@
{
- "name": "pokemon-rogue-battle",
- "version": "1.5.4",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "pokemon-rogue-battle",
- "version": "1.5.4",
- "hasInstallScript": true,
- "dependencies": {
- "@material/material-color-utilities": "^0.2.7",
- "crypto-js": "^4.2.0",
- "i18next": "^23.11.1",
- "i18next-browser-languagedetector": "^7.2.1",
- "i18next-http-backend": "^2.6.1",
- "i18next-korean-postposition-processor": "^1.0.0",
- "json-stable-stringify": "^1.1.0",
- "jszip": "^3.10.1",
- "phaser": "^3.70.0",
- "phaser3-rex-plugins": "^1.1.84"
- },
- "devDependencies": {
- "@eslint/js": "^9.3.0",
- "@hpcc-js/wasm": "^2.18.0",
- "@stylistic/eslint-plugin-ts": "^2.6.0-beta.0",
- "@types/jsdom": "^21.1.7",
- "@types/node": "^20.12.13",
- "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.54",
- "@typescript-eslint/parser": "^8.0.0-alpha.54",
- "@vitest/coverage-istanbul": "^2.1.9",
- "dependency-cruiser": "^16.3.10",
- "eslint": "^9.7.0",
- "eslint-plugin-import-x": "^4.2.1",
- "inquirer": "^11.0.2",
- "jsdom": "^24.0.0",
- "lefthook": "^1.6.12",
- "msw": "^2.4.9",
- "phaser3spectorjs": "^0.0.8",
- "typedoc": "^0.26.4",
- "typescript": "^5.5.3",
- "typescript-eslint": "^8.0.0-alpha.54",
- "vite": "^5.4.14",
- "vite-tsconfig-paths": "^4.3.2",
- "vitest": "^2.1.9",
- "vitest-canvas-mock": "^0.3.3"
- },
- "engines": {
- "node": ">=20.0.0"
- }
- },
- "node_modules/@ampproject/remapping": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
- "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/code-frame": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
- "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/highlight": "^7.24.7",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/compat-data": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz",
- "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/core": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
- "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.24.7",
- "@babel/generator": "^7.24.9",
- "@babel/helper-compilation-targets": "^7.24.8",
- "@babel/helper-module-transforms": "^7.24.9",
- "@babel/helpers": "^7.24.8",
- "@babel/parser": "^7.24.8",
- "@babel/template": "^7.24.7",
- "@babel/traverse": "^7.24.8",
- "@babel/types": "^7.24.9",
- "convert-source-map": "^2.0.0",
- "debug": "^4.1.0",
- "gensync": "^1.0.0-beta.2",
- "json5": "^2.2.3",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
- }
- },
- "node_modules/@babel/core/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/generator": {
- "version": "7.24.10",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
- "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.24.9",
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.25",
- "jsesc": "^2.5.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
- "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/compat-data": "^7.24.8",
- "@babel/helper-validator-option": "^7.24.8",
- "browserslist": "^4.23.1",
- "lru-cache": "^5.1.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/helper-environment-visitor": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
- "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-function-name": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
- "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
- "dev": true,
- "dependencies": {
- "@babel/template": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-hoist-variables": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
- "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-imports": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
- "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-transforms": {
- "version": "7.24.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz",
- "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-environment-visitor": "^7.24.7",
- "@babel/helper-module-imports": "^7.24.7",
- "@babel/helper-simple-access": "^7.24.7",
- "@babel/helper-split-export-declaration": "^7.24.7",
- "@babel/helper-validator-identifier": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-simple-access": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
- "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-split-export-declaration": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
- "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-string-parser": {
- "version": "7.25.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
- "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-identifier": {
- "version": "7.25.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
- "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-option": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
- "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helpers": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
- "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/template": "^7.24.7",
- "@babel/types": "^7.24.8"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
- "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-validator-identifier": "^7.24.7",
- "chalk": "^2.4.2",
- "js-tokens": "^4.0.0",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "dev": true,
- "dependencies": {
- "color-convert": "^1.9.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/chalk": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-convert": {
- "version": "1.9.3",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "1.1.3"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-name": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/has-flag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/supports-color": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/parser": {
- "version": "7.26.8",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.8.tgz",
- "integrity": "sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.26.8"
- },
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/runtime": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz",
- "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==",
- "dependencies": {
- "regenerator-runtime": "^0.14.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/template": {
- "version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
- "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.24.7",
- "@babel/parser": "^7.24.7",
- "@babel/types": "^7.24.7"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse": {
- "version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
- "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.24.7",
- "@babel/generator": "^7.24.8",
- "@babel/helper-environment-visitor": "^7.24.7",
- "@babel/helper-function-name": "^7.24.7",
- "@babel/helper-hoist-variables": "^7.24.7",
- "@babel/helper-split-export-declaration": "^7.24.7",
- "@babel/parser": "^7.24.8",
- "@babel/types": "^7.24.8",
- "debug": "^4.3.1",
- "globals": "^11.1.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse/node_modules/globals": {
- "version": "11.12.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/types": {
- "version": "7.26.8",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.8.tgz",
- "integrity": "sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-string-parser": "^7.25.9",
- "@babel/helper-validator-identifier": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@bundled-es-modules/cookie": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.0.tgz",
- "integrity": "sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cookie": "^0.5.0"
- }
- },
- "node_modules/@bundled-es-modules/statuses": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/statuses/-/statuses-1.0.1.tgz",
- "integrity": "sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "statuses": "^2.0.1"
- }
- },
- "node_modules/@bundled-es-modules/tough-cookie": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/@bundled-es-modules/tough-cookie/-/tough-cookie-0.1.6.tgz",
- "integrity": "sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@types/tough-cookie": "^4.0.5",
- "tough-cookie": "^4.1.4"
- }
- },
- "node_modules/@esbuild/aix-ppc64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
- "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "aix"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-arm": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
- "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
- "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/android-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
- "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/darwin-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
- "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/darwin-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
- "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/freebsd-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
- "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/freebsd-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
- "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-arm": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
- "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
- "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-ia32": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
- "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-loong64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
- "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
- "cpu": [
- "loong64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-mips64el": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
- "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
- "cpu": [
- "mips64el"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-ppc64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
- "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-riscv64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
- "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-s390x": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
- "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/linux-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
- "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/netbsd-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
- "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "netbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/openbsd-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
- "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "openbsd"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/sunos-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
- "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "sunos"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-arm64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
- "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-ia32": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
- "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@esbuild/win32-x64": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
- "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@eslint-community/eslint-utils": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
- "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eslint-visitor-keys": "^3.3.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
- }
- },
- "node_modules/@eslint-community/regexpp": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",
- "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
- }
- },
- "node_modules/@eslint/config-array": {
- "version": "0.17.1",
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.17.1.tgz",
- "integrity": "sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@eslint/object-schema": "^2.1.4",
- "debug": "^4.3.1",
- "minimatch": "^3.1.2"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/config-array/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/@eslint/config-array/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/@eslint/eslintrc": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz",
- "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.3.2",
- "espree": "^10.0.1",
- "globals": "^14.0.0",
- "ignore": "^5.2.0",
- "import-fresh": "^3.2.1",
- "js-yaml": "^4.1.0",
- "minimatch": "^3.1.2",
- "strip-json-comments": "^3.1.1"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
- "dev": true
- },
- "node_modules/@eslint/eslintrc/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/@eslint/js": {
- "version": "9.7.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.7.0.tgz",
- "integrity": "sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@eslint/object-schema": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz",
- "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
- "node_modules/@hpcc-js/wasm": {
- "version": "2.18.0",
- "resolved": "https://registry.npmjs.org/@hpcc-js/wasm/-/wasm-2.18.0.tgz",
- "integrity": "sha512-M9XVIvAXGH4Xcyb5UoiohWcn6fil89pcos/gClNdBZG2v+W48xSf2bjcA8BW131X/AFHUerVY28n1P1Jw81/9A==",
- "dev": true,
- "dependencies": {
- "yargs": "17.7.2"
- },
- "bin": {
- "dot-wasm": "bin/dot-wasm.js"
- }
- },
- "node_modules/@humanwhocodes/module-importer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=12.22"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@humanwhocodes/retry": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz",
- "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18.18"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@inquirer/checkbox": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-3.0.1.tgz",
- "integrity": "sha512-0hm2nrToWUdD6/UHnel/UKGdk1//ke5zGUpHIvk5ZWmaKezlGxZkOJXNSWsdxO/rEqTkbB3lNC2J6nBElV2aAQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/confirm": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-4.0.1.tgz",
- "integrity": "sha512-46yL28o2NJ9doViqOy0VDcoTzng7rAb6yPQKU7VDLqkmbCaH4JqK4yk4XqlzNWy9PVC5pG1ZUXPBQv+VqnYs2w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/core": {
- "version": "9.2.1",
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz",
- "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "@types/mute-stream": "^0.0.4",
- "@types/node": "^22.5.5",
- "@types/wrap-ansi": "^3.0.0",
- "ansi-escapes": "^4.3.2",
- "cli-width": "^4.1.0",
- "mute-stream": "^1.0.0",
- "signal-exit": "^4.1.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^6.2.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/core/node_modules/@types/node": {
- "version": "22.5.5",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
- "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~6.19.2"
- }
- },
- "node_modules/@inquirer/core/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@inquirer/core/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@inquirer/core/node_modules/undici-types": {
- "version": "6.19.8",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
- "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@inquirer/core/node_modules/wrap-ansi": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@inquirer/editor": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-3.0.1.tgz",
- "integrity": "sha512-VA96GPFaSOVudjKFraokEEmUQg/Lub6OXvbIEZU1SDCmBzRkHGhxoFAVaF30nyiB4m5cEbDgiI2QRacXZ2hw9Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "external-editor": "^3.1.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/expand": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-3.0.1.tgz",
- "integrity": "sha512-ToG8d6RIbnVpbdPdiN7BCxZGiHOTomOX94C2FaT5KOHupV40tKEDozp12res6cMIfRKrXLJyexAZhWVHgbALSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/figures": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
- "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/input": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-3.0.1.tgz",
- "integrity": "sha512-BDuPBmpvi8eMCxqC5iacloWqv+5tQSJlUafYWUe31ow1BVXjW2a5qe3dh4X/Z25Wp22RwvcaLCc2siHobEOfzg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/number": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-2.0.1.tgz",
- "integrity": "sha512-QpR8jPhRjSmlr/mD2cw3IR8HRO7lSVOnqUvQa8scv1Lsr3xoAMMworcYW3J13z3ppjBFBD2ef1Ci6AE5Qn8goQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/password": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-3.0.1.tgz",
- "integrity": "sha512-haoeEPUisD1NeE2IanLOiFr4wcTXGWrBOyAyPZi1FfLJuXOzNmxCJPgUrGYKVh+Y8hfGJenIfz5Wb/DkE9KkMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/prompts": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-6.0.1.tgz",
- "integrity": "sha512-yl43JD/86CIj3Mz5mvvLJqAOfIup7ncxfJ0Btnl0/v5TouVUyeEdcpknfgc+yMevS/48oH9WAkkw93m7otLb/A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/checkbox": "^3.0.1",
- "@inquirer/confirm": "^4.0.1",
- "@inquirer/editor": "^3.0.1",
- "@inquirer/expand": "^3.0.1",
- "@inquirer/input": "^3.0.1",
- "@inquirer/number": "^2.0.1",
- "@inquirer/password": "^3.0.1",
- "@inquirer/rawlist": "^3.0.1",
- "@inquirer/search": "^2.0.1",
- "@inquirer/select": "^3.0.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/rawlist": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-3.0.1.tgz",
- "integrity": "sha512-VgRtFIwZInUzTiPLSfDXK5jLrnpkuSOh1ctfaoygKAdPqjcjKYmGh6sCY1pb0aGnCGsmhUxoqLDUAU0ud+lGXQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/search": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-2.0.1.tgz",
- "integrity": "sha512-r5hBKZk3g5MkIzLVoSgE4evypGqtOannnB3PKTG9NRZxyFRKcfzrdxXXPcoJQsxJPzvdSU2Rn7pB7lw0GCmGAg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/select": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-3.0.1.tgz",
- "integrity": "sha512-lUDGUxPhdWMkN/fHy1Lk7pF3nK1fh/gqeyWXmctefhxLYxlDsc7vsPBEpxrfVGDsVdyYJsiJoD4bJ1b623cV1Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/figures": "^1.0.6",
- "@inquirer/type": "^2.0.0",
- "ansi-escapes": "^4.3.2",
- "yoctocolors-cjs": "^2.1.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@inquirer/type": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
- "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mute-stream": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@isaacs/cliui": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^5.1.2",
- "string-width-cjs": "npm:string-width@^4.2.0",
- "strip-ansi": "^7.0.1",
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
- "wrap-ansi": "^8.1.0",
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/@istanbuljs/schema": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
- "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
- "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/set-array": "^1.2.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/set-array": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
- "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
- "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
- "dev": true
- },
- "node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.25",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
- "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/resolve-uri": "^3.1.0",
- "@jridgewell/sourcemap-codec": "^1.4.14"
- }
- },
- "node_modules/@material/material-color-utilities": {
- "version": "0.2.7",
- "resolved": "https://registry.npmjs.org/@material/material-color-utilities/-/material-color-utilities-0.2.7.tgz",
- "integrity": "sha512-0FCeqG6WvK4/Cc06F/xXMd/pv4FeisI0c1tUpBbfhA2n9Y8eZEv4Karjbmf2ZqQCPUWMrGp8A571tCjizxoTiQ==",
- "license": "Apache-2.0"
- },
- "node_modules/@mswjs/interceptors": {
- "version": "0.35.8",
- "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.35.8.tgz",
- "integrity": "sha512-PFfqpHplKa7KMdoQdj5td03uG05VK2Ng1dG0sP4pT9h0dGSX2v9txYt/AnrzPb/vAmfyBBC0NQV7VaBEX+efgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@open-draft/deferred-promise": "^2.2.0",
- "@open-draft/logger": "^0.3.0",
- "@open-draft/until": "^2.0.0",
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.3",
- "strict-event-emitter": "^0.5.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@nodelib/fs.scandir": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "2.0.5",
- "run-parallel": "^1.1.9"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.stat": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.walk": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.scandir": "2.1.5",
- "fastq": "^1.6.0"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@open-draft/deferred-promise": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
- "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@open-draft/logger": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
- "integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.0"
- }
- },
- "node_modules/@open-draft/until": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
- "integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@pkgjs/parseargs": {
- "version": "0.11.0",
- "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
- "dev": true,
- "license": "MIT",
- "optional": true,
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@rollup/rollup-android-arm-eabi": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz",
- "integrity": "sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-android-arm64": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz",
- "integrity": "sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-darwin-arm64": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz",
- "integrity": "sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-darwin-x64": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz",
- "integrity": "sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz",
- "integrity": "sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz",
- "integrity": "sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz",
- "integrity": "sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-musl": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz",
- "integrity": "sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz",
- "integrity": "sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==",
- "cpu": [
- "ppc64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz",
- "integrity": "sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz",
- "integrity": "sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==",
- "cpu": [
- "s390x"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-gnu": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz",
- "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-musl": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz",
- "integrity": "sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz",
- "integrity": "sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz",
- "integrity": "sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-x64-msvc": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz",
- "integrity": "sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@shikijs/core": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.12.0.tgz",
- "integrity": "sha512-mc1cLbm6UQ8RxLc0dZES7v5rkH+99LxQp/ZvTqV3NLyYsO/fD6JhEflP1H5b2SDq9gI0+0G36AVZWxvounfR9w==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.4"
- }
- },
- "node_modules/@stylistic/eslint-plugin-js": {
- "version": "2.6.0-beta.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.0-beta.0.tgz",
- "integrity": "sha512-KQiNvzNzvl9AmMs1MiIBszLIy/Xy1bTExnyaVy5dSzOF9c+yT64JQfH0p0jP6XpGwoCnZsrPUNflwP30G42QBQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/eslint": "^8.56.10",
- "acorn": "^8.12.0",
- "eslint-visitor-keys": "^4.0.0",
- "espree": "^10.1.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": ">=8.40.0"
- }
- },
- "node_modules/@stylistic/eslint-plugin-js/node_modules/eslint-visitor-keys": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
- "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@stylistic/eslint-plugin-ts": {
- "version": "2.6.0-beta.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.0-beta.0.tgz",
- "integrity": "sha512-WMz1zgmMC3bvg1L/tiYt5ygvDbTDKlbezoHoX2lV9MnUCAEQZUP4xJ9Wj3jmIKxb4mUuK5+vFZJVcOygvbbqow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@stylistic/eslint-plugin-js": "2.6.0-beta.0",
- "@types/eslint": "^8.56.10",
- "@typescript-eslint/utils": "^8.0.0-alpha.34"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": ">=8.40.0"
- }
- },
- "node_modules/@types/cookie": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
- "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/eslint": {
- "version": "8.56.11",
- "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz",
- "integrity": "sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "*",
- "@types/json-schema": "*"
- }
- },
- "node_modules/@types/estree": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
- "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/hast": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
- "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
- "dev": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/@types/jsdom": {
- "version": "21.1.7",
- "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
- "integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*",
- "@types/tough-cookie": "*",
- "parse5": "^7.0.0"
- }
- },
- "node_modules/@types/json-schema": {
- "version": "7.0.15",
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/mute-stream": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
- "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/node": {
- "version": "20.14.11",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
- "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
- "dev": true,
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@types/statuses": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.5.tgz",
- "integrity": "sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/tough-cookie": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
- "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/unist": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
- "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==",
- "dev": true
- },
- "node_modules/@types/wrap-ansi": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
- "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.58.tgz",
- "integrity": "sha512-5G9oIj8jvosj8RTa0VDFXvRmUg1U6FxXJu7ZEfyJYMvFkdMJoY5YnzFvgAvHbYsXOj+YgXZu81fNOTRWQzwk5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.0.0-alpha.58",
- "@typescript-eslint/type-utils": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
- "graphemer": "^1.4.0",
- "ignore": "^5.3.1",
- "natural-compare": "^1.4.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/parser": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.58.tgz",
- "integrity": "sha512-/RpgxIejBui6WXJgV9ukwzxmvbZt5TlfHUGGLB/BsNLj+NRZEbXVtWT9rKuxVOqsGb1Dn9c5gxvBI/XzyuIsMQ==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@typescript-eslint/scope-manager": "8.0.0-alpha.58",
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/scope-manager": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.58.tgz",
- "integrity": "sha512-bGgJXn8B3Pf3mzEOUQTPxEqhux54MOJSqw4HcgBReuP7dudz/hsN4TH9GqHbMXkFv8N4Ed1iqVRfgGeC8b1mGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/type-utils": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.58.tgz",
- "integrity": "sha512-spW/I/UAY6HM0lKj+/333Zb9arOvUoi8+H0cVNYHELPhOti9re9NjyyJFhck84PNiwi8WmpkEf3GXe7/h+Cquw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58",
- "debug": "^4.3.4",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/types": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.58.tgz",
- "integrity": "sha512-6+jM4y31a6pwKeV3MVQuVXPZl6d3I1ySMvP5WjZdZ+n57uovMvasZ3ZJstXngoRpa7JtkjVZ7NrMhQ1J8dxKCQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.58.tgz",
- "integrity": "sha512-hm4nsoJnQcA7axMopUJrH7CD0MJhAMtE2zQt65uMFCy+U2YDdKPwE0g6qEAUBoKn6UBLQJWthJgUmwDbWrnwZg==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
- "debug": "^4.3.4",
- "globby": "^11.1.0",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/utils": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.58.tgz",
- "integrity": "sha512-lZuGnpK23jr3huebgY4/qqrOKsWJ8dX0Q1Fo4oVYcyAy+sK6p+6nObK4VEPJG098gUmrriiavRiDKIhPDFm4Ig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "8.0.0-alpha.58",
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "@typescript-eslint/typescript-estree": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.58.tgz",
- "integrity": "sha512-V//E9PRY2216kh9fN/ihRvTtjpobAXEtmrsr3utlVUwHa2iklcofq1J12yl3KOjx9QBRfBrtfQnYaeruF7L0Fw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.0.0-alpha.58",
- "eslint-visitor-keys": "^3.4.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@vitest/coverage-istanbul": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-2.1.9.tgz",
- "integrity": "sha512-vdYE4FkC/y2lxcN3Dcj54Bw+ericmDwiex0B8LV5F/YNYEYP1mgVwhPnHwWGAXu38qizkjOuyczKbFTALfzFKw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@istanbuljs/schema": "^0.1.3",
- "debug": "^4.3.7",
- "istanbul-lib-coverage": "^3.2.2",
- "istanbul-lib-instrument": "^6.0.3",
- "istanbul-lib-report": "^3.0.1",
- "istanbul-lib-source-maps": "^5.0.6",
- "istanbul-reports": "^3.1.7",
- "magicast": "^0.3.5",
- "test-exclude": "^7.0.1",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "vitest": "2.1.9"
- }
- },
- "node_modules/@vitest/expect": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.9.tgz",
- "integrity": "sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/spy": "2.1.9",
- "@vitest/utils": "2.1.9",
- "chai": "^5.1.2",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/mocker": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.9.tgz",
- "integrity": "sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/spy": "2.1.9",
- "estree-walker": "^3.0.3",
- "magic-string": "^0.30.12"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "msw": "^2.4.9",
- "vite": "^5.0.0"
- },
- "peerDependenciesMeta": {
- "msw": {
- "optional": true
- },
- "vite": {
- "optional": true
- }
- }
- },
- "node_modules/@vitest/pretty-format": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.9.tgz",
- "integrity": "sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/runner": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.9.tgz",
- "integrity": "sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/utils": "2.1.9",
- "pathe": "^1.1.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/snapshot": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.9.tgz",
- "integrity": "sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/pretty-format": "2.1.9",
- "magic-string": "^0.30.12",
- "pathe": "^1.1.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/spy": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.9.tgz",
- "integrity": "sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tinyspy": "^3.0.2"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/@vitest/utils": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.9.tgz",
- "integrity": "sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/pretty-format": "2.1.9",
- "loupe": "^3.1.2",
- "tinyrainbow": "^1.2.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/acorn": {
- "version": "8.12.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
- "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-jsx": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/acorn-jsx-walk": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/acorn-jsx-walk/-/acorn-jsx-walk-2.0.0.tgz",
- "integrity": "sha512-uuo6iJj4D4ygkdzd6jPtcxs8vZgDX9YFIkqczGImoypX2fQ4dVImmu3UzA4ynixCIMTrEOWW+95M2HuBaCEOVA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/acorn-loose": {
- "version": "8.4.0",
- "resolved": "https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.4.0.tgz",
- "integrity": "sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "acorn": "^8.11.0"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-walk": {
- "version": "8.3.3",
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz",
- "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==",
- "dev": true,
- "dependencies": {
- "acorn": "^8.11.0"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/agent-base": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
- "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/ajv": {
- "version": "8.17.1",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
- "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
- "dev": true,
- "dependencies": {
- "fast-deep-equal": "^3.1.3",
- "fast-uri": "^3.0.1",
- "json-schema-traverse": "^1.0.0",
- "require-from-string": "^2.0.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/ansi-escapes": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^0.21.3"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/argparse": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
- "license": "Python-2.0"
- },
- "node_modules/array-union": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
- "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/assertion-error": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
- "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/asynckit": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
- "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
- "dev": true,
- "dependencies": {
- "possible-typed-array-names": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/balanced-match": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/braces": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/browserslist": {
- "version": "4.23.2",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
- "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "caniuse-lite": "^1.0.30001640",
- "electron-to-chromium": "^1.4.820",
- "node-releases": "^2.0.14",
- "update-browserslist-db": "^1.1.0"
- },
- "bin": {
- "browserslist": "cli.js"
- },
- "engines": {
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
- }
- },
- "node_modules/cac": {
- "version": "6.7.14",
- "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
- "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/call-bind": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
- "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/callsites": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/caniuse-lite": {
- "version": "1.0.30001642",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz",
- "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "CC-BY-4.0"
- },
- "node_modules/chai": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.2.tgz",
- "integrity": "sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "assertion-error": "^2.0.1",
- "check-error": "^2.1.1",
- "deep-eql": "^5.0.1",
- "loupe": "^3.1.0",
- "pathval": "^2.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/chardet": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
- "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/check-error": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz",
- "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 16"
- }
- },
- "node_modules/cli-width": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
- "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">= 12"
- }
- },
- "node_modules/cliui": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/cliui/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cliui/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cliui/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/combined-stream": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "delayed-stream": "~1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/commander": {
- "version": "12.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
- "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/concat-map": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/convert-source-map": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cookie": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
- "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/core-util-is": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
- "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
- },
- "node_modules/cross-fetch": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
- "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
- "license": "MIT",
- "dependencies": {
- "node-fetch": "^2.6.12"
- }
- },
- "node_modules/cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/crypto-js": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
- "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
- "license": "MIT"
- },
- "node_modules/cssfontparser": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/cssfontparser/-/cssfontparser-1.2.1.tgz",
- "integrity": "sha512-6tun4LoZnj7VN6YeegOVb67KBX/7JJsqvj+pv3ZA7F878/eN33AbGa5b/S/wXxS/tcp8nc40xRUrsPlxIyNUPg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cssstyle": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz",
- "integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "rrweb-cssom": "^0.6.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/cssstyle/node_modules/rrweb-cssom": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz",
- "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==",
- "dev": true
- },
- "node_modules/data-urls": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
- "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-mimetype": "^4.0.0",
- "whatwg-url": "^14.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/debug": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "^2.1.3"
- },
- "engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- }
- },
- "node_modules/decimal.js": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
- "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/deep-eql": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
- "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/deep-is": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/define-data-property": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/delayed-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/dependency-cruiser": {
- "version": "16.3.10",
- "resolved": "https://registry.npmjs.org/dependency-cruiser/-/dependency-cruiser-16.3.10.tgz",
- "integrity": "sha512-WkCnibHBfvaiaQ+S46LZ6h4AR6oj42Vsf5/0Vgtrwdwn7ZekMJdZ/ALoTwNp/RaGlKW+MbV/fhSZOvmhAWVWzQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "acorn": "8.12.1",
- "acorn-jsx": "5.3.2",
- "acorn-jsx-walk": "2.0.0",
- "acorn-loose": "8.4.0",
- "acorn-walk": "8.3.3",
- "ajv": "8.17.1",
- "commander": "12.1.0",
- "enhanced-resolve": "5.17.1",
- "ignore": "5.3.1",
- "interpret": "^3.1.1",
- "is-installed-globally": "1.0.0",
- "json5": "2.2.3",
- "memoize": "10.0.0",
- "picocolors": "1.0.1",
- "picomatch": "4.0.2",
- "prompts": "2.4.2",
- "rechoir": "^0.8.0",
- "safe-regex": "2.1.1",
- "semver": "^7.6.3",
- "teamcity-service-messages": "0.1.14",
- "tsconfig-paths-webpack-plugin": "4.1.0",
- "watskeburt": "4.1.0"
- },
- "bin": {
- "depcruise": "bin/dependency-cruise.mjs",
- "depcruise-baseline": "bin/depcruise-baseline.mjs",
- "depcruise-fmt": "bin/depcruise-fmt.mjs",
- "depcruise-wrap-stream-in-html": "bin/wrap-stream-in-html.mjs",
- "dependency-cruise": "bin/dependency-cruise.mjs",
- "dependency-cruiser": "bin/dependency-cruise.mjs"
- },
- "engines": {
- "node": "^18.17||>=20"
- }
- },
- "node_modules/dir-glob": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
- "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-type": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/doctrine": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/eastasianwidth": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/electron-to-chromium": {
- "version": "1.4.830",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.830.tgz",
- "integrity": "sha512-TrPKKH20HeN0J1LHzsYLs2qwXrp8TF4nHdu4sq61ozGbzMpWhI7iIOPYPPkxeq1azMT9PZ8enPFcftbs/Npcjg==",
- "dev": true
- },
- "node_modules/emoji-regex": {
- "version": "9.2.2",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/enhanced-resolve": {
- "version": "5.17.1",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
- "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.4",
- "tapable": "^2.2.0"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/entities": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
- },
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/es-define-property": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
- "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.2.4"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-module-lexer": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz",
- "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/esbuild": {
- "version": "0.21.5",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
- "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "bin": {
- "esbuild": "bin/esbuild"
- },
- "engines": {
- "node": ">=12"
- },
- "optionalDependencies": {
- "@esbuild/aix-ppc64": "0.21.5",
- "@esbuild/android-arm": "0.21.5",
- "@esbuild/android-arm64": "0.21.5",
- "@esbuild/android-x64": "0.21.5",
- "@esbuild/darwin-arm64": "0.21.5",
- "@esbuild/darwin-x64": "0.21.5",
- "@esbuild/freebsd-arm64": "0.21.5",
- "@esbuild/freebsd-x64": "0.21.5",
- "@esbuild/linux-arm": "0.21.5",
- "@esbuild/linux-arm64": "0.21.5",
- "@esbuild/linux-ia32": "0.21.5",
- "@esbuild/linux-loong64": "0.21.5",
- "@esbuild/linux-mips64el": "0.21.5",
- "@esbuild/linux-ppc64": "0.21.5",
- "@esbuild/linux-riscv64": "0.21.5",
- "@esbuild/linux-s390x": "0.21.5",
- "@esbuild/linux-x64": "0.21.5",
- "@esbuild/netbsd-x64": "0.21.5",
- "@esbuild/openbsd-x64": "0.21.5",
- "@esbuild/sunos-x64": "0.21.5",
- "@esbuild/win32-arm64": "0.21.5",
- "@esbuild/win32-ia32": "0.21.5",
- "@esbuild/win32-x64": "0.21.5"
- }
- },
- "node_modules/escalade": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
- "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/eslint": {
- "version": "9.7.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz",
- "integrity": "sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.2.0",
- "@eslint-community/regexpp": "^4.11.0",
- "@eslint/config-array": "^0.17.0",
- "@eslint/eslintrc": "^3.1.0",
- "@eslint/js": "9.7.0",
- "@humanwhocodes/module-importer": "^1.0.1",
- "@humanwhocodes/retry": "^0.3.0",
- "@nodelib/fs.walk": "^1.2.8",
- "ajv": "^6.12.4",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "debug": "^4.3.2",
- "escape-string-regexp": "^4.0.0",
- "eslint-scope": "^8.0.2",
- "eslint-visitor-keys": "^4.0.0",
- "espree": "^10.1.0",
- "esquery": "^1.5.0",
- "esutils": "^2.0.2",
- "fast-deep-equal": "^3.1.3",
- "file-entry-cache": "^8.0.0",
- "find-up": "^5.0.0",
- "glob-parent": "^6.0.2",
- "ignore": "^5.2.0",
- "imurmurhash": "^0.1.4",
- "is-glob": "^4.0.0",
- "is-path-inside": "^3.0.3",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "lodash.merge": "^4.6.2",
- "minimatch": "^3.1.2",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.3",
- "strip-ansi": "^6.0.1",
- "text-table": "^0.2.0"
- },
- "bin": {
- "eslint": "bin/eslint.js"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-import-resolver-node": {
- "version": "0.3.9",
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
- "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^3.2.7",
- "is-core-module": "^2.13.0",
- "resolve": "^1.22.4"
- }
- },
- "node_modules/eslint-import-resolver-node/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/eslint-plugin-import-x": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.2.1.tgz",
- "integrity": "sha512-WWi2GedccIJa0zXxx3WDnTgouGQTtdYK1nhXMwywbqqAgB0Ov+p1pYBsWh3VaB0bvBOwLse6OfVII7jZD9xo5Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/utils": "^8.1.0",
- "debug": "^4.3.4",
- "doctrine": "^3.0.0",
- "eslint-import-resolver-node": "^0.3.9",
- "get-tsconfig": "^4.7.3",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.3",
- "semver": "^7.6.3",
- "stable-hash": "^0.0.4",
- "tslib": "^2.6.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/scope-manager": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz",
- "integrity": "sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/types": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.5.0.tgz",
- "integrity": "sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz",
- "integrity": "sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/visitor-keys": "8.5.0",
- "debug": "^4.3.4",
- "fast-glob": "^3.3.2",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/utils": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.5.0.tgz",
- "integrity": "sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "8.5.0",
- "@typescript-eslint/types": "8.5.0",
- "@typescript-eslint/typescript-estree": "8.5.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- }
- },
- "node_modules/eslint-plugin-import-x/node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz",
- "integrity": "sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "8.5.0",
- "eslint-visitor-keys": "^3.4.3"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-scope": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz",
- "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint/node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/eslint/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/eslint/node_modules/eslint-visitor-keys": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
- "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint/node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
- "dev": true
- },
- "node_modules/eslint/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/espree": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz",
- "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "acorn": "^8.12.0",
- "acorn-jsx": "^5.3.2",
- "eslint-visitor-keys": "^4.0.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/espree/node_modules/eslint-visitor-keys": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
- "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/esquery": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "estraverse": "^5.1.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/esrecurse": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estraverse": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estree-walker": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
- "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0"
- }
- },
- "node_modules/esutils": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/eventemitter3": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
- "license": "MIT"
- },
- "node_modules/expect-type": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.1.0.tgz",
- "integrity": "sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=12.0.0"
- }
- },
- "node_modules/external-editor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
- "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chardet": "^0.7.0",
- "iconv-lite": "^0.4.24",
- "tmp": "^0.0.33"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/fast-deep-equal": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-glob": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
- "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.4"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/fast-glob/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/fast-json-stable-stringify": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-levenshtein": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fast-uri": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
- "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
- "dev": true
- },
- "node_modules/fastq": {
- "version": "1.17.1",
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
- "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "reusify": "^1.0.4"
- }
- },
- "node_modules/file-entry-cache": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flat-cache": "^4.0.0"
- },
- "engines": {
- "node": ">=16.0.0"
- }
- },
- "node_modules/fill-range": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/find-up": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/flat-cache": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "flatted": "^3.2.9",
- "keyv": "^4.5.4"
- },
- "engines": {
- "node": ">=16"
- }
- },
- "node_modules/flatted": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/foreground-child": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
- "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^4.0.1"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/form-data": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
- "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.8",
- "mime-types": "^2.1.12"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/fsevents": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
- "dev": true,
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
- "node_modules/function-bind": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/gensync": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/get-caller-file": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "node_modules/get-intrinsic": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
- "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "has-proto": "^1.0.1",
- "has-symbols": "^1.0.3",
- "hasown": "^2.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-tsconfig": {
- "version": "4.8.0",
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.0.tgz",
- "integrity": "sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "resolve-pkg-maps": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
- }
- },
- "node_modules/glob-parent": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.3"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/global-directory": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
- "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ini": "4.1.1"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globals": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
- "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globby": {
- "version": "11.1.0",
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "array-union": "^2.1.0",
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.2.9",
- "ignore": "^5.2.0",
- "merge2": "^1.4.1",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globrex": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
- "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/gopd": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
- "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.1.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/graceful-fs": {
- "version": "4.2.11",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/graphemer": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/graphql": {
- "version": "16.9.0",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz",
- "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
- }
- },
- "node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/has-property-descriptors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-proto": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
- "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-symbols": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
- "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/hasown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
- "license": "MIT",
- "dependencies": {
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/headers-polyfill": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz",
- "integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/html-encoding-sniffer": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
- "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "whatwg-encoding": "^3.1.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/html-escaper": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
- "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/http-proxy-agent": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
- "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.1.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/https-proxy-agent": {
- "version": "7.0.5",
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
- "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "agent-base": "^7.0.2",
- "debug": "4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/i18next": {
- "version": "23.12.2",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz",
- "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==",
- "funding": [
- {
- "type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
- },
- {
- "type": "individual",
- "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.23.2"
- }
- },
- "node_modules/i18next-browser-languagedetector": {
- "version": "7.2.1",
- "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-7.2.1.tgz",
- "integrity": "sha512-h/pM34bcH6tbz8WgGXcmWauNpQupCGr25XPp9cZwZInR9XHSjIFDYp1SIok7zSPsTOMxdvuLyu86V+g2Kycnfw==",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.23.2"
- }
- },
- "node_modules/i18next-http-backend": {
- "version": "2.6.1",
- "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz",
- "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==",
- "license": "MIT",
- "dependencies": {
- "cross-fetch": "4.0.0"
- }
- },
- "node_modules/i18next-korean-postposition-processor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/i18next-korean-postposition-processor/-/i18next-korean-postposition-processor-1.0.0.tgz",
- "integrity": "sha512-ruNXjI9awsFK6Ie+F9gYaMW8ciLMuCkeRjH9QkSv2Wb8xI0mnm773v3M9eua8dtvAXudIUk4p6Ho7hNkEASXDg==",
- "license": "MIT",
- "peerDependencies": {
- "i18next": ">=8.4.0"
- }
- },
- "node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/ignore": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
- "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/immediate": {
- "version": "3.0.6",
- "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
- "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ=="
- },
- "node_modules/import-fresh": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
- "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/imurmurhash": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.8.19"
- }
- },
- "node_modules/inherits": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
- },
- "node_modules/ini": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
- "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/inquirer": {
- "version": "11.0.2",
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-11.0.2.tgz",
- "integrity": "sha512-pnbn3nL+JFrTw/pLhzyE/IQ3+gA3n5JxTAZQDjB6qu4gbjOaiTnpZbxT6HY2DDCT7bzDjTTsd3snRP+B6N//Pg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.2.1",
- "@inquirer/prompts": "^6.0.1",
- "@inquirer/type": "^2.0.0",
- "@types/mute-stream": "^0.0.4",
- "ansi-escapes": "^4.3.2",
- "mute-stream": "^1.0.0",
- "run-async": "^3.0.0",
- "rxjs": "^7.8.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/interpret": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
- "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/is-core-module": {
- "version": "2.15.0",
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz",
- "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==",
- "dev": true,
- "dependencies": {
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-extglob": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-glob": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-extglob": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-installed-globally": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
- "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "global-directory": "^4.0.1",
- "is-path-inside": "^4.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-installed-globally/node_modules/is-path-inside": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
- "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-node-process": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
- "integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/is-number": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/is-path-inside": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
- "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-potential-custom-element-name": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
- "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "license": "MIT"
- },
- "node_modules/isexe": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/istanbul-lib-coverage": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
- "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/istanbul-lib-instrument": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
- "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "@babel/core": "^7.23.9",
- "@babel/parser": "^7.23.9",
- "@istanbuljs/schema": "^0.1.3",
- "istanbul-lib-coverage": "^3.2.0",
- "semver": "^7.5.4"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-report": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
- "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "istanbul-lib-coverage": "^3.0.0",
- "make-dir": "^4.0.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-source-maps": {
- "version": "5.0.6",
- "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz",
- "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "@jridgewell/trace-mapping": "^0.3.23",
- "debug": "^4.1.1",
- "istanbul-lib-coverage": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-reports": {
- "version": "3.1.7",
- "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
- "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "html-escaper": "^2.0.0",
- "istanbul-lib-report": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/jackspeak": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/jest-canvas-mock": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.5.2.tgz",
- "integrity": "sha512-vgnpPupjOL6+L5oJXzxTxFrlGEIbHdZqFU+LFNdtLxZ3lRDCl17FlTMM7IatoRQkrcyOTMlDinjUguqmQ6bR2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssfontparser": "^1.2.1",
- "moo-color": "^1.0.2"
- }
- },
- "node_modules/js-tokens": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
- "license": "MIT",
- "dependencies": {
- "argparse": "^2.0.1"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "node_modules/jsdom": {
- "version": "24.1.0",
- "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.0.tgz",
- "integrity": "sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cssstyle": "^4.0.1",
- "data-urls": "^5.0.0",
- "decimal.js": "^10.4.3",
- "form-data": "^4.0.0",
- "html-encoding-sniffer": "^4.0.0",
- "http-proxy-agent": "^7.0.2",
- "https-proxy-agent": "^7.0.4",
- "is-potential-custom-element-name": "^1.0.1",
- "nwsapi": "^2.2.10",
- "parse5": "^7.1.2",
- "rrweb-cssom": "^0.7.0",
- "saxes": "^6.0.0",
- "symbol-tree": "^3.2.4",
- "tough-cookie": "^4.1.4",
- "w3c-xmlserializer": "^5.0.0",
- "webidl-conversions": "^7.0.0",
- "whatwg-encoding": "^3.1.1",
- "whatwg-mimetype": "^4.0.0",
- "whatwg-url": "^14.0.0",
- "ws": "^8.17.0",
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "canvas": "^2.11.2"
- },
- "peerDependenciesMeta": {
- "canvas": {
- "optional": true
- }
- }
- },
- "node_modules/jsesc": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
- "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "jsesc": "bin/jsesc"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/json-buffer": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json-schema-traverse": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
- "dev": true
- },
- "node_modules/json-stable-stringify": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz",
- "integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==",
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.5",
- "isarray": "^2.0.5",
- "jsonify": "^0.0.1",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/json-stable-stringify-without-jsonify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/json5": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "json5": "lib/cli.js"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jsonify": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
- "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
- "license": "Public Domain",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/jszip": {
- "version": "3.10.1",
- "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
- "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
- "dependencies": {
- "lie": "~3.3.0",
- "pako": "~1.0.2",
- "readable-stream": "~2.3.6",
- "setimmediate": "^1.0.5"
- }
- },
- "node_modules/keyv": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json-buffer": "3.0.1"
- }
- },
- "node_modules/kleur": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
- "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/lefthook": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook/-/lefthook-1.7.4.tgz",
- "integrity": "sha512-lVv3nKH9l3KMDS3bySROvWJSw1+AsBHUO7xaA0rg1IEBZrj3+ePmM+a8elX+GU3Go1OzsZEYjo5AOOeLoZ7FQg==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "bin": {
- "lefthook": "bin/index.js"
- },
- "optionalDependencies": {
- "lefthook-darwin-arm64": "1.7.4",
- "lefthook-darwin-x64": "1.7.4",
- "lefthook-freebsd-arm64": "1.7.4",
- "lefthook-freebsd-x64": "1.7.4",
- "lefthook-linux-arm64": "1.7.4",
- "lefthook-linux-x64": "1.7.4",
- "lefthook-windows-arm64": "1.7.4",
- "lefthook-windows-x64": "1.7.4"
- }
- },
- "node_modules/lefthook-darwin-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-darwin-arm64/-/lefthook-darwin-arm64-1.7.4.tgz",
- "integrity": "sha512-6XpenaP0W7ZYA3lhHey/C1U+KmYz6eCq2cGswQsrTX+xdtHdWW3NbbOKngxATRTF8+CtF6m9UB2afP7qqkCghQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/lefthook-darwin-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-darwin-x64/-/lefthook-darwin-x64-1.7.4.tgz",
- "integrity": "sha512-lpQXbPMHiaWE7+9fV+spjuMKiZ3J/+oI6hY1/l48MO3LmSpIv6DNy0VHho1fZVQnHdBU4bDh5c1G0r1f5T0irg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/lefthook-freebsd-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-freebsd-arm64/-/lefthook-freebsd-arm64-1.7.4.tgz",
- "integrity": "sha512-wv+JZgkD1/wi4X5aKKNodvxNcFcYmvL7uyzKkbtd/LgX5ssh9r5pO9J/71ULGtEuTXH4kqORRtez7u/ygqMEew==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "node_modules/lefthook-freebsd-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-freebsd-x64/-/lefthook-freebsd-x64-1.7.4.tgz",
- "integrity": "sha512-xoYR0Ay8pbyY9W9mI+iI9VDkkCVYSXhMf9XyOChSlu2XmjKiqi23hjCXvSOpvHQ7jphGvAVpE3Byijr6Xjuihw==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ]
- },
- "node_modules/lefthook-linux-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-linux-arm64/-/lefthook-linux-arm64-1.7.4.tgz",
- "integrity": "sha512-WvXWzSM/e08n2f5lcC8j+pUMS0RzZftJK4zuBQ36TstSYXfBjWiw+FMnKCVZk6Q8Zc0icyF8sTmKQAyKCgX+UA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/lefthook-linux-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-linux-x64/-/lefthook-linux-x64-1.7.4.tgz",
- "integrity": "sha512-eR5NxGzqPJm3wDTm4HStwGxOZ8Omb0ooodyuQdEOxtYidLrd4U18N14huwCEFd3BAOrjIWYV8plH+ReTZE56eg==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/lefthook-windows-arm64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-windows-arm64/-/lefthook-windows-arm64-1.7.4.tgz",
- "integrity": "sha512-C+MdHH+0ylermetMHwfHsYYNI5HI6QEOx7N4Iw4Ea6c3Yuj3eG3LsAzrhsup7KLSSBmDgIHOCJUx/Mfh2z+ATw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/lefthook-windows-x64": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/lefthook-windows-x64/-/lefthook-windows-x64-1.7.4.tgz",
- "integrity": "sha512-BDQhiRzmMYPFQFtVtkRfUfeZuSlemG1oJfGKYXlCGFskvK9Jm1nGFnG0Ig63FAQaFdW33DFoLdr9ZKFTUQeSwQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/levn": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1",
- "type-check": "~0.4.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/lie": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
- "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
- "dependencies": {
- "immediate": "~3.0.5"
- }
- },
- "node_modules/linkify-it": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
- "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
- "dev": true,
- "dependencies": {
- "uc.micro": "^2.0.0"
- }
- },
- "node_modules/locate-path": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lodash.merge": {
- "version": "4.6.2",
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/loupe": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.3.tgz",
- "integrity": "sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/lru-cache": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "yallist": "^3.0.2"
- }
- },
- "node_modules/lunr": {
- "version": "2.3.9",
- "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",
- "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/magic-string": {
- "version": "0.30.17",
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
- "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@jridgewell/sourcemap-codec": "^1.5.0"
- }
- },
- "node_modules/magicast": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
- "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.25.4",
- "@babel/types": "^7.25.4",
- "source-map-js": "^1.2.0"
- }
- },
- "node_modules/make-dir": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
- "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "semver": "^7.5.3"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/markdown-it": {
- "version": "14.1.0",
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
- "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
- "dev": true,
- "dependencies": {
- "argparse": "^2.0.1",
- "entities": "^4.4.0",
- "linkify-it": "^5.0.0",
- "mdurl": "^2.0.0",
- "punycode.js": "^2.3.1",
- "uc.micro": "^2.1.0"
- },
- "bin": {
- "markdown-it": "bin/markdown-it.mjs"
- }
- },
- "node_modules/mdurl": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
- "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
- "dev": true
- },
- "node_modules/memoize": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.0.0.tgz",
- "integrity": "sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mimic-function": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/memoize?sponsor=1"
- }
- },
- "node_modules/merge2": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/micromatch": {
- "version": "4.0.7",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
- "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/micromatch/node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/mime-db": {
- "version": "1.52.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mime-types": {
- "version": "2.1.35",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mime-db": "1.52.0"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mimic-function": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
- "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/minimatch": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/minimist": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/minipass": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=16 || 14 >=14.17"
- }
- },
- "node_modules/moo-color": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/moo-color/-/moo-color-1.0.3.tgz",
- "integrity": "sha512-i/+ZKXMDf6aqYtBhuOcej71YSlbjT3wCO/4H1j8rPvxDJEifdwgg5MaFyu6iYAT8GBZJg2z0dkgK4YMzvURALQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "^1.1.4"
- }
- },
- "node_modules/ms": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/msw": {
- "version": "2.4.9",
- "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.9.tgz",
- "integrity": "sha512-1m8xccT6ipN4PTqLinPwmzhxQREuxaEJYdx4nIbggxP8aM7r1e71vE7RtOUSQoAm1LydjGfZKy7370XD/tsuYg==",
- "dev": true,
- "hasInstallScript": true,
- "license": "MIT",
- "dependencies": {
- "@bundled-es-modules/cookie": "^2.0.0",
- "@bundled-es-modules/statuses": "^1.0.1",
- "@bundled-es-modules/tough-cookie": "^0.1.6",
- "@inquirer/confirm": "^3.0.0",
- "@mswjs/interceptors": "^0.35.8",
- "@open-draft/until": "^2.1.0",
- "@types/cookie": "^0.6.0",
- "@types/statuses": "^2.0.4",
- "chalk": "^4.1.2",
- "graphql": "^16.8.1",
- "headers-polyfill": "^4.0.2",
- "is-node-process": "^1.2.0",
- "outvariant": "^1.4.2",
- "path-to-regexp": "^6.3.0",
- "strict-event-emitter": "^0.5.1",
- "type-fest": "^4.9.0",
- "yargs": "^17.7.2"
- },
- "bin": {
- "msw": "cli/index.js"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/mswjs"
- },
- "peerDependencies": {
- "typescript": ">= 4.8.x"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/msw/node_modules/@inquirer/confirm": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
- "integrity": "sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@inquirer/core": "^9.1.0",
- "@inquirer/type": "^1.5.3"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/msw/node_modules/@inquirer/type": {
- "version": "1.5.5",
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
- "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mute-stream": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/msw/node_modules/type-fest": {
- "version": "4.26.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
- "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mustache": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
- "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
- "license": "MIT",
- "bin": {
- "mustache": "bin/mustache"
- }
- },
- "node_modules/mute-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz",
- "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/nanoid": {
- "version": "3.3.7",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "bin": {
- "nanoid": "bin/nanoid.cjs"
- },
- "engines": {
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
- }
- },
- "node_modules/natural-compare": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/node-fetch": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
- "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
- "license": "MIT",
- "dependencies": {
- "whatwg-url": "^5.0.0"
- },
- "engines": {
- "node": "4.x || >=6.0.0"
- },
- "peerDependencies": {
- "encoding": "^0.1.0"
- },
- "peerDependenciesMeta": {
- "encoding": {
- "optional": true
- }
- }
- },
- "node_modules/node-fetch/node_modules/tr46": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
- },
- "node_modules/node-fetch/node_modules/webidl-conversions": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
- },
- "node_modules/node-fetch/node_modules/whatwg-url": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
- "dependencies": {
- "tr46": "~0.0.3",
- "webidl-conversions": "^3.0.0"
- }
- },
- "node_modules/node-releases": {
- "version": "2.0.17",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz",
- "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==",
- "dev": true
- },
- "node_modules/nwsapi": {
- "version": "2.2.12",
- "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz",
- "integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==",
- "dev": true
- },
- "node_modules/object-keys": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/optionator": {
- "version": "0.9.4",
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "deep-is": "^0.1.3",
- "fast-levenshtein": "^2.0.6",
- "levn": "^0.4.1",
- "prelude-ls": "^1.2.1",
- "type-check": "^0.4.0",
- "word-wrap": "^1.2.5"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/outvariant": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
- "integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/p-limit": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-locate": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/package-json-from-dist": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
- "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
- "dev": true,
- "license": "BlueOak-1.0.0"
- },
- "node_modules/pako": {
- "version": "1.0.11",
- "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
- "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
- },
- "node_modules/papaparse": {
- "version": "5.4.1",
- "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz",
- "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==",
- "license": "MIT"
- },
- "node_modules/parent-module": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "callsites": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/parse5": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "entities": "^4.4.0"
- },
- "funding": {
- "url": "https://github.com/inikulin/parse5?sponsor=1"
- }
- },
- "node_modules/path-exists": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-parse": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/path-scurry": {
- "version": "1.11.1",
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "lru-cache": "^10.2.0",
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/path-scurry/node_modules/lru-cache": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/path-to-regexp": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
- "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/path-type": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
- "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pathe": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz",
- "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/pathval": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz",
- "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 14.16"
- }
- },
- "node_modules/phaser": {
- "version": "3.80.1",
- "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.80.1.tgz",
- "integrity": "sha512-VQGAWoDOkEpAWYkI+PUADv5Ql+SM0xpLuAMBJHz9tBcOLqjJ2wd8bUhxJgOqclQlLTg97NmMd9MhS75w16x1Cw==",
- "license": "MIT",
- "dependencies": {
- "eventemitter3": "^5.0.1"
- }
- },
- "node_modules/phaser3-rex-plugins": {
- "version": "1.80.5",
- "resolved": "https://registry.npmjs.org/phaser3-rex-plugins/-/phaser3-rex-plugins-1.80.5.tgz",
- "integrity": "sha512-hdL3Cm6dK72w6phQdGnEiqqntlwT8SvjU0yit7DkdqiPy/Io1g3KnsRFqndtY+Hu69zaMEuckpIVeQK6yVwx4A==",
- "dependencies": {
- "eventemitter3": "^3.1.2",
- "i18next": "^22.5.1",
- "i18next-http-backend": "^2.5.2",
- "js-yaml": "^4.1.0",
- "mustache": "^4.2.0",
- "papaparse": "^5.4.1",
- "webfontloader": "^1.6.28"
- }
- },
- "node_modules/phaser3-rex-plugins/node_modules/eventemitter3": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
- "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==",
- "license": "MIT"
- },
- "node_modules/phaser3-rex-plugins/node_modules/i18next": {
- "version": "22.5.1",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz",
- "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==",
- "funding": [
- {
- "type": "individual",
- "url": "https://locize.com"
- },
- {
- "type": "individual",
- "url": "https://locize.com/i18next.html"
- },
- {
- "type": "individual",
- "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.20.6"
- }
- },
- "node_modules/phaser3spectorjs": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/phaser3spectorjs/-/phaser3spectorjs-0.0.8.tgz",
- "integrity": "sha512-0dSO7/aMjEUPrp5EcjRvRRsEf+jXDbmzalPeJ6VtTB2Pn1PeaKc+qlL/DmO3l1Dvc5lkzc+Sil1Ta+Hkyi5cbA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/picocolors": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
- "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
- "dev": true
- },
- "node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/possible-typed-array-names": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
- "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/postcss": {
- "version": "8.4.47",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
- "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/postcss"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "dependencies": {
- "nanoid": "^3.3.7",
- "picocolors": "^1.1.0",
- "source-map-js": "^1.2.1"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- }
- },
- "node_modules/postcss/node_modules/picocolors": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
- "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
- "dev": true
- },
- "node_modules/prelude-ls": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/process-nextick-args": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
- "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
- },
- "node_modules/prompts": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
- "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "kleur": "^3.0.3",
- "sisteransi": "^1.0.5"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/psl": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
- "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/punycode": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/punycode.js": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
- "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/querystringify": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
- "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/queue-microtask": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/readable-stream": {
- "version": "2.3.8",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
- "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
- "dependencies": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.3",
- "isarray": "~1.0.0",
- "process-nextick-args": "~2.0.0",
- "safe-buffer": "~5.1.1",
- "string_decoder": "~1.1.1",
- "util-deprecate": "~1.0.1"
- }
- },
- "node_modules/readable-stream/node_modules/isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
- },
- "node_modules/rechoir": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
- "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "resolve": "^1.20.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- }
- },
- "node_modules/regenerator-runtime": {
- "version": "0.14.1",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
- "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
- "license": "MIT"
- },
- "node_modules/regexp-tree": {
- "version": "0.1.27",
- "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
- "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "regexp-tree": "bin/regexp-tree"
- }
- },
- "node_modules/require-directory": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/require-from-string": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
- "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/requires-port": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
- "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/resolve": {
- "version": "1.22.8",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
- "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/resolve-from": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/resolve-pkg-maps": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
- "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
- }
- },
- "node_modules/reusify": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
- "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.10.0"
- }
- },
- "node_modules/rollup": {
- "version": "4.22.4",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.22.4.tgz",
- "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==",
- "dev": true,
- "dependencies": {
- "@types/estree": "1.0.5"
- },
- "bin": {
- "rollup": "dist/bin/rollup"
- },
- "engines": {
- "node": ">=18.0.0",
- "npm": ">=8.0.0"
- },
- "optionalDependencies": {
- "@rollup/rollup-android-arm-eabi": "4.22.4",
- "@rollup/rollup-android-arm64": "4.22.4",
- "@rollup/rollup-darwin-arm64": "4.22.4",
- "@rollup/rollup-darwin-x64": "4.22.4",
- "@rollup/rollup-linux-arm-gnueabihf": "4.22.4",
- "@rollup/rollup-linux-arm-musleabihf": "4.22.4",
- "@rollup/rollup-linux-arm64-gnu": "4.22.4",
- "@rollup/rollup-linux-arm64-musl": "4.22.4",
- "@rollup/rollup-linux-powerpc64le-gnu": "4.22.4",
- "@rollup/rollup-linux-riscv64-gnu": "4.22.4",
- "@rollup/rollup-linux-s390x-gnu": "4.22.4",
- "@rollup/rollup-linux-x64-gnu": "4.22.4",
- "@rollup/rollup-linux-x64-musl": "4.22.4",
- "@rollup/rollup-win32-arm64-msvc": "4.22.4",
- "@rollup/rollup-win32-ia32-msvc": "4.22.4",
- "@rollup/rollup-win32-x64-msvc": "4.22.4",
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/rrweb-cssom": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz",
- "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==",
- "dev": true
- },
- "node_modules/run-async": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
- "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/run-parallel": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "queue-microtask": "^1.2.2"
- }
- },
- "node_modules/rxjs": {
- "version": "7.8.1",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
- "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/safe-buffer": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
- },
- "node_modules/safe-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
- "integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "regexp-tree": "~0.1.1"
- }
- },
- "node_modules/safer-buffer": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/saxes": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
- "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "xmlchars": "^2.2.0"
- },
- "engines": {
- "node": ">=v12.22.7"
- }
- },
- "node_modules/semver": {
- "version": "7.6.3",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/set-function-length": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/setimmediate": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
- "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
- },
- "node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shiki": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.12.0.tgz",
- "integrity": "sha512-BuAxWOm5JhRcbSOl7XCei8wGjgJJonnV0oipUupPY58iULxUGyHhW5CF+9FRMuM1pcJ5cGEJGll1LusX6FwpPA==",
- "dev": true,
- "dependencies": {
- "@shikijs/core": "1.12.0",
- "@types/hast": "^3.0.4"
- }
- },
- "node_modules/siginfo": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
- "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/signal-exit": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/sisteransi": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
- "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/slash": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/source-map-js": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/stable-hash": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz",
- "integrity": "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/stackback": {
- "version": "0.0.2",
- "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
- "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/std-env": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.8.0.tgz",
- "integrity": "sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/strict-event-emitter": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
- "integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/string_decoder": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
- "dependencies": {
- "safe-buffer": "~5.1.0"
- }
- },
- "node_modules/string-width": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "eastasianwidth": "^0.2.0",
- "emoji-regex": "^9.2.2",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/string-width-cjs": {
- "name": "string-width",
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/string-width-cjs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/string-width/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/string-width/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-ansi-cjs": {
- "name": "strip-ansi",
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-bom": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
- "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/strip-json-comments": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/supports-preserve-symlinks-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/symbol-tree": {
- "version": "3.2.4",
- "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
- "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tapable": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
- "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/teamcity-service-messages": {
- "version": "0.1.14",
- "resolved": "https://registry.npmjs.org/teamcity-service-messages/-/teamcity-service-messages-0.1.14.tgz",
- "integrity": "sha512-29aQwaHqm8RMX74u2o/h1KbMLP89FjNiMxD9wbF2BbWOnbM+q+d1sCEC+MqCc4QW3NJykn77OMpTFw/xTHIc0w==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/test-exclude": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz",
- "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "@istanbuljs/schema": "^0.1.2",
- "glob": "^10.4.1",
- "minimatch": "^9.0.4"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/test-exclude/node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "package-json-from-dist": "^1.0.0",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/text-table": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
- "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinybench": {
- "version": "2.9.0",
- "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
- "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinyexec": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
- "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/tinypool": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.2.tgz",
- "integrity": "sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- }
- },
- "node_modules/tinyrainbow": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz",
- "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/tinyspy": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz",
- "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/tmp": {
- "version": "0.0.33",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "os-tmpdir": "~1.0.2"
- },
- "engines": {
- "node": ">=0.6.0"
- }
- },
- "node_modules/to-regex-range": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "node_modules/tough-cookie": {
- "version": "4.1.4",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
- "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
- "dev": true,
- "license": "BSD-3-Clause",
- "dependencies": {
- "psl": "^1.1.33",
- "punycode": "^2.1.1",
- "universalify": "^0.2.0",
- "url-parse": "^1.5.3"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tr46": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz",
- "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.3.1"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/ts-api-utils": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
- "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=16"
- },
- "peerDependencies": {
- "typescript": ">=4.2.0"
- }
- },
- "node_modules/tsconfck": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.1.tgz",
- "integrity": "sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "tsconfck": "bin/tsconfck.js"
- },
- "engines": {
- "node": "^18 || >=20"
- },
- "peerDependencies": {
- "typescript": "^5.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/tsconfig-paths-webpack-plugin": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.1.0.tgz",
- "integrity": "sha512-xWFISjviPydmtmgeUAuXp4N1fky+VCtfhOkDUFIv5ea7p4wuTomI4QTrXvFBX2S4jZsmyTSrStQl+E+4w+RzxA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "chalk": "^4.1.0",
- "enhanced-resolve": "^5.7.0",
- "tsconfig-paths": "^4.1.2"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/tsconfig-paths-webpack-plugin/node_modules/tsconfig-paths": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
- "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json5": "^2.2.2",
- "minimist": "^1.2.6",
- "strip-bom": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tslib": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
- "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
- "dev": true,
- "license": "0BSD"
- },
- "node_modules/type-check": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "prelude-ls": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/type-fest": {
- "version": "0.21.3",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/typedoc": {
- "version": "0.26.5",
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.5.tgz",
- "integrity": "sha512-Vn9YKdjKtDZqSk+by7beZ+xzkkr8T8CYoiasqyt4TTRFy5+UHzL/mF/o4wGBjRF+rlWQHDb0t6xCpA3JNL5phg==",
- "dev": true,
- "dependencies": {
- "lunr": "^2.3.9",
- "markdown-it": "^14.1.0",
- "minimatch": "^9.0.5",
- "shiki": "^1.9.1",
- "yaml": "^2.4.5"
- },
- "bin": {
- "typedoc": "bin/typedoc"
- },
- "engines": {
- "node": ">= 18"
- },
- "peerDependencies": {
- "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x"
- }
- },
- "node_modules/typescript": {
- "version": "5.5.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
- "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
- "dev": true,
- "bin": {
- "tsc": "bin/tsc",
- "tsserver": "bin/tsserver"
- },
- "engines": {
- "node": ">=14.17"
- }
- },
- "node_modules/typescript-eslint": {
- "version": "8.0.0-alpha.58",
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.58.tgz",
- "integrity": "sha512-0mvrodNhExpkWns+5RaZP8YqsAfPyjmPVVM1p+kaJkvApMH58/VFcQ0iSQuun0bFRNCMvW0ZUdulS9AsHqVXkg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@typescript-eslint/eslint-plugin": "8.0.0-alpha.58",
- "@typescript-eslint/parser": "8.0.0-alpha.58",
- "@typescript-eslint/utils": "8.0.0-alpha.58"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/uc.micro": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
- "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
- "dev": true
- },
- "node_modules/undici-types": {
- "version": "5.26.5",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
- "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/universalify": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "node_modules/update-browserslist-db": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
- "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "escalade": "^3.1.2",
- "picocolors": "^1.0.1"
- },
- "bin": {
- "update-browserslist-db": "cli.js"
- },
- "peerDependencies": {
- "browserslist": ">= 4.21.0"
- }
- },
- "node_modules/uri-js": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.1.0"
- }
- },
- "node_modules/url-parse": {
- "version": "1.5.10",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
- "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "querystringify": "^2.1.1",
- "requires-port": "^1.0.0"
- }
- },
- "node_modules/util-deprecate": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
- },
- "node_modules/vite": {
- "version": "5.4.14",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz",
- "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "esbuild": "^0.21.3",
- "postcss": "^8.4.43",
- "rollup": "^4.20.0"
- },
- "bin": {
- "vite": "bin/vite.js"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://github.com/vitejs/vite?sponsor=1"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.3"
- },
- "peerDependencies": {
- "@types/node": "^18.0.0 || >=20.0.0",
- "less": "*",
- "lightningcss": "^1.21.0",
- "sass": "*",
- "sass-embedded": "*",
- "stylus": "*",
- "sugarss": "*",
- "terser": "^5.4.0"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- },
- "less": {
- "optional": true
- },
- "lightningcss": {
- "optional": true
- },
- "sass": {
- "optional": true
- },
- "sass-embedded": {
- "optional": true
- },
- "stylus": {
- "optional": true
- },
- "sugarss": {
- "optional": true
- },
- "terser": {
- "optional": true
- }
- }
- },
- "node_modules/vite-node": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.9.tgz",
- "integrity": "sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cac": "^6.7.14",
- "debug": "^4.3.7",
- "es-module-lexer": "^1.5.4",
- "pathe": "^1.1.2",
- "vite": "^5.0.0"
- },
- "bin": {
- "vite-node": "vite-node.mjs"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- }
- },
- "node_modules/vite-tsconfig-paths": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-4.3.2.tgz",
- "integrity": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.1.1",
- "globrex": "^0.1.2",
- "tsconfck": "^3.0.3"
- },
- "peerDependencies": {
- "vite": "*"
- },
- "peerDependenciesMeta": {
- "vite": {
- "optional": true
- }
- }
- },
- "node_modules/vitest": {
- "version": "2.1.9",
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.9.tgz",
- "integrity": "sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@vitest/expect": "2.1.9",
- "@vitest/mocker": "2.1.9",
- "@vitest/pretty-format": "^2.1.9",
- "@vitest/runner": "2.1.9",
- "@vitest/snapshot": "2.1.9",
- "@vitest/spy": "2.1.9",
- "@vitest/utils": "2.1.9",
- "chai": "^5.1.2",
- "debug": "^4.3.7",
- "expect-type": "^1.1.0",
- "magic-string": "^0.30.12",
- "pathe": "^1.1.2",
- "std-env": "^3.8.0",
- "tinybench": "^2.9.0",
- "tinyexec": "^0.3.1",
- "tinypool": "^1.0.1",
- "tinyrainbow": "^1.2.0",
- "vite": "^5.0.0",
- "vite-node": "2.1.9",
- "why-is-node-running": "^2.3.0"
- },
- "bin": {
- "vitest": "vitest.mjs"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/vitest"
- },
- "peerDependencies": {
- "@edge-runtime/vm": "*",
- "@types/node": "^18.0.0 || >=20.0.0",
- "@vitest/browser": "2.1.9",
- "@vitest/ui": "2.1.9",
- "happy-dom": "*",
- "jsdom": "*"
- },
- "peerDependenciesMeta": {
- "@edge-runtime/vm": {
- "optional": true
- },
- "@types/node": {
- "optional": true
- },
- "@vitest/browser": {
- "optional": true
- },
- "@vitest/ui": {
- "optional": true
- },
- "happy-dom": {
- "optional": true
- },
- "jsdom": {
- "optional": true
- }
- }
- },
- "node_modules/vitest-canvas-mock": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/vitest-canvas-mock/-/vitest-canvas-mock-0.3.3.tgz",
- "integrity": "sha512-3P968tYBpqYyzzOaVtqnmYjqbe13576/fkjbDEJSfQAkHtC5/UjuRHOhFEN/ZV5HVZIkaROBUWgazDKJ+Ibw+Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "jest-canvas-mock": "~2.5.2"
- },
- "peerDependencies": {
- "vitest": "*"
- }
- },
- "node_modules/w3c-xmlserializer": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
- "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "xml-name-validator": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/watskeburt": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/watskeburt/-/watskeburt-4.1.0.tgz",
- "integrity": "sha512-KkY5H51ajqy9HYYI+u9SIURcWnqeVVhdH0I+ab6aXPGHfZYxgRCwnR6Lm3+TYB6jJVt5jFqw4GAKmwf1zHmGQw==",
- "dev": true,
- "bin": {
- "watskeburt": "dist/run-cli.js"
- },
- "engines": {
- "node": "^18||>=20"
- }
- },
- "node_modules/webfontloader": {
- "version": "1.6.28",
- "resolved": "https://registry.npmjs.org/webfontloader/-/webfontloader-1.6.28.tgz",
- "integrity": "sha512-Egb0oFEga6f+nSgasH3E0M405Pzn6y3/9tOVanv/DLfa1YBIgcv90L18YyWnvXkRbIM17v5Kv6IT2N6g1x5tvQ==",
- "license": "Apache-2.0"
- },
- "node_modules/webidl-conversions": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
- "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/whatwg-encoding": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
- "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "iconv-lite": "0.6.3"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/whatwg-encoding/node_modules/iconv-lite": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/whatwg-mimetype": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
- "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/whatwg-url": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz",
- "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==",
- "dev": true,
- "dependencies": {
- "tr46": "^5.0.0",
- "webidl-conversions": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/why-is-node-running": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
- "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "siginfo": "^2.0.0",
- "stackback": "0.0.2"
- },
- "bin": {
- "why-is-node-running": "cli.js"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/word-wrap": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/wrap-ansi": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^6.1.0",
- "string-width": "^5.0.1",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs": {
- "name": "wrap-ansi",
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/wrap-ansi-cjs/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/ws": {
- "version": "8.18.0",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
- "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": ">=5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/xml-name-validator": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
- "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
- "dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/xmlchars": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
- "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/y18n": {
- "version": "5.0.8",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/yallist": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/yaml": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
- "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
- "dev": true,
- "bin": {
- "yaml": "bin.mjs"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/yargs": {
- "version": "17.7.2",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs-parser": {
- "version": "21.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/yargs/node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/yocto-queue": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/yoctocolors-cjs": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
- "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- }
- }
+ "name": "pokemon-rogue-battle",
+ "version": "1.9.4",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "pokemon-rogue-battle",
+ "version": "1.9.4",
+ "hasInstallScript": true,
+ "dependencies": {
+ "@material/material-color-utilities": "^0.2.7",
+ "compare-versions": "^6.1.1",
+ "crypto-js": "^4.2.0",
+ "i18next": "^24.2.2",
+ "i18next-browser-languagedetector": "^8.0.4",
+ "i18next-http-backend": "^3.0.2",
+ "i18next-korean-postposition-processor": "^1.0.0",
+ "json-stable-stringify": "^1.2.0",
+ "jszip": "^3.10.1",
+ "phaser": "^3.88.2",
+ "phaser3-rex-plugins": "^1.80.15"
+ },
+ "devDependencies": {
+ "@biomejs/biome": "1.9.4",
+ "@eslint/js": "^9.23.0",
+ "@hpcc-js/wasm": "^2.22.4",
+ "@stylistic/eslint-plugin-ts": "^4.1.0",
+ "@types/jsdom": "^21.1.7",
+ "@types/node": "^22.13.14",
+ "@typescript-eslint/eslint-plugin": "^8.28.0",
+ "@typescript-eslint/parser": "^8.28.0",
+ "@vitest/coverage-istanbul": "^3.0.9",
+ "dependency-cruiser": "^16.3.10",
+ "eslint": "^9.23.0",
+ "eslint-plugin-import-x": "^4.9.4",
+ "inquirer": "^12.4.2",
+ "jsdom": "^26.0.0",
+ "lefthook": "^1.11.5",
+ "msw": "^2.7.3",
+ "phaser3spectorjs": "^0.0.8",
+ "rollup": "^4.40.1",
+ "typedoc": "^0.28.1",
+ "typescript": "^5.8.2",
+ "typescript-eslint": "^8.28.0",
+ "vite": "^6.3.4",
+ "vite-tsconfig-paths": "^5.1.4",
+ "vitest": "^3.0.9",
+ "vitest-canvas-mock": "^0.3.3"
+ },
+ "engines": {
+ "node": ">=22.0.0"
+ }
+ },
+ "node_modules/@ampproject/remapping": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
+ "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.24"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@asamuzakjp/css-color": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.1.1.tgz",
+ "integrity": "sha512-hpRD68SV2OMcZCsrbdkccTw5FXjNDLo5OuqSHyHZfwweGsDWZwDJ2+gONyNAbazZclobMirACLw0lk8WVxIqxA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@csstools/css-calc": "^2.1.2",
+ "@csstools/css-color-parser": "^3.0.8",
+ "@csstools/css-parser-algorithms": "^3.0.4",
+ "@csstools/css-tokenizer": "^3.0.3",
+ "lru-cache": "^10.4.3"
+ }
+ },
+ "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
+ "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/highlight": "^7.24.7",
+ "picocolors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/compat-data": {
+ "version": "7.24.9",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz",
+ "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/core": {
+ "version": "7.24.9",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz",
+ "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@ampproject/remapping": "^2.2.0",
+ "@babel/code-frame": "^7.24.7",
+ "@babel/generator": "^7.24.9",
+ "@babel/helper-compilation-targets": "^7.24.8",
+ "@babel/helper-module-transforms": "^7.24.9",
+ "@babel/helpers": "^7.24.8",
+ "@babel/parser": "^7.24.8",
+ "@babel/template": "^7.24.7",
+ "@babel/traverse": "^7.24.8",
+ "@babel/types": "^7.24.9",
+ "convert-source-map": "^2.0.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.2.3",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/babel"
+ }
+ },
+ "node_modules/@babel/core/node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.24.10",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz",
+ "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.24.9",
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.25",
+ "jsesc": "^2.5.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz",
+ "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/compat-data": "^7.24.8",
+ "@babel/helper-validator-option": "^7.24.8",
+ "browserslist": "^4.23.1",
+ "lru-cache": "^5.1.1",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/helper-environment-visitor": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
+ "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-function-name": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
+ "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/template": "^7.24.7",
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
+ "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
+ "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.24.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz",
+ "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.24.7",
+ "@babel/helper-module-imports": "^7.24.7",
+ "@babel/helper-simple-access": "^7.24.7",
+ "@babel/helper-split-export-declaration": "^7.24.7",
+ "@babel/helper-validator-identifier": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-simple-access": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
+ "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-split-export-declaration": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
+ "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-string-parser": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
+ "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.25.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
+ "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
+ "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz",
+ "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/template": "^7.24.7",
+ "@babel/types": "^7.24.8"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
+ "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.24.7",
+ "chalk": "^2.4.2",
+ "js-tokens": "^4.0.0",
+ "picocolors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "1.1.3"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/highlight/node_modules/supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.26.8",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.8.tgz",
+ "integrity": "sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.26.8"
+ },
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.27.0",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz",
+ "integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==",
+ "license": "MIT",
+ "dependencies": {
+ "regenerator-runtime": "^0.14.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/template": {
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz",
+ "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.24.7",
+ "@babel/parser": "^7.24.7",
+ "@babel/types": "^7.24.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse": {
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
+ "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/code-frame": "^7.24.7",
+ "@babel/generator": "^7.24.8",
+ "@babel/helper-environment-visitor": "^7.24.7",
+ "@babel/helper-function-name": "^7.24.7",
+ "@babel/helper-hoist-variables": "^7.24.7",
+ "@babel/helper-split-export-declaration": "^7.24.7",
+ "@babel/parser": "^7.24.8",
+ "@babel/types": "^7.24.8",
+ "debug": "^4.3.1",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse/node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.26.8",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.8.tgz",
+ "integrity": "sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-string-parser": "^7.25.9",
+ "@babel/helper-validator-identifier": "^7.25.9"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@biomejs/biome": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-1.9.4.tgz",
+ "integrity": "sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT OR Apache-2.0",
+ "bin": {
+ "biome": "bin/biome"
+ },
+ "engines": {
+ "node": ">=14.21.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/biome"
+ },
+ "optionalDependencies": {
+ "@biomejs/cli-darwin-arm64": "1.9.4",
+ "@biomejs/cli-darwin-x64": "1.9.4",
+ "@biomejs/cli-linux-arm64": "1.9.4",
+ "@biomejs/cli-linux-arm64-musl": "1.9.4",
+ "@biomejs/cli-linux-x64": "1.9.4",
+ "@biomejs/cli-linux-x64-musl": "1.9.4",
+ "@biomejs/cli-win32-arm64": "1.9.4",
+ "@biomejs/cli-win32-x64": "1.9.4"
+ }
+ },
+ "node_modules/@biomejs/cli-darwin-arm64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz",
+ "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-darwin-x64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz",
+ "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-linux-arm64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz",
+ "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-linux-arm64-musl": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz",
+ "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-linux-x64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-1.9.4.tgz",
+ "integrity": "sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-linux-x64-musl": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.9.4.tgz",
+ "integrity": "sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-win32-arm64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz",
+ "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@biomejs/cli-win32-x64": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz",
+ "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT OR Apache-2.0",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=14.21.3"
+ }
+ },
+ "node_modules/@bundled-es-modules/cookie": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.1.tgz",
+ "integrity": "sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "cookie": "^0.7.2"
+ }
+ },
+ "node_modules/@bundled-es-modules/statuses": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@bundled-es-modules/statuses/-/statuses-1.0.1.tgz",
+ "integrity": "sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "statuses": "^2.0.1"
+ }
+ },
+ "node_modules/@bundled-es-modules/tough-cookie": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/@bundled-es-modules/tough-cookie/-/tough-cookie-0.1.6.tgz",
+ "integrity": "sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "@types/tough-cookie": "^4.0.5",
+ "tough-cookie": "^4.1.4"
+ }
+ },
+ "node_modules/@csstools/color-helpers": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz",
+ "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT-0",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@csstools/css-calc": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.2.tgz",
+ "integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@csstools/css-parser-algorithms": "^3.0.4",
+ "@csstools/css-tokenizer": "^3.0.3"
+ }
+ },
+ "node_modules/@csstools/css-color-parser": {
+ "version": "3.0.8",
+ "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz",
+ "integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "@csstools/color-helpers": "^5.0.2",
+ "@csstools/css-calc": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@csstools/css-parser-algorithms": "^3.0.4",
+ "@csstools/css-tokenizer": "^3.0.3"
+ }
+ },
+ "node_modules/@csstools/css-parser-algorithms": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz",
+ "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@csstools/css-tokenizer": "^3.0.3"
+ }
+ },
+ "node_modules/@csstools/css-tokenizer": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz",
+ "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@emnapi/core": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.0.tgz",
+ "integrity": "sha512-H+N/FqT07NmLmt6OFFtDfwe8PNygprzBikrEMyQfgqSmT0vzE515Pz7R8izwB9q/zsH/MA64AKoul3sA6/CzVg==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@emnapi/wasi-threads": "1.0.1",
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@emnapi/runtime": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.0.tgz",
+ "integrity": "sha512-64WYIf4UYcdLnbKn/umDlNjQDSS8AgZrI/R9+x5ilkUVFxXcA1Ebl+gQLc/6mERA4407Xof0R7wEyEuj091CVw==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@emnapi/wasi-threads": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz",
+ "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@esbuild/aix-ppc64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.2.tgz",
+ "integrity": "sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.2.tgz",
+ "integrity": "sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.2.tgz",
+ "integrity": "sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.2.tgz",
+ "integrity": "sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.2.tgz",
+ "integrity": "sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.2.tgz",
+ "integrity": "sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.2.tgz",
+ "integrity": "sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.2.tgz",
+ "integrity": "sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.2.tgz",
+ "integrity": "sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.2.tgz",
+ "integrity": "sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ia32": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.2.tgz",
+ "integrity": "sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-loong64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.2.tgz",
+ "integrity": "sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-mips64el": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.2.tgz",
+ "integrity": "sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==",
+ "cpu": [
+ "mips64el"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ppc64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.2.tgz",
+ "integrity": "sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-riscv64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.2.tgz",
+ "integrity": "sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-s390x": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.2.tgz",
+ "integrity": "sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.2.tgz",
+ "integrity": "sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.2.tgz",
+ "integrity": "sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.2.tgz",
+ "integrity": "sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.2.tgz",
+ "integrity": "sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.2.tgz",
+ "integrity": "sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/sunos-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.2.tgz",
+ "integrity": "sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-arm64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.2.tgz",
+ "integrity": "sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-ia32": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.2.tgz",
+ "integrity": "sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-x64": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.2.tgz",
+ "integrity": "sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "eslint-visitor-keys": "^3.3.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ }
+ },
+ "node_modules/@eslint-community/regexpp": {
+ "version": "4.12.1",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
+ "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/config-array": {
+ "version": "0.19.2",
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.2.tgz",
+ "integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@eslint/object-schema": "^2.1.6",
+ "debug": "^4.3.1",
+ "minimatch": "^3.1.2"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/config-array/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/@eslint/config-array/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/@eslint/config-helpers": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.0.tgz",
+ "integrity": "sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/core": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
+ "integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@types/json-schema": "^7.0.15"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
+ "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^10.0.1",
+ "globals": "^14.0.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@eslint/eslintrc/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/@eslint/js": {
+ "version": "9.23.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.23.0.tgz",
+ "integrity": "sha512-35MJ8vCPU0ZMxo7zfev2pypqTwWTofFZO6m4KAtdoFhRpLJUpHTZZ+KB3C7Hb1d7bULYwO4lJXGCi5Se+8OMbw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/object-schema": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
+ "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@eslint/plugin-kit": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz",
+ "integrity": "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@eslint/core": "^0.12.0",
+ "levn": "^0.4.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ }
+ },
+ "node_modules/@gerrit0/mini-shiki": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/@gerrit0/mini-shiki/-/mini-shiki-3.2.2.tgz",
+ "integrity": "sha512-vaZNGhGLKMY14HbF53xxHNgFO9Wz+t5lTlGNpl2N9xFiKQ0I5oIe0vKjU9dh7Nb3Dw6lZ7wqUE0ri+zcdpnK+Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/engine-oniguruma": "^3.2.1",
+ "@shikijs/langs": "^3.2.1",
+ "@shikijs/themes": "^3.2.1",
+ "@shikijs/types": "^3.2.1",
+ "@shikijs/vscode-textmate": "^10.0.2"
+ }
+ },
+ "node_modules/@hpcc-js/wasm": {
+ "version": "2.22.4",
+ "resolved": "https://registry.npmjs.org/@hpcc-js/wasm/-/wasm-2.22.4.tgz",
+ "integrity": "sha512-58JkRkxZffiBAbZhc7z+9iaaAOmn1cyxLL3rRwsUvco/I0Wwb7uVAlHM9HiU6XASe2k11jrIjCFff1t9QKjlqg==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "yargs": "17.7.2"
+ },
+ "bin": {
+ "dot-wasm": "node ./node_modules/@hpcc-js/wasm-graphviz-cli/bin/index.js"
+ }
+ },
+ "node_modules/@humanfs/core": {
+ "version": "0.19.1",
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18.0"
+ }
+ },
+ "node_modules/@humanfs/node": {
+ "version": "0.16.6",
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
+ "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@humanfs/core": "^0.19.1",
+ "@humanwhocodes/retry": "^0.3.0"
+ },
+ "engines": {
+ "node": ">=18.18.0"
+ }
+ },
+ "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
+ "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=12.22"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/retry": {
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz",
+ "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18.18"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@inquirer/checkbox": {
+ "version": "4.1.4",
+ "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.4.tgz",
+ "integrity": "sha512-d30576EZdApjAMceijXA5jDzRQHT/MygbC+J8I7EqA6f/FRpYxlRtRJbHF8gHeWYeSdOuTEJqonn7QLB1ELezA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/figures": "^1.0.11",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/confirm": {
+ "version": "5.1.8",
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.8.tgz",
+ "integrity": "sha512-dNLWCYZvXDjO3rnQfk2iuJNL4Ivwz/T2+C3+WnNfJKsNGSuOs3wAo2F6e0p946gtSAk31nZMfW+MRmYaplPKsg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/core": {
+ "version": "10.1.9",
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
+ "integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/figures": "^1.0.11",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2",
+ "cli-width": "^4.1.0",
+ "mute-stream": "^2.0.0",
+ "signal-exit": "^4.1.0",
+ "wrap-ansi": "^6.2.0",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/core/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@inquirer/core/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@inquirer/core/node_modules/wrap-ansi": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@inquirer/editor": {
+ "version": "4.2.9",
+ "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.9.tgz",
+ "integrity": "sha512-8HjOppAxO7O4wV1ETUlJFg6NDjp/W2NP5FB9ZPAcinAlNT4ZIWOLe2pUVwmmPRSV0NMdI5r/+lflN55AwZOKSw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5",
+ "external-editor": "^3.1.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/expand": {
+ "version": "4.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.11.tgz",
+ "integrity": "sha512-OZSUW4hFMW2TYvX/Sv+NnOZgO8CHT2TU1roUCUIF2T+wfw60XFRRp9MRUPCT06cRnKL+aemt2YmTWwt7rOrNEA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/figures": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.11.tgz",
+ "integrity": "sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@inquirer/input": {
+ "version": "4.1.8",
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.8.tgz",
+ "integrity": "sha512-WXJI16oOZ3/LiENCAxe8joniNp8MQxF6Wi5V+EBbVA0ZIOpFcL4I9e7f7cXse0HJeIPCWO8Lcgnk98juItCi7Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/number": {
+ "version": "3.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.11.tgz",
+ "integrity": "sha512-pQK68CsKOgwvU2eA53AG/4npRTH2pvs/pZ2bFvzpBhrznh8Mcwt19c+nMO7LHRr3Vreu1KPhNBF3vQAKrjIulw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/password": {
+ "version": "4.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.11.tgz",
+ "integrity": "sha512-dH6zLdv+HEv1nBs96Case6eppkRggMe8LoOTl30+Gq5Wf27AO/vHFgStTVz4aoevLdNXqwE23++IXGw4eiOXTg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/prompts": {
+ "version": "7.4.0",
+ "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.0.tgz",
+ "integrity": "sha512-EZiJidQOT4O5PYtqnu1JbF0clv36oW2CviR66c7ma4LsupmmQlUwmdReGKRp456OWPWMz3PdrPiYg3aCk3op2w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/checkbox": "^4.1.4",
+ "@inquirer/confirm": "^5.1.8",
+ "@inquirer/editor": "^4.2.9",
+ "@inquirer/expand": "^4.0.11",
+ "@inquirer/input": "^4.1.8",
+ "@inquirer/number": "^3.0.11",
+ "@inquirer/password": "^4.0.11",
+ "@inquirer/rawlist": "^4.0.11",
+ "@inquirer/search": "^3.0.11",
+ "@inquirer/select": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/rawlist": {
+ "version": "4.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.11.tgz",
+ "integrity": "sha512-uAYtTx0IF/PqUAvsRrF3xvnxJV516wmR6YVONOmCWJbbt87HcDHLfL9wmBQFbNJRv5kCjdYKrZcavDkH3sVJPg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/type": "^3.0.5",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/search": {
+ "version": "3.0.11",
+ "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.11.tgz",
+ "integrity": "sha512-9CWQT0ikYcg6Ls3TOa7jljsD7PgjcsYEM0bYE+Gkz+uoW9u8eaJCRHJKkucpRE5+xKtaaDbrND+nPDoxzjYyew==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/figures": "^1.0.11",
+ "@inquirer/type": "^3.0.5",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/select": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.0.tgz",
+ "integrity": "sha512-z0a2fmgTSRN+YBuiK1ROfJ2Nvrpij5lVN3gPDkQGhavdvIVGHGW29LwYZfM/j42Ai2hUghTI/uoBuTbrJk42bA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/figures": "^1.0.11",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2",
+ "yoctocolors-cjs": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@inquirer/type": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
+ "integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@isaacs/cliui": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^5.1.2",
+ "string-width-cjs": "npm:string-width@^4.2.0",
+ "strip-ansi": "^7.0.1",
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
+ "wrap-ansi": "^8.1.0",
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/@istanbuljs/schema": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jridgewell/gen-mapping": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/set-array": "^1.2.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.24"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/set-array": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.25",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ }
+ },
+ "node_modules/@material/material-color-utilities": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/@material/material-color-utilities/-/material-color-utilities-0.2.7.tgz",
+ "integrity": "sha512-0FCeqG6WvK4/Cc06F/xXMd/pv4FeisI0c1tUpBbfhA2n9Y8eZEv4Karjbmf2ZqQCPUWMrGp8A571tCjizxoTiQ==",
+ "license": "Apache-2.0"
+ },
+ "node_modules/@mswjs/interceptors": {
+ "version": "0.37.6",
+ "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.37.6.tgz",
+ "integrity": "sha512-wK+5pLK5XFmgtH3aQ2YVvA3HohS3xqV/OxuVOdNx9Wpnz7VE/fnC+e1A7ln6LFYeck7gOJ/dsZV6OLplOtAJ2w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@open-draft/deferred-promise": "^2.2.0",
+ "@open-draft/logger": "^0.3.0",
+ "@open-draft/until": "^2.0.0",
+ "is-node-process": "^1.2.0",
+ "outvariant": "^1.4.3",
+ "strict-event-emitter": "^0.5.1"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@napi-rs/wasm-runtime": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.7.tgz",
+ "integrity": "sha512-5yximcFK5FNompXfJFoWanu5l8v1hNGqNHh9du1xETp9HWk/B/PzvchX55WYOPaIeNglG8++68AAiauBAtbnzw==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@emnapi/core": "^1.3.1",
+ "@emnapi/runtime": "^1.3.1",
+ "@tybys/wasm-util": "^0.9.0"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@open-draft/deferred-promise": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
+ "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@open-draft/logger": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
+ "integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-node-process": "^1.2.0",
+ "outvariant": "^1.4.0"
+ }
+ },
+ "node_modules/@open-draft/until": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
+ "integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@pkgjs/parseargs": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "node_modules/@pkgr/core": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.0.tgz",
+ "integrity": "sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/unts"
+ }
+ },
+ "node_modules/@rollup/rollup-android-arm-eabi": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.1.tgz",
+ "integrity": "sha512-kxz0YeeCrRUHz3zyqvd7n+TVRlNyTifBsmnmNPtk3hQURUyG9eAB+usz6DAwagMusjx/zb3AjvDUvhFGDAexGw==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-android-arm64": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.40.1.tgz",
+ "integrity": "sha512-PPkxTOisoNC6TpnDKatjKkjRMsdaWIhyuMkA4UsBXT9WEZY4uHezBTjs6Vl4PbqQQeu6oION1w2voYZv9yquCw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-arm64": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.40.1.tgz",
+ "integrity": "sha512-VWXGISWFY18v/0JyNUy4A46KCFCb9NVsH+1100XP31lud+TzlezBbz24CYzbnA4x6w4hx+NYCXDfnvDVO6lcAA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-x64": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.40.1.tgz",
+ "integrity": "sha512-nIwkXafAI1/QCS7pxSpv/ZtFW6TXcNUEHAIA9EIyw5OzxJZQ1YDrX+CL6JAIQgZ33CInl1R6mHet9Y/UZTg2Bw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-arm64": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.40.1.tgz",
+ "integrity": "sha512-BdrLJ2mHTrIYdaS2I99mriyJfGGenSaP+UwGi1kB9BLOCu9SR8ZpbkmmalKIALnRw24kM7qCN0IOm6L0S44iWw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-x64": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.40.1.tgz",
+ "integrity": "sha512-VXeo/puqvCG8JBPNZXZf5Dqq7BzElNJzHRRw3vjBE27WujdzuOPecDPc/+1DcdcTptNBep3861jNq0mYkT8Z6Q==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.40.1.tgz",
+ "integrity": "sha512-ehSKrewwsESPt1TgSE/na9nIhWCosfGSFqv7vwEtjyAqZcvbGIg4JAcV7ZEh2tfj/IlfBeZjgOXm35iOOjadcg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.40.1.tgz",
+ "integrity": "sha512-m39iO/aaurh5FVIu/F4/Zsl8xppd76S4qoID8E+dSRQvTyZTOI2gVk3T4oqzfq1PtcvOfAVlwLMK3KRQMaR8lg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.40.1.tgz",
+ "integrity": "sha512-Y+GHnGaku4aVLSgrT0uWe2o2Rq8te9hi+MwqGF9r9ORgXhmHK5Q71N757u0F8yU1OIwUIFy6YiJtKjtyktk5hg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.40.1.tgz",
+ "integrity": "sha512-jEwjn3jCA+tQGswK3aEWcD09/7M5wGwc6+flhva7dsQNRZZTe30vkalgIzV4tjkopsTS9Jd7Y1Bsj6a4lzz8gQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.40.1.tgz",
+ "integrity": "sha512-ySyWikVhNzv+BV/IDCsrraOAZ3UaC8SZB67FZlqVwXwnFhPihOso9rPOxzZbjp81suB1O2Topw+6Ug3JNegejQ==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.40.1.tgz",
+ "integrity": "sha512-BvvA64QxZlh7WZWqDPPdt0GH4bznuL6uOO1pmgPnnv86rpUpc8ZxgZwcEgXvo02GRIZX1hQ0j0pAnhwkhwPqWg==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.40.1.tgz",
+ "integrity": "sha512-EQSP+8+1VuSulm9RKSMKitTav89fKbHymTf25n5+Yr6gAPZxYWpj3DzAsQqoaHAk9YX2lwEyAf9S4W8F4l3VBQ==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.40.1.tgz",
+ "integrity": "sha512-n/vQ4xRZXKuIpqukkMXZt9RWdl+2zgGNx7Uda8NtmLJ06NL8jiHxUawbwC+hdSq1rrw/9CghCpEONor+l1e2gA==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.40.1.tgz",
+ "integrity": "sha512-h8d28xzYb98fMQKUz0w2fMc1XuGzLLjdyxVIbhbil4ELfk5/orZlSTpF/xdI9C8K0I8lCkq+1En2RJsawZekkg==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.1.tgz",
+ "integrity": "sha512-XiK5z70PEFEFqcNj3/zRSz/qX4bp4QIraTy9QjwJAb/Z8GM7kVUsD0Uk8maIPeTyPCP03ChdI+VVmJriKYbRHQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-musl": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.40.1.tgz",
+ "integrity": "sha512-2BRORitq5rQ4Da9blVovzNCMaUlyKrzMSvkVR0D4qPuOy/+pMCrh1d7o01RATwVy+6Fa1WBw+da7QPeLWU/1mQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.40.1.tgz",
+ "integrity": "sha512-b2bcNm9Kbde03H+q+Jjw9tSfhYkzrDUf2d5MAd1bOJuVplXvFhWz7tRtWvD8/ORZi7qSCy0idW6tf2HgxSXQSg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.40.1.tgz",
+ "integrity": "sha512-DfcogW8N7Zg7llVEfpqWMZcaErKfsj9VvmfSyRjCyo4BI3wPEfrzTtJkZG6gKP/Z92wFm6rz2aDO7/JfiR/whA==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.40.1.tgz",
+ "integrity": "sha512-ECyOuDeH3C1I8jH2MK1RtBJW+YPMvSfT0a5NN0nHfQYnDSJ6tUiZH3gzwVP5/Kfh/+Tt7tpWVF9LXNTnhTJ3kA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@shikijs/engine-oniguruma": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.2.1.tgz",
+ "integrity": "sha512-wZZAkayEn6qu2+YjenEoFqj0OyQI64EWsNR6/71d1EkG4sxEOFooowKivsWPpaWNBu3sxAG+zPz5kzBL/SsreQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/types": "3.2.1",
+ "@shikijs/vscode-textmate": "^10.0.2"
+ }
+ },
+ "node_modules/@shikijs/langs": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.2.1.tgz",
+ "integrity": "sha512-If0iDHYRSGbihiA8+7uRsgb1er1Yj11pwpX1c6HLYnizDsKAw5iaT3JXj5ZpaimXSWky/IhxTm7C6nkiYVym+A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/types": "3.2.1"
+ }
+ },
+ "node_modules/@shikijs/themes": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.2.1.tgz",
+ "integrity": "sha512-k5DKJUT8IldBvAm8WcrDT5+7GA7se6lLksR+2E3SvyqGTyFMzU2F9Gb7rmD+t+Pga1MKrYFxDIeyWjMZWM6uBQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/types": "3.2.1"
+ }
+ },
+ "node_modules/@shikijs/types": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.2.1.tgz",
+ "integrity": "sha512-/NTWAk4KE2M8uac0RhOsIhYQf4pdU0OywQuYDGIGAJ6Mjunxl2cGiuLkvu4HLCMn+OTTLRWkjZITp+aYJv60yA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@shikijs/vscode-textmate": "^10.0.2",
+ "@types/hast": "^3.0.4"
+ }
+ },
+ "node_modules/@shikijs/vscode-textmate": {
+ "version": "10.0.2",
+ "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
+ "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@stylistic/eslint-plugin-ts": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-4.2.0.tgz",
+ "integrity": "sha512-j2o2GvOx9v66x8hmp/HJ+0T+nOppiO5ycGsCkifh7JPGgjxEhpkGmIGx3RWsoxpWbad3VCX8e8/T8n3+7ze1Zg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/utils": "^8.23.0",
+ "eslint-visitor-keys": "^4.2.0",
+ "espree": "^10.3.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "peerDependencies": {
+ "eslint": ">=9.0.0"
+ }
+ },
+ "node_modules/@stylistic/eslint-plugin-ts/node_modules/eslint-visitor-keys": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@tybys/wasm-util": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz",
+ "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@types/cookie": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
+ "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/doctrine": {
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.9.tgz",
+ "integrity": "sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/estree": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
+ "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/hast": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
+ "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/unist": "*"
+ }
+ },
+ "node_modules/@types/jsdom": {
+ "version": "21.1.7",
+ "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
+ "integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "*",
+ "@types/tough-cookie": "*",
+ "parse5": "^7.0.0"
+ }
+ },
+ "node_modules/@types/json-schema": {
+ "version": "7.0.15",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/node": {
+ "version": "22.13.14",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.14.tgz",
+ "integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "undici-types": "~6.20.0"
+ }
+ },
+ "node_modules/@types/statuses": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.5.tgz",
+ "integrity": "sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/tough-cookie": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
+ "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/unist": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
+ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@typescript-eslint/eslint-plugin": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz",
+ "integrity": "sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/regexpp": "^4.10.0",
+ "@typescript-eslint/scope-manager": "8.29.0",
+ "@typescript-eslint/type-utils": "8.29.0",
+ "@typescript-eslint/utils": "8.29.0",
+ "@typescript-eslint/visitor-keys": "8.29.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.3.1",
+ "natural-compare": "^1.4.0",
+ "ts-api-utils": "^2.0.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
+ "eslint": "^8.57.0 || ^9.0.0",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/parser": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.29.0.tgz",
+ "integrity": "sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/scope-manager": "8.29.0",
+ "@typescript-eslint/types": "8.29.0",
+ "@typescript-eslint/typescript-estree": "8.29.0",
+ "@typescript-eslint/visitor-keys": "8.29.0",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/scope-manager": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz",
+ "integrity": "sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.29.0",
+ "@typescript-eslint/visitor-keys": "8.29.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/type-utils": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz",
+ "integrity": "sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/typescript-estree": "8.29.0",
+ "@typescript-eslint/utils": "8.29.0",
+ "debug": "^4.3.4",
+ "ts-api-utils": "^2.0.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/types": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.29.0.tgz",
+ "integrity": "sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz",
+ "integrity": "sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.29.0",
+ "@typescript-eslint/visitor-keys": "8.29.0",
+ "debug": "^4.3.4",
+ "fast-glob": "^3.3.2",
+ "is-glob": "^4.0.3",
+ "minimatch": "^9.0.4",
+ "semver": "^7.6.0",
+ "ts-api-utils": "^2.0.1"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/utils": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.29.0.tgz",
+ "integrity": "sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.4.0",
+ "@typescript-eslint/scope-manager": "8.29.0",
+ "@typescript-eslint/types": "8.29.0",
+ "@typescript-eslint/typescript-estree": "8.29.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/@typescript-eslint/visitor-keys": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz",
+ "integrity": "sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/types": "8.29.0",
+ "eslint-visitor-keys": "^4.2.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@unrs/resolver-binding-darwin-arm64": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.3.3.tgz",
+ "integrity": "sha512-EpRILdWr3/xDa/7MoyfO7JuBIJqpBMphtu4+80BK1bRfFcniVT74h3Z7q1+WOc92FuIAYatB1vn9TJR67sORGw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-darwin-x64": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.3.3.tgz",
+ "integrity": "sha512-ntj/g7lPyqwinMJWZ+DKHBse8HhVxswGTmNgFKJtdgGub3M3zp5BSZ3bvMP+kBT6dnYJLSVlDqdwOq1P8i0+/g==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-freebsd-x64": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.3.3.tgz",
+ "integrity": "sha512-l6BT8f2CU821EW7U8hSUK8XPq4bmyTlt9Mn4ERrfjJNoCw0/JoHAh9amZZtV3cwC3bwwIat+GUnrcHTG9+qixw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.3.3.tgz",
+ "integrity": "sha512-8ScEc5a4y7oE2BonRvzJ+2GSkBaYWyh0/Ko4Q25e/ix6ANpJNhwEPZvCR6GVRmsQAYMIfQvYLdM6YEN+qRjnAQ==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.3.3.tgz",
+ "integrity": "sha512-8qQ6l1VTzLNd3xb2IEXISOKwMGXDCzY/UNy/7SovFW2Sp0K3YbL7Ao7R18v6SQkLqQlhhqSBIFRk+u6+qu5R5A==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.3.3.tgz",
+ "integrity": "sha512-v81R2wjqcWXJlQY23byqYHt9221h4anQ6wwN64oMD/WAE+FmxPHFZee5bhRkNVtzqO/q7wki33VFWlhiADwUeQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.3.3.tgz",
+ "integrity": "sha512-cAOx/j0u5coMg4oct/BwMzvWJdVciVauUvsd+GQB/1FZYKQZmqPy0EjJzJGbVzFc6gbnfEcSqvQE6gvbGf2N8Q==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.3.3.tgz",
+ "integrity": "sha512-mq2blqwErgDJD4gtFDlTX/HZ7lNP8YCHYFij2gkXPtMzrXxPW1hOtxL6xg4NWxvnj4bppppb0W3s/buvM55yfg==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.3.3.tgz",
+ "integrity": "sha512-u0VRzfFYysarYHnztj2k2xr+eu9rmgoTUUgCCIT37Nr+j0A05Xk2c3RY8Mh5+DhCl2aYibihnaAEJHeR0UOFIQ==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.3.3.tgz",
+ "integrity": "sha512-OrVo5ZsG29kBF0Ug95a2KidS16PqAMmQNozM6InbquOfW/udouk063e25JVLqIBhHLB2WyBnixOQ19tmeC/hIg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-linux-x64-musl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.3.3.tgz",
+ "integrity": "sha512-PYnmrwZ4HMp9SkrOhqPghY/aoL+Rtd4CQbr93GlrRTjK6kDzfMfgz3UH3jt6elrQAfupa1qyr1uXzeVmoEAxUA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-wasm32-wasi": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.3.3.tgz",
+ "integrity": "sha512-81AnQY6fShmktQw4hWDUIilsKSdvr/acdJ5azAreu2IWNlaJOKphJSsUVWE+yCk6kBMoQyG9ZHCb/krb5K0PEA==",
+ "cpu": [
+ "wasm32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "dependencies": {
+ "@napi-rs/wasm-runtime": "^0.2.7"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.3.3.tgz",
+ "integrity": "sha512-X/42BMNw7cW6xrB9syuP5RusRnWGoq+IqvJO8IDpp/BZg64J1uuIW6qA/1Cl13Y4LyLXbJVYbYNSKwR/FiHEng==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.3.3.tgz",
+ "integrity": "sha512-EGNnNGQxMU5aTN7js3ETYvuw882zcO+dsVjs+DwO2j/fRVKth87C8e2GzxW1L3+iWAXMyJhvFBKRavk9Og1Z6A==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.3.3.tgz",
+ "integrity": "sha512-GraLbYqOJcmW1qY3osB+2YIiD62nVf2/bVLHZmrb4t/YSUwE03l7TwcDJl08T/Tm3SVhepX8RQkpzWbag/Sb4w==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@vitest/coverage-istanbul": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-3.0.9.tgz",
+ "integrity": "sha512-/TXh2qmOhclmVPjOnPTpIO4Xr6l2P5EwyXQygenwq4/ZQ/vPsrz+GCRZF9kBeQi6xrGcHv368Si9PGImWQawVg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.3",
+ "debug": "^4.4.0",
+ "istanbul-lib-coverage": "^3.2.2",
+ "istanbul-lib-instrument": "^6.0.3",
+ "istanbul-lib-report": "^3.0.1",
+ "istanbul-lib-source-maps": "^5.0.6",
+ "istanbul-reports": "^3.1.7",
+ "magicast": "^0.3.5",
+ "test-exclude": "^7.0.1",
+ "tinyrainbow": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ },
+ "peerDependencies": {
+ "vitest": "3.0.9"
+ }
+ },
+ "node_modules/@vitest/expect": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.0.9.tgz",
+ "integrity": "sha512-5eCqRItYgIML7NNVgJj6TVCmdzE7ZVgJhruW0ziSQV4V7PvLkDL1bBkBdcTs/VuIz0IxPb5da1IDSqc1TR9eig==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/spy": "3.0.9",
+ "@vitest/utils": "3.0.9",
+ "chai": "^5.2.0",
+ "tinyrainbow": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/mocker": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.0.9.tgz",
+ "integrity": "sha512-ryERPIBOnvevAkTq+L1lD+DTFBRcjueL9lOUfXsLfwP92h4e+Heb+PjiqS3/OURWPtywfafK0kj++yDFjWUmrA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/spy": "3.0.9",
+ "estree-walker": "^3.0.3",
+ "magic-string": "^0.30.17"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ },
+ "peerDependencies": {
+ "msw": "^2.4.9",
+ "vite": "^5.0.0 || ^6.0.0"
+ },
+ "peerDependenciesMeta": {
+ "msw": {
+ "optional": true
+ },
+ "vite": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@vitest/pretty-format": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.0.9.tgz",
+ "integrity": "sha512-OW9F8t2J3AwFEwENg3yMyKWweF7oRJlMyHOMIhO5F3n0+cgQAJZBjNgrF8dLwFTEXl5jUqBLXd9QyyKv8zEcmA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tinyrainbow": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/runner": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.0.9.tgz",
+ "integrity": "sha512-NX9oUXgF9HPfJSwl8tUZCMP1oGx2+Sf+ru6d05QjzQz4OwWg0psEzwY6VexP2tTHWdOkhKHUIZH+fS6nA7jfOw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/utils": "3.0.9",
+ "pathe": "^2.0.3"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/snapshot": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.0.9.tgz",
+ "integrity": "sha512-AiLUiuZ0FuA+/8i19mTYd+re5jqjEc2jZbgJ2up0VY0Ddyyxg/uUtBDpIFAy4uzKaQxOW8gMgBdAJJ2ydhu39A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/pretty-format": "3.0.9",
+ "magic-string": "^0.30.17",
+ "pathe": "^2.0.3"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/spy": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.0.9.tgz",
+ "integrity": "sha512-/CcK2UDl0aQ2wtkp3YVWldrpLRNCfVcIOFGlVGKO4R5eajsH393Z1yiXLVQ7vWsj26JOEjeZI0x5sm5P4OGUNQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tinyspy": "^3.0.2"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/@vitest/utils": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.0.9.tgz",
+ "integrity": "sha512-ilHM5fHhZ89MCp5aAaM9uhfl1c2JdxVxl3McqsdVyVNN6JffnEen8UMCdRTzOhGXNQGo5GNL9QugHrz727Wnng==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/pretty-format": "3.0.9",
+ "loupe": "^3.1.3",
+ "tinyrainbow": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.12.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
+ "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "license": "MIT",
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/acorn-jsx-walk": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/acorn-jsx-walk/-/acorn-jsx-walk-2.0.0.tgz",
+ "integrity": "sha512-uuo6iJj4D4ygkdzd6jPtcxs8vZgDX9YFIkqczGImoypX2fQ4dVImmu3UzA4ynixCIMTrEOWW+95M2HuBaCEOVA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/acorn-loose": {
+ "version": "8.4.0",
+ "resolved": "https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.4.0.tgz",
+ "integrity": "sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "acorn": "^8.11.0"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-walk": {
+ "version": "8.3.3",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz",
+ "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==",
+ "dev": true,
+ "dependencies": {
+ "acorn": "^8.11.0"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/agent-base": {
+ "version": "7.1.3",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "8.17.1",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
+ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3",
+ "fast-uri": "^3.0.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ansi-escapes": {
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
+ "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "type-fest": "^0.21.3"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "license": "Python-2.0"
+ },
+ "node_modules/assertion-error": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
+ "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fill-range": "^7.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/browserslist": {
+ "version": "4.23.2",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz",
+ "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001640",
+ "electron-to-chromium": "^1.4.820",
+ "node-releases": "^2.0.14",
+ "update-browserslist-db": "^1.1.0"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ }
+ },
+ "node_modules/cac": {
+ "version": "6.7.14",
+ "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
+ "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/call-bind": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
+ "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.0",
+ "es-define-property": "^1.0.0",
+ "get-intrinsic": "^1.2.4",
+ "set-function-length": "^1.2.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/call-bind-apply-helpers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/call-bound": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "get-intrinsic": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001642",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz",
+ "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "CC-BY-4.0"
+ },
+ "node_modules/chai": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.0.tgz",
+ "integrity": "sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "assertion-error": "^2.0.1",
+ "check-error": "^2.1.1",
+ "deep-eql": "^5.0.1",
+ "loupe": "^3.1.0",
+ "pathval": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/chardet": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
+ "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/check-error": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz",
+ "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 16"
+ }
+ },
+ "node_modules/cli-width": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
+ "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">= 12"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/cliui/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cliui/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cliui/node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "delayed-stream": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/commander": {
+ "version": "12.1.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
+ "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/compare-versions": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz",
+ "integrity": "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==",
+ "license": "MIT"
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cookie": {
+ "version": "0.7.2",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/core-util-is": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
+ },
+ "node_modules/cross-fetch": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
+ "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
+ "license": "MIT",
+ "dependencies": {
+ "node-fetch": "^2.6.12"
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.6",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/crypto-js": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
+ "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
+ "license": "MIT"
+ },
+ "node_modules/cssfontparser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/cssfontparser/-/cssfontparser-1.2.1.tgz",
+ "integrity": "sha512-6tun4LoZnj7VN6YeegOVb67KBX/7JJsqvj+pv3ZA7F878/eN33AbGa5b/S/wXxS/tcp8nc40xRUrsPlxIyNUPg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cssstyle": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.3.0.tgz",
+ "integrity": "sha512-6r0NiY0xizYqfBvWp1G7WXJ06/bZyrk7Dc6PHql82C/pKGUTKu4yAX4Y8JPamb1ob9nBKuxWzCGTRuGwU3yxJQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@asamuzakjp/css-color": "^3.1.1",
+ "rrweb-cssom": "^0.8.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/dagre": {
+ "version": "0.8.5",
+ "resolved": "https://registry.npmjs.org/dagre/-/dagre-0.8.5.tgz",
+ "integrity": "sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==",
+ "license": "MIT",
+ "dependencies": {
+ "graphlib": "^2.1.8",
+ "lodash": "^4.17.15"
+ }
+ },
+ "node_modules/data-urls": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
+ "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "whatwg-mimetype": "^4.0.0",
+ "whatwg-url": "^14.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
+ "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/decimal.js": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
+ "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/deep-eql": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
+ "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/define-data-property": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
+ "license": "MIT",
+ "dependencies": {
+ "es-define-property": "^1.0.0",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/dependency-cruiser": {
+ "version": "16.3.10",
+ "resolved": "https://registry.npmjs.org/dependency-cruiser/-/dependency-cruiser-16.3.10.tgz",
+ "integrity": "sha512-WkCnibHBfvaiaQ+S46LZ6h4AR6oj42Vsf5/0Vgtrwdwn7ZekMJdZ/ALoTwNp/RaGlKW+MbV/fhSZOvmhAWVWzQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "acorn": "8.12.1",
+ "acorn-jsx": "5.3.2",
+ "acorn-jsx-walk": "2.0.0",
+ "acorn-loose": "8.4.0",
+ "acorn-walk": "8.3.3",
+ "ajv": "8.17.1",
+ "commander": "12.1.0",
+ "enhanced-resolve": "5.17.1",
+ "ignore": "5.3.1",
+ "interpret": "^3.1.1",
+ "is-installed-globally": "1.0.0",
+ "json5": "2.2.3",
+ "memoize": "10.0.0",
+ "picocolors": "1.0.1",
+ "picomatch": "4.0.2",
+ "prompts": "2.4.2",
+ "rechoir": "^0.8.0",
+ "safe-regex": "2.1.1",
+ "semver": "^7.6.3",
+ "teamcity-service-messages": "0.1.14",
+ "tsconfig-paths-webpack-plugin": "4.1.0",
+ "watskeburt": "4.1.0"
+ },
+ "bin": {
+ "depcruise": "bin/dependency-cruise.mjs",
+ "depcruise-baseline": "bin/depcruise-baseline.mjs",
+ "depcruise-fmt": "bin/depcruise-fmt.mjs",
+ "depcruise-wrap-stream-in-html": "bin/wrap-stream-in-html.mjs",
+ "dependency-cruise": "bin/dependency-cruise.mjs",
+ "dependency-cruiser": "bin/dependency-cruise.mjs"
+ },
+ "engines": {
+ "node": "^18.17||>=20"
+ }
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/dunder-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.2.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/eastasianwidth": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.4.830",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.830.tgz",
+ "integrity": "sha512-TrPKKH20HeN0J1LHzsYLs2qwXrp8TF4nHdu4sq61ozGbzMpWhI7iIOPYPPkxeq1azMT9PZ8enPFcftbs/Npcjg==",
+ "dev": true
+ },
+ "node_modules/emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/enhanced-resolve": {
+ "version": "5.17.1",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
+ "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/entities": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.12"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/es-define-property": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-errors": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-module-lexer": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz",
+ "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/es-object-atoms": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-set-tostringtag": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.6",
+ "has-tostringtag": "^1.0.2",
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/esbuild": {
+ "version": "0.25.2",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.2.tgz",
+ "integrity": "sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "optionalDependencies": {
+ "@esbuild/aix-ppc64": "0.25.2",
+ "@esbuild/android-arm": "0.25.2",
+ "@esbuild/android-arm64": "0.25.2",
+ "@esbuild/android-x64": "0.25.2",
+ "@esbuild/darwin-arm64": "0.25.2",
+ "@esbuild/darwin-x64": "0.25.2",
+ "@esbuild/freebsd-arm64": "0.25.2",
+ "@esbuild/freebsd-x64": "0.25.2",
+ "@esbuild/linux-arm": "0.25.2",
+ "@esbuild/linux-arm64": "0.25.2",
+ "@esbuild/linux-ia32": "0.25.2",
+ "@esbuild/linux-loong64": "0.25.2",
+ "@esbuild/linux-mips64el": "0.25.2",
+ "@esbuild/linux-ppc64": "0.25.2",
+ "@esbuild/linux-riscv64": "0.25.2",
+ "@esbuild/linux-s390x": "0.25.2",
+ "@esbuild/linux-x64": "0.25.2",
+ "@esbuild/netbsd-arm64": "0.25.2",
+ "@esbuild/netbsd-x64": "0.25.2",
+ "@esbuild/openbsd-arm64": "0.25.2",
+ "@esbuild/openbsd-x64": "0.25.2",
+ "@esbuild/sunos-x64": "0.25.2",
+ "@esbuild/win32-arm64": "0.25.2",
+ "@esbuild/win32-ia32": "0.25.2",
+ "@esbuild/win32-x64": "0.25.2"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
+ "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "9.23.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.23.0.tgz",
+ "integrity": "sha512-jV7AbNoFPAY1EkFYpLq5bslU9NLNO8xnEeQXwErNibVryjk67wHVmddTBilc5srIttJDBrB0eMHKZBFbSIABCw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.12.1",
+ "@eslint/config-array": "^0.19.2",
+ "@eslint/config-helpers": "^0.2.0",
+ "@eslint/core": "^0.12.0",
+ "@eslint/eslintrc": "^3.3.1",
+ "@eslint/js": "9.23.0",
+ "@eslint/plugin-kit": "^0.2.7",
+ "@humanfs/node": "^0.16.6",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@humanwhocodes/retry": "^0.4.2",
+ "@types/estree": "^1.0.6",
+ "@types/json-schema": "^7.0.15",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.6",
+ "debug": "^4.3.2",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^8.3.0",
+ "eslint-visitor-keys": "^4.2.0",
+ "espree": "^10.3.0",
+ "esquery": "^1.5.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^8.0.0",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "ignore": "^5.2.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://eslint.org/donate"
+ },
+ "peerDependencies": {
+ "jiti": "*"
+ },
+ "peerDependenciesMeta": {
+ "jiti": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/eslint-import-resolver-node": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
+ "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^3.2.7",
+ "is-core-module": "^2.13.0",
+ "resolve": "^1.22.4"
+ }
+ },
+ "node_modules/eslint-import-resolver-node/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/eslint-plugin-import-x": {
+ "version": "4.10.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.10.0.tgz",
+ "integrity": "sha512-5ej+0WILhX3D6wkcdsyYmPp10SUIK6fmuZ6KS8nf9MD8CJ6/S/3Dl7m21g+MLeaTMsvcEXo3JunNAbgHwXxs/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@pkgr/core": "^0.2.0",
+ "@types/doctrine": "^0.0.9",
+ "@typescript-eslint/utils": "^8.28.0",
+ "debug": "^4.4.0",
+ "doctrine": "^3.0.0",
+ "eslint-import-resolver-node": "^0.3.9",
+ "get-tsconfig": "^4.10.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "^9.0.3 || ^10.0.1",
+ "semver": "^7.7.1",
+ "stable-hash": "^0.0.5",
+ "tslib": "^2.8.1",
+ "unrs-resolver": "^1.3.3"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
+ "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint/node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/eslint/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/eslint/node_modules/eslint-visitor-keys": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint/node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true
+ },
+ "node_modules/eslint/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/espree": {
+ "version": "10.3.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "acorn": "^8.14.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^4.2.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/espree/node_modules/acorn": {
+ "version": "8.14.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
+ "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estree-walker": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
+ "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "^1.0.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eventemitter3": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
+ "license": "MIT"
+ },
+ "node_modules/events": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8.x"
+ }
+ },
+ "node_modules/expect-type": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.1.0.tgz",
+ "integrity": "sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=12.0.0"
+ }
+ },
+ "node_modules/external-editor": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
+ "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "chardet": "^0.7.0",
+ "iconv-lite": "^0.4.24",
+ "tmp": "^0.0.33"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-glob": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.8"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/fast-glob/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-uri": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
+ "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
+ "dev": true
+ },
+ "node_modules/fastq": {
+ "version": "1.19.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
+ "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/fdir": {
+ "version": "6.4.4",
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
+ "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
+ "dev": true,
+ "license": "MIT",
+ "peerDependencies": {
+ "picomatch": "^3 || ^4"
+ },
+ "peerDependenciesMeta": {
+ "picomatch": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "flat-cache": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=16.0.0"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "flatted": "^3.2.9",
+ "keyv": "^4.5.4"
+ },
+ "engines": {
+ "node": ">=16"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
+ "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/foreground-child": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
+ "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/form-data": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
+ "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "es-set-tostringtag": "^2.1.0",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "es-define-property": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.1.1",
+ "function-bind": "^1.1.2",
+ "get-proto": "^1.0.1",
+ "gopd": "^1.2.0",
+ "has-symbols": "^1.1.0",
+ "hasown": "^2.0.2",
+ "math-intrinsics": "^1.1.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
+ "license": "MIT",
+ "dependencies": {
+ "dunder-proto": "^1.0.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/get-tsconfig": {
+ "version": "4.10.0",
+ "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz",
+ "integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "resolve-pkg-maps": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/global-directory": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
+ "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ini": "4.1.1"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globals": {
+ "version": "14.0.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globrex": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz",
+ "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/gopd": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.11",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/graphemer": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/graphlib": {
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz",
+ "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==",
+ "license": "MIT",
+ "dependencies": {
+ "lodash": "^4.17.15"
+ }
+ },
+ "node_modules/graphology": {
+ "version": "0.25.4",
+ "resolved": "https://registry.npmjs.org/graphology/-/graphology-0.25.4.tgz",
+ "integrity": "sha512-33g0Ol9nkWdD6ulw687viS8YJQBxqG5LWII6FI6nul0pq6iM2t5EKquOTFDbyTblRB3O9I+7KX4xI8u5ffekAQ==",
+ "license": "MIT",
+ "dependencies": {
+ "events": "^3.3.0",
+ "obliterator": "^2.0.2"
+ },
+ "peerDependencies": {
+ "graphology-types": ">=0.24.0"
+ }
+ },
+ "node_modules/graphology-types": {
+ "version": "0.24.8",
+ "resolved": "https://registry.npmjs.org/graphology-types/-/graphology-types-0.24.8.tgz",
+ "integrity": "sha512-hDRKYXa8TsoZHjgEaysSRyPdT6uB78Ci8WnjgbStlQysz7xR52PInxNsmnB7IBOM1BhikxkNyCVEFgmPKnpx3Q==",
+ "license": "MIT",
+ "peer": true
+ },
+ "node_modules/graphql": {
+ "version": "16.9.0",
+ "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz",
+ "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/has-property-descriptors": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
+ "license": "MIT",
+ "dependencies": {
+ "es-define-property": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-tostringtag": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "has-symbols": "^1.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/headers-polyfill": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz",
+ "integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/html-encoding-sniffer": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
+ "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "whatwg-encoding": "^3.1.1"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/http-proxy-agent": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.0",
+ "debug": "^4.3.4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/https-proxy-agent": {
+ "version": "7.0.6",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "agent-base": "^7.1.2",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/i18next": {
+ "version": "24.2.3",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.3.tgz",
+ "integrity": "sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==",
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://locize.com"
+ },
+ {
+ "type": "individual",
+ "url": "https://locize.com/i18next.html"
+ },
+ {
+ "type": "individual",
+ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.26.10"
+ },
+ "peerDependencies": {
+ "typescript": "^5"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/i18next-browser-languagedetector": {
+ "version": "8.0.4",
+ "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-8.0.4.tgz",
+ "integrity": "sha512-f3frU3pIxD50/Tz20zx9TD9HobKYg47fmAETb117GKGPrhwcSSPJDoCposXlVycVebQ9GQohC3Efbpq7/nnJ5w==",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.23.2"
+ }
+ },
+ "node_modules/i18next-http-backend": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-3.0.2.tgz",
+ "integrity": "sha512-PdlvPnvIp4E1sYi46Ik4tBYh/v/NbYfFFgTjkwFl0is8A18s7/bx9aXqsrOax9WUbeNS6mD2oix7Z0yGGf6m5g==",
+ "license": "MIT",
+ "dependencies": {
+ "cross-fetch": "4.0.0"
+ }
+ },
+ "node_modules/i18next-korean-postposition-processor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/i18next-korean-postposition-processor/-/i18next-korean-postposition-processor-1.0.0.tgz",
+ "integrity": "sha512-ruNXjI9awsFK6Ie+F9gYaMW8ciLMuCkeRjH9QkSv2Wb8xI0mnm773v3M9eua8dtvAXudIUk4p6Ho7hNkEASXDg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "i18next": ">=8.4.0"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/ignore": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
+ "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/immediate": {
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
+ "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ=="
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
+ },
+ "node_modules/ini": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
+ "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
+ }
+ },
+ "node_modules/inquirer": {
+ "version": "12.5.0",
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-12.5.0.tgz",
+ "integrity": "sha512-aiBBq5aKF1k87MTxXDylLfwpRwToShiHrSv4EmB07EYyLgmnjEz5B3rn0aGw1X3JA/64Ngf2T54oGwc+BCsPIQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@inquirer/core": "^10.1.9",
+ "@inquirer/prompts": "^7.4.0",
+ "@inquirer/type": "^3.0.5",
+ "ansi-escapes": "^4.3.2",
+ "mute-stream": "^2.0.0",
+ "run-async": "^3.0.0",
+ "rxjs": "^7.8.2"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@types/node": ">=18"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/interpret": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
+ "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.15.0",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz",
+ "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==",
+ "dev": true,
+ "dependencies": {
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-installed-globally": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
+ "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "global-directory": "^4.0.1",
+ "is-path-inside": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-installed-globally/node_modules/is-path-inside": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
+ "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-node-process": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
+ "integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-potential-custom-element-name": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/isarray": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
+ "license": "MIT"
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/istanbul-lib-coverage": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
+ "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-instrument": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
+ "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "@babel/core": "^7.23.9",
+ "@babel/parser": "^7.23.9",
+ "@istanbuljs/schema": "^0.1.3",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^7.5.4"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-lib-report": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
+ "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^4.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-lib-source-maps": {
+ "version": "5.0.6",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz",
+ "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "@jridgewell/trace-mapping": "^0.3.23",
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-reports": {
+ "version": "3.1.7",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
+ "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jackspeak": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "@isaacs/cliui": "^8.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
+ }
+ },
+ "node_modules/jest-canvas-mock": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.5.2.tgz",
+ "integrity": "sha512-vgnpPupjOL6+L5oJXzxTxFrlGEIbHdZqFU+LFNdtLxZ3lRDCl17FlTMM7IatoRQkrcyOTMlDinjUguqmQ6bR2A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cssfontparser": "^1.2.1",
+ "moo-color": "^1.0.2"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsdom": {
+ "version": "26.0.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.0.0.tgz",
+ "integrity": "sha512-BZYDGVAIriBWTpIxYzrXjv3E/4u8+/pSG5bQdIYCbNCGOvsPkDQfTVLAIXAf9ETdCpduCVTkDe2NNZ8NIwUVzw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cssstyle": "^4.2.1",
+ "data-urls": "^5.0.0",
+ "decimal.js": "^10.4.3",
+ "form-data": "^4.0.1",
+ "html-encoding-sniffer": "^4.0.0",
+ "http-proxy-agent": "^7.0.2",
+ "https-proxy-agent": "^7.0.6",
+ "is-potential-custom-element-name": "^1.0.1",
+ "nwsapi": "^2.2.16",
+ "parse5": "^7.2.1",
+ "rrweb-cssom": "^0.8.0",
+ "saxes": "^6.0.0",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^5.0.0",
+ "w3c-xmlserializer": "^5.0.0",
+ "webidl-conversions": "^7.0.0",
+ "whatwg-encoding": "^3.1.1",
+ "whatwg-mimetype": "^4.0.0",
+ "whatwg-url": "^14.1.0",
+ "ws": "^8.18.0",
+ "xml-name-validator": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "canvas": "^3.0.0"
+ },
+ "peerDependenciesMeta": {
+ "canvas": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jsdom/node_modules/tough-cookie": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
+ "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "tldts": "^6.1.32"
+ },
+ "engines": {
+ "node": ">=16"
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "node_modules/json-stable-stringify": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.2.1.tgz",
+ "integrity": "sha512-Lp6HbbBgosLmJbjx0pBLbgvx68FaFU1sdkmBuckmhhJ88kL13OA51CDtR2yJB50eCNMH9wRqtQNNiAqQH4YXnA==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind": "^1.0.8",
+ "call-bound": "^1.0.3",
+ "isarray": "^2.0.5",
+ "jsonify": "^0.0.1",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/json5": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "json5": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jsonify": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
+ "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
+ "license": "Public Domain",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/jszip": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
+ "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
+ "dependencies": {
+ "lie": "~3.3.0",
+ "pako": "~1.0.2",
+ "readable-stream": "~2.3.6",
+ "setimmediate": "^1.0.5"
+ }
+ },
+ "node_modules/keyv": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "json-buffer": "3.0.1"
+ }
+ },
+ "node_modules/kleur": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/lefthook": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook/-/lefthook-1.11.6.tgz",
+ "integrity": "sha512-j0VmMM50WlPDassmgvapRum9po29Tv1BXzBNFpzGkk9E91CEG9jKik/OHyH/r/na+q8qNIUUyPL6QQuTN/UhQQ==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "lefthook": "bin/index.js"
+ },
+ "optionalDependencies": {
+ "lefthook-darwin-arm64": "1.11.6",
+ "lefthook-darwin-x64": "1.11.6",
+ "lefthook-freebsd-arm64": "1.11.6",
+ "lefthook-freebsd-x64": "1.11.6",
+ "lefthook-linux-arm64": "1.11.6",
+ "lefthook-linux-x64": "1.11.6",
+ "lefthook-openbsd-arm64": "1.11.6",
+ "lefthook-openbsd-x64": "1.11.6",
+ "lefthook-windows-arm64": "1.11.6",
+ "lefthook-windows-x64": "1.11.6"
+ }
+ },
+ "node_modules/lefthook-darwin-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-darwin-arm64/-/lefthook-darwin-arm64-1.11.6.tgz",
+ "integrity": "sha512-gWgdWrKgZgX+bKc6Vs/x7JkO+58lLOpRzpteLx//82D0MKVPlNZwjd4zz4AbIBXtM4Hcj+6gSsOzQ7QDXxjVvQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/lefthook-darwin-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-darwin-x64/-/lefthook-darwin-x64-1.11.6.tgz",
+ "integrity": "sha512-Ia0TjTKuYcSaDTuoCnbWtpPZ2VEoKzgn33OB90VjNaSVs4ooE0PIdpO+w00x1elqIaf1pbrpq6HgeB26Du8KbQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/lefthook-freebsd-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-freebsd-arm64/-/lefthook-freebsd-arm64-1.11.6.tgz",
+ "integrity": "sha512-PxIwj+hmjLahyzEmcIfalIBDhgklAQCavwM4sGCgbzDi4/+VQX+4aEs4pQqtd7v3aohmjtO/4n2emzTI8donww==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/lefthook-freebsd-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-freebsd-x64/-/lefthook-freebsd-x64-1.11.6.tgz",
+ "integrity": "sha512-3o1lMKxz1VtWaP/o117wgUn3ZOpefMoSf+8LuiTzI3/PDprIuzgyw2nXKlBZAMDpNPHMNnJeQNts9XLMRmkldg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/lefthook-linux-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-linux-arm64/-/lefthook-linux-arm64-1.11.6.tgz",
+ "integrity": "sha512-nKPFZ5cA9f5tVn0ybDVqcXXlpTHZqo05N4KQRhWTj5Nem+JoD2YzJIlvZhdJhUrldERqj6deDMXChH5T3z4Rrw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/lefthook-linux-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-linux-x64/-/lefthook-linux-x64-1.11.6.tgz",
+ "integrity": "sha512-naN8dllLCOEeP+wznLnq+oXrs1dvt/iMLkcl+pOPWLqFccPfDiHzr8V8GslaTa+rSFsAnvjR7SJIOi5C29xedA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/lefthook-openbsd-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-openbsd-arm64/-/lefthook-openbsd-arm64-1.11.6.tgz",
+ "integrity": "sha512-dPxhJfYQ667T+U3pz1+O3mTRNHzXH/BvPlXSH+oy8uiSry4AtVNRXkVvXPUcpLlrAy6HuFYodsrpCIlWFeYwiQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ]
+ },
+ "node_modules/lefthook-openbsd-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-openbsd-x64/-/lefthook-openbsd-x64-1.11.6.tgz",
+ "integrity": "sha512-9D26kcSsjiW4D0AuVDdi+0ZqrsOzRWOpMS/kcUbLfrU99yCvma0rMTqKbbDMkVur/znS7qL53oGahXCXDNA+IQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ]
+ },
+ "node_modules/lefthook-windows-arm64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-windows-arm64/-/lefthook-windows-arm64-1.11.6.tgz",
+ "integrity": "sha512-xdCenr4+BFnfBEhiXj6GJp02EPmcwTAGa7NYm6hVTfDwGXw24tuLv7lpnGjgK3kovN6EukgLH1FYkeyDOBEMnA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/lefthook-windows-x64": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmjs.org/lefthook-windows-x64/-/lefthook-windows-x64-1.11.6.tgz",
+ "integrity": "sha512-Fg2GzLhzeDV/GX8+ydrI0wBOytQWpPkNdngx+a8B/feCDbwjAiFklDG5oV4ytuWrtg1JPEEWLJd6nHefj4wtHA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lie": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
+ "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
+ "dependencies": {
+ "immediate": "~3.0.5"
+ }
+ },
+ "node_modules/linkify-it": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
+ "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
+ "dev": true,
+ "dependencies": {
+ "uc.micro": "^2.0.0"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "license": "MIT"
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/loupe": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.3.tgz",
+ "integrity": "sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/lru-cache": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "yallist": "^3.0.2"
+ }
+ },
+ "node_modules/lunr": {
+ "version": "2.3.9",
+ "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz",
+ "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/magic-string": {
+ "version": "0.30.17",
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
+ "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@jridgewell/sourcemap-codec": "^1.5.0"
+ }
+ },
+ "node_modules/magicast": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
+ "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/parser": "^7.25.4",
+ "@babel/types": "^7.25.4",
+ "source-map-js": "^1.2.0"
+ }
+ },
+ "node_modules/make-dir": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "semver": "^7.5.3"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/markdown-it": {
+ "version": "14.1.0",
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
+ "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^2.0.1",
+ "entities": "^4.4.0",
+ "linkify-it": "^5.0.0",
+ "mdurl": "^2.0.0",
+ "punycode.js": "^2.3.1",
+ "uc.micro": "^2.1.0"
+ },
+ "bin": {
+ "markdown-it": "bin/markdown-it.mjs"
+ }
+ },
+ "node_modules/math-intrinsics": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/mdurl": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
+ "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
+ "dev": true
+ },
+ "node_modules/memoize": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.0.0.tgz",
+ "integrity": "sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "mimic-function": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/memoize?sponsor=1"
+ }
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "braces": "^3.0.3",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/micromatch/node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.52.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.35",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "mime-db": "1.52.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mimic-function": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
+ "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "9.0.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/minipass": {
+ "version": "7.1.2",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
+ },
+ "node_modules/moo-color": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/moo-color/-/moo-color-1.0.3.tgz",
+ "integrity": "sha512-i/+ZKXMDf6aqYtBhuOcej71YSlbjT3wCO/4H1j8rPvxDJEifdwgg5MaFyu6iYAT8GBZJg2z0dkgK4YMzvURALQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "^1.1.4"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/msw": {
+ "version": "2.7.3",
+ "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.3.tgz",
+ "integrity": "sha512-+mycXv8l2fEAjFZ5sjrtjJDmm2ceKGjrNbBr1durRg6VkU9fNUE/gsmQ51hWbHqs+l35W1iM+ZsmOD9Fd6lspw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "license": "MIT",
+ "dependencies": {
+ "@bundled-es-modules/cookie": "^2.0.1",
+ "@bundled-es-modules/statuses": "^1.0.1",
+ "@bundled-es-modules/tough-cookie": "^0.1.6",
+ "@inquirer/confirm": "^5.0.0",
+ "@mswjs/interceptors": "^0.37.0",
+ "@open-draft/deferred-promise": "^2.2.0",
+ "@open-draft/until": "^2.1.0",
+ "@types/cookie": "^0.6.0",
+ "@types/statuses": "^2.0.4",
+ "graphql": "^16.8.1",
+ "headers-polyfill": "^4.0.2",
+ "is-node-process": "^1.2.0",
+ "outvariant": "^1.4.3",
+ "path-to-regexp": "^6.3.0",
+ "picocolors": "^1.1.1",
+ "strict-event-emitter": "^0.5.1",
+ "type-fest": "^4.26.1",
+ "yargs": "^17.7.2"
+ },
+ "bin": {
+ "msw": "cli/index.js"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mswjs"
+ },
+ "peerDependencies": {
+ "typescript": ">= 4.8.x"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/msw/node_modules/picocolors": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/msw/node_modules/type-fest": {
+ "version": "4.26.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
+ "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/mustache": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
+ "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
+ "license": "MIT",
+ "bin": {
+ "mustache": "bin/mustache"
+ }
+ },
+ "node_modules/mute-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
+ "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": "^18.17.0 || >=20.5.0"
+ }
+ },
+ "node_modules/nanoid": {
+ "version": "3.3.11",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/node-fetch": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
+ "license": "MIT",
+ "dependencies": {
+ "whatwg-url": "^5.0.0"
+ },
+ "engines": {
+ "node": "4.x || >=6.0.0"
+ },
+ "peerDependencies": {
+ "encoding": "^0.1.0"
+ },
+ "peerDependenciesMeta": {
+ "encoding": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/node-fetch/node_modules/tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
+ },
+ "node_modules/node-fetch/node_modules/webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
+ },
+ "node_modules/node-fetch/node_modules/whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+ "dependencies": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ },
+ "node_modules/node-releases": {
+ "version": "2.0.17",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz",
+ "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==",
+ "dev": true
+ },
+ "node_modules/nwsapi": {
+ "version": "2.2.20",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz",
+ "integrity": "sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/obliterator": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.5.tgz",
+ "integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==",
+ "license": "MIT"
+ },
+ "node_modules/optionator": {
+ "version": "0.9.4",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.5"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/os-tmpdir": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
+ "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/outvariant": {
+ "version": "1.4.3",
+ "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
+ "integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/package-json-from-dist": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
+ "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
+ "dev": true,
+ "license": "BlueOak-1.0.0"
+ },
+ "node_modules/pako": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
+ "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
+ },
+ "node_modules/papaparse": {
+ "version": "5.4.1",
+ "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz",
+ "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==",
+ "license": "MIT"
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse5": {
+ "version": "7.2.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz",
+ "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "entities": "^4.5.0"
+ },
+ "funding": {
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
+ }
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/path-scurry": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "lru-cache": "^10.2.0",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/path-scurry/node_modules/lru-cache": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/path-to-regexp": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
+ "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/pathe": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/pathval": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz",
+ "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14.16"
+ }
+ },
+ "node_modules/phaser": {
+ "version": "3.88.2",
+ "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.88.2.tgz",
+ "integrity": "sha512-UBgd2sAFuRJbF2xKaQ5jpMWB8oETncChLnymLGHcrnT53vaqiGrQWbUKUDBawKLm24sghjKo4Bf+/xfv8espZQ==",
+ "license": "MIT",
+ "dependencies": {
+ "eventemitter3": "^5.0.1"
+ }
+ },
+ "node_modules/phaser3-rex-plugins": {
+ "version": "1.80.15",
+ "resolved": "https://registry.npmjs.org/phaser3-rex-plugins/-/phaser3-rex-plugins-1.80.15.tgz",
+ "integrity": "sha512-Ur973N1W5st6XEYBcJko8eTcEbdDHMM+m7VqvT3j/EJeJwYyJ3bVb33JJDsFgefk3A2iAz2itP/UY7CzxJOJVA==",
+ "license": "MIT",
+ "dependencies": {
+ "dagre": "^0.8.5",
+ "eventemitter3": "^3.1.2",
+ "graphology": "^0.25.4",
+ "i18next": "^22.5.1",
+ "i18next-http-backend": "^2.5.2",
+ "js-yaml": "^4.1.0",
+ "mustache": "^4.2.0",
+ "papaparse": "^5.4.1",
+ "webfontloader": "^1.6.28"
+ }
+ },
+ "node_modules/phaser3-rex-plugins/node_modules/eventemitter3": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
+ "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==",
+ "license": "MIT"
+ },
+ "node_modules/phaser3-rex-plugins/node_modules/i18next": {
+ "version": "22.5.1",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz",
+ "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==",
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://locize.com"
+ },
+ {
+ "type": "individual",
+ "url": "https://locize.com/i18next.html"
+ },
+ {
+ "type": "individual",
+ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.20.6"
+ }
+ },
+ "node_modules/phaser3-rex-plugins/node_modules/i18next-http-backend": {
+ "version": "2.7.3",
+ "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.7.3.tgz",
+ "integrity": "sha512-FgZxrXdRA5u44xfYsJlEBL4/KH3f2IluBpgV/7riW0YW2VEyM8FzVt2XHAOi6id0Ppj7vZvCZVpp5LrGXnc8Ig==",
+ "license": "MIT",
+ "dependencies": {
+ "cross-fetch": "4.0.0"
+ }
+ },
+ "node_modules/phaser3spectorjs": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/phaser3spectorjs/-/phaser3spectorjs-0.0.8.tgz",
+ "integrity": "sha512-0dSO7/aMjEUPrp5EcjRvRRsEf+jXDbmzalPeJ6VtTB2Pn1PeaKc+qlL/DmO3l1Dvc5lkzc+Sil1Ta+Hkyi5cbA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/picocolors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
+ "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
+ "dev": true
+ },
+ "node_modules/picomatch": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "8.5.3",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
+ "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "nanoid": "^3.3.8",
+ "picocolors": "^1.1.1",
+ "source-map-js": "^1.2.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "node_modules/postcss/node_modules/picocolors": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/process-nextick-args": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
+ },
+ "node_modules/prompts": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "kleur": "^3.0.3",
+ "sisteransi": "^1.0.5"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/psl": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
+ "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/punycode": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/punycode.js": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
+ "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/querystringify": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT"
+ },
+ "node_modules/readable-stream": {
+ "version": "2.3.8",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "node_modules/readable-stream/node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
+ },
+ "node_modules/rechoir": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
+ "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "resolve": "^1.20.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
+ "license": "MIT"
+ },
+ "node_modules/regexp-tree": {
+ "version": "0.1.27",
+ "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
+ "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "regexp-tree": "bin/regexp-tree"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/resolve": {
+ "version": "1.22.8",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/resolve-pkg-maps": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
+ "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
+ "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rollup": {
+ "version": "4.40.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.40.1.tgz",
+ "integrity": "sha512-C5VvvgCCyfyotVITIAv+4efVytl5F7wt+/I2i9q9GZcEXW9BP52YYOXC58igUi+LFZVHukErIIqQSWwv/M3WRw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "1.0.7"
+ },
+ "bin": {
+ "rollup": "dist/bin/rollup"
+ },
+ "engines": {
+ "node": ">=18.0.0",
+ "npm": ">=8.0.0"
+ },
+ "optionalDependencies": {
+ "@rollup/rollup-android-arm-eabi": "4.40.1",
+ "@rollup/rollup-android-arm64": "4.40.1",
+ "@rollup/rollup-darwin-arm64": "4.40.1",
+ "@rollup/rollup-darwin-x64": "4.40.1",
+ "@rollup/rollup-freebsd-arm64": "4.40.1",
+ "@rollup/rollup-freebsd-x64": "4.40.1",
+ "@rollup/rollup-linux-arm-gnueabihf": "4.40.1",
+ "@rollup/rollup-linux-arm-musleabihf": "4.40.1",
+ "@rollup/rollup-linux-arm64-gnu": "4.40.1",
+ "@rollup/rollup-linux-arm64-musl": "4.40.1",
+ "@rollup/rollup-linux-loongarch64-gnu": "4.40.1",
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.40.1",
+ "@rollup/rollup-linux-riscv64-gnu": "4.40.1",
+ "@rollup/rollup-linux-riscv64-musl": "4.40.1",
+ "@rollup/rollup-linux-s390x-gnu": "4.40.1",
+ "@rollup/rollup-linux-x64-gnu": "4.40.1",
+ "@rollup/rollup-linux-x64-musl": "4.40.1",
+ "@rollup/rollup-win32-arm64-msvc": "4.40.1",
+ "@rollup/rollup-win32-ia32-msvc": "4.40.1",
+ "@rollup/rollup-win32-x64-msvc": "4.40.1",
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/rrweb-cssom": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
+ "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/run-async": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
+ "integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/rxjs": {
+ "version": "7.8.2",
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
+ "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+ },
+ "node_modules/safe-regex": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-2.1.1.tgz",
+ "integrity": "sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "regexp-tree": "~0.1.1"
+ }
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/saxes": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
+ "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "xmlchars": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=v12.22.7"
+ }
+ },
+ "node_modules/semver": {
+ "version": "7.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
+ "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/set-function-length": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
+ "license": "MIT",
+ "dependencies": {
+ "define-data-property": "^1.1.4",
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.4",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/setimmediate": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
+ "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/siginfo": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
+ "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/sisteransi": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/source-map-js": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/stable-hash": {
+ "version": "0.0.5",
+ "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
+ "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/stackback": {
+ "version": "0.0.2",
+ "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
+ "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/statuses": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
+ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/std-env": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.8.0.tgz",
+ "integrity": "sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/strict-event-emitter": {
+ "version": "0.5.1",
+ "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
+ "integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dependencies": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "eastasianwidth": "^0.2.0",
+ "emoji-regex": "^9.2.2",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/string-width-cjs": {
+ "name": "string-width",
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/string-width/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/string-width/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi-cjs": {
+ "name": "strip-ansi",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/symbol-tree": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/tapable": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
+ "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/teamcity-service-messages": {
+ "version": "0.1.14",
+ "resolved": "https://registry.npmjs.org/teamcity-service-messages/-/teamcity-service-messages-0.1.14.tgz",
+ "integrity": "sha512-29aQwaHqm8RMX74u2o/h1KbMLP89FjNiMxD9wbF2BbWOnbM+q+d1sCEC+MqCc4QW3NJykn77OMpTFw/xTHIc0w==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/test-exclude": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz",
+ "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^10.4.1",
+ "minimatch": "^9.0.4"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/test-exclude/node_modules/glob": {
+ "version": "10.4.5",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
+ "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "package-json-from-dist": "^1.0.0",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/tinybench": {
+ "version": "2.9.0",
+ "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
+ "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/tinyexec": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
+ "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/tinyglobby": {
+ "version": "0.2.13",
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz",
+ "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "fdir": "^6.4.4",
+ "picomatch": "^4.0.2"
+ },
+ "engines": {
+ "node": ">=12.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/SuperchupuDev"
+ }
+ },
+ "node_modules/tinypool": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.2.tgz",
+ "integrity": "sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.0.0 || >=20.0.0"
+ }
+ },
+ "node_modules/tinyrainbow": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz",
+ "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/tinyspy": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz",
+ "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/tldts": {
+ "version": "6.1.85",
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.85.tgz",
+ "integrity": "sha512-gBdZ1RjCSevRPFix/hpaUWeak2/RNUZB4/8frF1r5uYMHjFptkiT0JXIebWvgI/0ZHXvxaUDDJshiA0j6GdL3w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tldts-core": "^6.1.85"
+ },
+ "bin": {
+ "tldts": "bin/cli.js"
+ }
+ },
+ "node_modules/tldts-core": {
+ "version": "6.1.85",
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.85.tgz",
+ "integrity": "sha512-DTjUVvxckL1fIoPSb3KE7ISNtkWSawZdpfxGxwiIrZoO6EbHVDXXUIlIuWympPaeS+BLGyggozX/HTMsRAdsoA==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/tmp": {
+ "version": "0.0.33",
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
+ "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "os-tmpdir": "~1.0.2"
+ },
+ "engines": {
+ "node": ">=0.6.0"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/tough-cookie": {
+ "version": "4.1.4",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
+ "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "psl": "^1.1.33",
+ "punycode": "^2.1.1",
+ "universalify": "^0.2.0",
+ "url-parse": "^1.5.3"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tr46": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.0.tgz",
+ "integrity": "sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "punycode": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/ts-api-utils": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
+ "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18.12"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.8.4"
+ }
+ },
+ "node_modules/tsconfck": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.1.tgz",
+ "integrity": "sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "tsconfck": "bin/tsconfck.js"
+ },
+ "engines": {
+ "node": "^18 || >=20"
+ },
+ "peerDependencies": {
+ "typescript": "^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/tsconfig-paths-webpack-plugin": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.1.0.tgz",
+ "integrity": "sha512-xWFISjviPydmtmgeUAuXp4N1fky+VCtfhOkDUFIv5ea7p4wuTomI4QTrXvFBX2S4jZsmyTSrStQl+E+4w+RzxA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "chalk": "^4.1.0",
+ "enhanced-resolve": "^5.7.0",
+ "tsconfig-paths": "^4.1.2"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/tsconfig-paths-webpack-plugin/node_modules/tsconfig-paths": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
+ "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "json5": "^2.2.2",
+ "minimist": "^1.2.6",
+ "strip-bom": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tslib": {
+ "version": "2.8.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
+ "dev": true,
+ "license": "0BSD"
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.21.3",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/typedoc": {
+ "version": "0.28.1",
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.1.tgz",
+ "integrity": "sha512-Mn2VPNMaxoe/hlBiLriG4U55oyAa3Xo+8HbtEwV7F5WEOPXqtxzGuMZhJYHaqFJpajeQ6ZDUC2c990NAtTbdgw==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@gerrit0/mini-shiki": "^3.2.1",
+ "lunr": "^2.3.9",
+ "markdown-it": "^14.1.0",
+ "minimatch": "^9.0.5",
+ "yaml": "^2.7.0 "
+ },
+ "bin": {
+ "typedoc": "bin/typedoc"
+ },
+ "engines": {
+ "node": ">= 18",
+ "pnpm": ">= 10"
+ },
+ "peerDependencies": {
+ "typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x"
+ }
+ },
+ "node_modules/typescript": {
+ "version": "5.8.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
+ "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
+ "devOptional": true,
+ "license": "Apache-2.0",
+ "bin": {
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
+ },
+ "engines": {
+ "node": ">=14.17"
+ }
+ },
+ "node_modules/typescript-eslint": {
+ "version": "8.29.0",
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.29.0.tgz",
+ "integrity": "sha512-ep9rVd9B4kQsZ7ZnWCVxUE/xDLUUUsRzE0poAeNu+4CkFErLfuvPt/qtm2EpnSyfvsR0S6QzDFSrPCFBwf64fg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@typescript-eslint/eslint-plugin": "8.29.0",
+ "@typescript-eslint/parser": "8.29.0",
+ "@typescript-eslint/utils": "8.29.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.57.0 || ^9.0.0",
+ "typescript": ">=4.8.4 <5.9.0"
+ }
+ },
+ "node_modules/uc.micro": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
+ "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
+ "dev": true
+ },
+ "node_modules/undici-types": {
+ "version": "6.20.0",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
+ "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/universalify": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
+ "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/unrs-resolver": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.3.3.tgz",
+ "integrity": "sha512-PFLAGQzYlyjniXdbmQ3dnGMZJXX5yrl2YS4DLRfR3BhgUsE1zpRIrccp9XMOGRfIHpdFvCn/nr5N1KMVda4x3A==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/JounQin"
+ },
+ "optionalDependencies": {
+ "@unrs/resolver-binding-darwin-arm64": "1.3.3",
+ "@unrs/resolver-binding-darwin-x64": "1.3.3",
+ "@unrs/resolver-binding-freebsd-x64": "1.3.3",
+ "@unrs/resolver-binding-linux-arm-gnueabihf": "1.3.3",
+ "@unrs/resolver-binding-linux-arm-musleabihf": "1.3.3",
+ "@unrs/resolver-binding-linux-arm64-gnu": "1.3.3",
+ "@unrs/resolver-binding-linux-arm64-musl": "1.3.3",
+ "@unrs/resolver-binding-linux-ppc64-gnu": "1.3.3",
+ "@unrs/resolver-binding-linux-s390x-gnu": "1.3.3",
+ "@unrs/resolver-binding-linux-x64-gnu": "1.3.3",
+ "@unrs/resolver-binding-linux-x64-musl": "1.3.3",
+ "@unrs/resolver-binding-wasm32-wasi": "1.3.3",
+ "@unrs/resolver-binding-win32-arm64-msvc": "1.3.3",
+ "@unrs/resolver-binding-win32-ia32-msvc": "1.3.3",
+ "@unrs/resolver-binding-win32-x64-msvc": "1.3.3"
+ }
+ },
+ "node_modules/update-browserslist-db": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
+ "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "escalade": "^3.1.2",
+ "picocolors": "^1.0.1"
+ },
+ "bin": {
+ "update-browserslist-db": "cli.js"
+ },
+ "peerDependencies": {
+ "browserslist": ">= 4.21.0"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/url-parse": {
+ "version": "1.5.10",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
+ "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "querystringify": "^2.1.1",
+ "requires-port": "^1.0.0"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
+ },
+ "node_modules/vite": {
+ "version": "6.3.4",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.4.tgz",
+ "integrity": "sha512-BiReIiMS2fyFqbqNT/Qqt4CVITDU9M9vE+DKcVAsB+ZV0wvTKd+3hMbkpxz1b+NmEDMegpVbisKiAZOnvO92Sw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "esbuild": "^0.25.0",
+ "fdir": "^6.4.4",
+ "picomatch": "^4.0.2",
+ "postcss": "^8.5.3",
+ "rollup": "^4.34.9",
+ "tinyglobby": "^0.2.13"
+ },
+ "bin": {
+ "vite": "bin/vite.js"
+ },
+ "engines": {
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/vitejs/vite?sponsor=1"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.3"
+ },
+ "peerDependencies": {
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
+ "jiti": ">=1.21.0",
+ "less": "*",
+ "lightningcss": "^1.21.0",
+ "sass": "*",
+ "sass-embedded": "*",
+ "stylus": "*",
+ "sugarss": "*",
+ "terser": "^5.16.0",
+ "tsx": "^4.8.1",
+ "yaml": "^2.4.2"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "jiti": {
+ "optional": true
+ },
+ "less": {
+ "optional": true
+ },
+ "lightningcss": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ },
+ "sass-embedded": {
+ "optional": true
+ },
+ "stylus": {
+ "optional": true
+ },
+ "sugarss": {
+ "optional": true
+ },
+ "terser": {
+ "optional": true
+ },
+ "tsx": {
+ "optional": true
+ },
+ "yaml": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vite-node": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.0.9.tgz",
+ "integrity": "sha512-w3Gdx7jDcuT9cNn9jExXgOyKmf5UOTb6WMHz8LGAm54eS1Elf5OuBhCxl6zJxGhEeIkgsE1WbHuoL0mj/UXqXg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cac": "^6.7.14",
+ "debug": "^4.4.0",
+ "es-module-lexer": "^1.6.0",
+ "pathe": "^2.0.3",
+ "vite": "^5.0.0 || ^6.0.0"
+ },
+ "bin": {
+ "vite-node": "vite-node.mjs"
+ },
+ "engines": {
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ }
+ },
+ "node_modules/vite-tsconfig-paths": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz",
+ "integrity": "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "globrex": "^0.1.2",
+ "tsconfck": "^3.0.3"
+ },
+ "peerDependencies": {
+ "vite": "*"
+ },
+ "peerDependenciesMeta": {
+ "vite": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vitest": {
+ "version": "3.0.9",
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.0.9.tgz",
+ "integrity": "sha512-BbcFDqNyBlfSpATmTtXOAOj71RNKDDvjBM/uPfnxxVGrG+FSH2RQIwgeEngTaTkuU/h0ScFvf+tRcKfYXzBybQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vitest/expect": "3.0.9",
+ "@vitest/mocker": "3.0.9",
+ "@vitest/pretty-format": "^3.0.9",
+ "@vitest/runner": "3.0.9",
+ "@vitest/snapshot": "3.0.9",
+ "@vitest/spy": "3.0.9",
+ "@vitest/utils": "3.0.9",
+ "chai": "^5.2.0",
+ "debug": "^4.4.0",
+ "expect-type": "^1.1.0",
+ "magic-string": "^0.30.17",
+ "pathe": "^2.0.3",
+ "std-env": "^3.8.0",
+ "tinybench": "^2.9.0",
+ "tinyexec": "^0.3.2",
+ "tinypool": "^1.0.2",
+ "tinyrainbow": "^2.0.0",
+ "vite": "^5.0.0 || ^6.0.0",
+ "vite-node": "3.0.9",
+ "why-is-node-running": "^2.3.0"
+ },
+ "bin": {
+ "vitest": "vitest.mjs"
+ },
+ "engines": {
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/vitest"
+ },
+ "peerDependencies": {
+ "@edge-runtime/vm": "*",
+ "@types/debug": "^4.1.12",
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
+ "@vitest/browser": "3.0.9",
+ "@vitest/ui": "3.0.9",
+ "happy-dom": "*",
+ "jsdom": "*"
+ },
+ "peerDependenciesMeta": {
+ "@edge-runtime/vm": {
+ "optional": true
+ },
+ "@types/debug": {
+ "optional": true
+ },
+ "@types/node": {
+ "optional": true
+ },
+ "@vitest/browser": {
+ "optional": true
+ },
+ "@vitest/ui": {
+ "optional": true
+ },
+ "happy-dom": {
+ "optional": true
+ },
+ "jsdom": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vitest-canvas-mock": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/vitest-canvas-mock/-/vitest-canvas-mock-0.3.3.tgz",
+ "integrity": "sha512-3P968tYBpqYyzzOaVtqnmYjqbe13576/fkjbDEJSfQAkHtC5/UjuRHOhFEN/ZV5HVZIkaROBUWgazDKJ+Ibw+Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "jest-canvas-mock": "~2.5.2"
+ },
+ "peerDependencies": {
+ "vitest": "*"
+ }
+ },
+ "node_modules/w3c-xmlserializer": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
+ "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "xml-name-validator": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/watskeburt": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/watskeburt/-/watskeburt-4.1.0.tgz",
+ "integrity": "sha512-KkY5H51ajqy9HYYI+u9SIURcWnqeVVhdH0I+ab6aXPGHfZYxgRCwnR6Lm3+TYB6jJVt5jFqw4GAKmwf1zHmGQw==",
+ "dev": true,
+ "bin": {
+ "watskeburt": "dist/run-cli.js"
+ },
+ "engines": {
+ "node": "^18||>=20"
+ }
+ },
+ "node_modules/webfontloader": {
+ "version": "1.6.28",
+ "resolved": "https://registry.npmjs.org/webfontloader/-/webfontloader-1.6.28.tgz",
+ "integrity": "sha512-Egb0oFEga6f+nSgasH3E0M405Pzn6y3/9tOVanv/DLfa1YBIgcv90L18YyWnvXkRbIM17v5Kv6IT2N6g1x5tvQ==",
+ "license": "Apache-2.0"
+ },
+ "node_modules/webidl-conversions": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
+ "dev": true,
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/whatwg-encoding": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
+ "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "iconv-lite": "0.6.3"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/whatwg-encoding/node_modules/iconv-lite": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
+ "dev": true,
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/whatwg-mimetype": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
+ "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/whatwg-url": {
+ "version": "14.2.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
+ "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "tr46": "^5.1.0",
+ "webidl-conversions": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/why-is-node-running": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
+ "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "siginfo": "^2.0.0",
+ "stackback": "0.0.2"
+ },
+ "bin": {
+ "why-is-node-running": "cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^6.1.0",
+ "string-width": "^5.0.1",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs": {
+ "name": "wrap-ansi",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/ws": {
+ "version": "8.18.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
+ "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": ">=5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/xml-name-validator": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
+ "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/xmlchars": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yallist": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/yaml": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
+ "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "yaml": "bin.mjs"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/yargs": {
+ "version": "17.7.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/yargs/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/yargs/node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/yoctocolors-cjs": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
+ "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ }
}
diff --git a/package.json b/package.json
index 94d580a3ec9..7d1ba35154a 100644
--- a/package.json
+++ b/package.json
@@ -1,68 +1,72 @@
{
- "name": "pokemon-rogue-battle",
- "private": true,
- "version": "1.5.4",
- "type": "module",
- "scripts": {
- "start": "vite",
- "start:dev": "vite --mode development",
- "build": "vite build",
- "build:beta": "vite build --mode beta",
- "preview": "vite preview",
- "test": "vitest run --project pre && vitest run --project main",
- "test:cov": "vitest run --project pre && vitest run --project main --coverage",
- "test:watch": "vitest run --project pre && vitest watch --project main --coverage",
- "test:silent": "vitest run --project pre && vitest run --project main --silent",
- "typecheck": "tsc --noEmit",
- "eslint": "eslint --fix .",
- "eslint-ci": "eslint .",
- "docs": "typedoc",
- "depcruise": "depcruise src",
- "depcruise:graph": "depcruise src --output-type dot | node dependency-graph.js > dependency-graph.svg",
- "create-test": "node ./create-test-boilerplate.js",
- "postinstall": "npx lefthook install && npx lefthook run post-merge",
- "update-version:patch": "npm version patch --force --no-git-tag-version",
- "update-version:minor": "npm version minor --force --no-git-tag-version",
- "update-locales:remote": "git submodule update --progress --init --recursive --force --remote"
- },
- "devDependencies": {
- "@eslint/js": "^9.3.0",
- "@hpcc-js/wasm": "^2.18.0",
- "@stylistic/eslint-plugin-ts": "^2.6.0-beta.0",
- "@types/jsdom": "^21.1.7",
- "@types/node": "^20.12.13",
- "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.54",
- "@typescript-eslint/parser": "^8.0.0-alpha.54",
- "@vitest/coverage-istanbul": "^2.1.9",
- "dependency-cruiser": "^16.3.10",
- "eslint": "^9.7.0",
- "eslint-plugin-import-x": "^4.2.1",
- "inquirer": "^11.0.2",
- "jsdom": "^24.0.0",
- "lefthook": "^1.6.12",
- "msw": "^2.4.9",
- "phaser3spectorjs": "^0.0.8",
- "typedoc": "^0.26.4",
- "typescript": "^5.5.3",
- "typescript-eslint": "^8.0.0-alpha.54",
- "vite": "^5.4.14",
- "vite-tsconfig-paths": "^4.3.2",
- "vitest": "^2.1.9",
- "vitest-canvas-mock": "^0.3.3"
- },
- "dependencies": {
- "@material/material-color-utilities": "^0.2.7",
- "crypto-js": "^4.2.0",
- "i18next": "^23.11.1",
- "i18next-browser-languagedetector": "^7.2.1",
- "i18next-http-backend": "^2.6.1",
- "i18next-korean-postposition-processor": "^1.0.0",
- "json-stable-stringify": "^1.1.0",
- "jszip": "^3.10.1",
- "phaser": "^3.70.0",
- "phaser3-rex-plugins": "^1.1.84"
- },
- "engines": {
- "node": ">=20.0.0"
- }
+ "name": "pokemon-rogue-battle",
+ "private": true,
+ "version": "1.9.4",
+ "type": "module",
+ "scripts": {
+ "start": "vite",
+ "start:dev": "vite --mode development",
+ "build": "vite build",
+ "build:beta": "vite build --mode beta",
+ "preview": "vite preview",
+ "test": "vitest run --no-isolate",
+ "test:cov": "vitest run --coverage --no-isolate",
+ "test:watch": "vitest watch --coverage --no-isolate",
+ "test:silent": "vitest run --silent --no-isolate",
+ "typecheck": "tsc --noEmit",
+ "eslint": "eslint --fix .",
+ "eslint-ci": "eslint .",
+ "biome": "biome check --write --changed --no-errors-on-unmatched",
+ "biome-ci": "biome ci --diagnostic-level=error --reporter=github --changed --no-errors-on-unmatched",
+ "docs": "typedoc",
+ "depcruise": "depcruise src",
+ "depcruise:graph": "depcruise src --output-type dot | node dependency-graph.js > dependency-graph.svg",
+ "create-test": "node ./create-test-boilerplate.js",
+ "postinstall": "npx lefthook install && npx lefthook run post-merge",
+ "update-version:patch": "npm version patch --force --no-git-tag-version",
+ "update-version:minor": "npm version minor --force --no-git-tag-version",
+ "update-locales:remote": "git submodule update --progress --init --recursive --force --remote"
+ },
+ "devDependencies": {
+ "@biomejs/biome": "1.9.4",
+ "@eslint/js": "^9.23.0",
+ "@hpcc-js/wasm": "^2.22.4",
+ "@stylistic/eslint-plugin-ts": "^4.1.0",
+ "@types/jsdom": "^21.1.7",
+ "@types/node": "^22.13.14",
+ "@typescript-eslint/eslint-plugin": "^8.28.0",
+ "@typescript-eslint/parser": "^8.28.0",
+ "@vitest/coverage-istanbul": "^3.0.9",
+ "dependency-cruiser": "^16.3.10",
+ "eslint": "^9.23.0",
+ "eslint-plugin-import-x": "^4.9.4",
+ "inquirer": "^12.4.2",
+ "jsdom": "^26.0.0",
+ "lefthook": "^1.11.5",
+ "msw": "^2.7.3",
+ "phaser3spectorjs": "^0.0.8",
+ "typedoc": "^0.28.1",
+ "typescript": "^5.8.2",
+ "typescript-eslint": "^8.28.0",
+ "vite": "^6.3.4",
+ "vite-tsconfig-paths": "^5.1.4",
+ "vitest": "^3.0.9",
+ "vitest-canvas-mock": "^0.3.3"
+ },
+ "dependencies": {
+ "@material/material-color-utilities": "^0.2.7",
+ "compare-versions": "^6.1.1",
+ "crypto-js": "^4.2.0",
+ "i18next": "^24.2.2",
+ "i18next-browser-languagedetector": "^8.0.4",
+ "i18next-http-backend": "^3.0.2",
+ "i18next-korean-postposition-processor": "^1.0.0",
+ "json-stable-stringify": "^1.2.0",
+ "jszip": "^3.10.1",
+ "phaser": "^3.88.2",
+ "phaser3-rex-plugins": "^1.80.15"
+ },
+ "engines": {
+ "node": ">=22.0.0"
+ }
}
diff --git a/public/audio/bgm/battle_rival_3_afd.mp3 b/public/audio/bgm/battle_rival_3_afd.mp3
new file mode 100644
index 00000000000..6dec5c861c6
Binary files /dev/null and b/public/audio/bgm/battle_rival_3_afd.mp3 differ
diff --git a/public/audio/bgm/title_afd.mp3 b/public/audio/bgm/title_afd.mp3
new file mode 100644
index 00000000000..c427d86b397
Binary files /dev/null and b/public/audio/bgm/title_afd.mp3 differ
diff --git a/public/battle-anims/common-sandstorm.json b/public/battle-anims/common-sandstorm.json
index b5b2d29f54c..fba90a08645 100644
--- a/public/battle-anims/common-sandstorm.json
+++ b/public/battle-anims/common-sandstorm.json
@@ -542,6 +542,79 @@
"volume": 100,
"pitch": 55,
"eventType": "AnimTimedSoundEvent"
+ },
+ {
+ "frameIndex": 0,
+ "resourceName": "PRAS- Sandstorm",
+ "bgX": -50,
+ "bgY": 0,
+ "opacity": 0,
+ "duration": 5,
+ "eventType": "AnimTimedAddBgEvent"
+ },
+ {
+ "frameIndex": 0,
+ "resourceName": "",
+ "bgX": -50,
+ "bgY": 0,
+ "opacity": 96,
+ "duration": 3,
+ "eventType": "AnimTimedUpdateBgEvent"
+ }
+ ],
+ "3": [
+ {
+ "frameIndex": 3,
+ "resourceName": "",
+ "bgX": -25,
+ "bgY": 0,
+ "opacity": 128,
+ "duration": 3,
+ "eventType": "AnimTimedUpdateBgEvent"
+ }
+ ],
+ "6": [
+ {
+ "frameIndex": 6,
+ "resourceName": "",
+ "bgX": 0,
+ "bgY": 0,
+ "opacity": 192,
+ "duration": 3,
+ "eventType": "AnimTimedUpdateBgEvent"
+ }
+ ],
+ "9": [
+ {
+ "frameIndex": 9,
+ "resourceName": "",
+ "bgX": 25,
+ "bgY": 0,
+ "opacity": 128,
+ "duration": 3,
+ "eventType": "AnimTimedUpdateBgEvent"
+ }
+ ],
+ "12": [
+ {
+ "frameIndex": 12,
+ "resourceName": "",
+ "bgX": 50,
+ "bgY": 0,
+ "opacity": 96,
+ "duration": 3,
+ "eventType": "AnimTimedUpdateBgEvent"
+ }
+ ],
+ "15": [
+ {
+ "frameIndex": 15,
+ "resourceName": "",
+ "bgX": 50,
+ "bgY": 0,
+ "opacity": 0,
+ "duration": 3,
+ "eventType": "AnimTimedUpdateBgEvent"
}
]
},
diff --git a/public/battle-anims/common-terastallize.json b/public/battle-anims/common-terastallize.json
new file mode 100644
index 00000000000..3843464dbde
--- /dev/null
+++ b/public/battle-anims/common-terastallize.json
@@ -0,0 +1,774 @@
+{
+ "graphic": "terastallize",
+ "frames": [
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 0,
+ "opacity": 150,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 0,
+ "opacity": 225,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 70,
+ "zoomY": 70,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 70,
+ "zoomY": 70,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 90,
+ "zoomY": 90,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 90,
+ "zoomY": 90,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 255,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 200,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 100,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 100,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 60,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 60,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ },
+ {
+ "x": 0,
+ "y": -20,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 2,
+ "graphicFrame": 1,
+ "opacity": 60,
+ "priority": 1,
+ "focus": 2
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 100,
+ 100,
+ 100,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 255,
+ 255,
+ 255,
+ 0
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ],
+ [
+ {
+ "x": 0,
+ "y": 0,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 0,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "tone": [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ "locked": true,
+ "priority": 1,
+ "focus": 2
+ },
+ {
+ "x": 128,
+ "y": -64,
+ "zoomX": 100,
+ "zoomY": 100,
+ "visible": true,
+ "target": 1,
+ "graphicFrame": 0,
+ "opacity": 255,
+ "locked": true,
+ "priority": 1,
+ "focus": 1
+ }
+ ]
+ ],
+ "frameTimedEvents": {},
+ "position": 4,
+ "hue": 0
+}
\ No newline at end of file
diff --git a/public/battle-anims/psychic.json b/public/battle-anims/psychic.json
index 5ad4898de5a..72161ff9aff 100644
--- a/public/battle-anims/psychic.json
+++ b/public/battle-anims/psychic.json
@@ -1,6 +1,6 @@
{
"id": 94,
- "graphic": "PRAS- PsychicBG",
+ "graphic": "PRAS- Psychic BG",
"frames": [
[
{
diff --git a/public/exp-sprites.json b/public/exp-sprites.json
index 947bffd399d..5580bb5cb7d 100644
--- a/public/exp-sprites.json
+++ b/public/exp-sprites.json
@@ -13,10 +13,10 @@
"1005",
"1006",
"1006",
- "1007-apex",
- "1007-apex",
- "1008-ultimate",
- "1008-ultimate",
+ "1007-apex-build-Disabled",
+ "1007-apex-build-Disabled",
+ "1008-ultimate-mode-Disabled",
+ "1008-ultimate-mode-Disabled",
"115-mega",
"115-mega",
"127-mega",
@@ -179,13 +179,13 @@
"483-origin",
"484-origin",
"484-origin",
- "487-origin",
- "487-origin",
"531-mega",
"531-mega",
- "6-mega",
- "6-mega",
+ "569-gigantamax",
+ "569-gigantamax",
"6-mega-x",
+ "6-mega-x",
+ "6-mega-y",
"6-mega-y",
"6058",
"6058",
@@ -201,6 +201,8 @@
"6211",
"6215",
"6215",
+ "6215f",
+ "6215f",
"65-mega",
"65-mega",
"650",
@@ -259,10 +261,10 @@
"666-fancy",
"666-garden",
"666-garden",
- "666-high",
- "666-high",
- "666-icy",
- "666-icy",
+ "666-high-plains",
+ "666-high-plains",
+ "666-icy-snow",
+ "666-icy-snow",
"666-jungle",
"666-jungle",
"666-marine",
@@ -275,8 +277,8 @@
"666-monsoon",
"666-ocean",
"666-ocean",
- "666-poke",
- "666-poke",
+ "666-poke-ball",
+ "666-poke-ball",
"666-polar",
"666-polar",
"666-river",
@@ -291,8 +293,8 @@
"666-tundra",
"667",
"667",
- "668-female",
- "668-female",
+ "668f",
+ "668f",
"668",
"668",
"669-blue",
@@ -337,8 +339,6 @@
"6724",
"673",
"673",
- "674",
- "674",
"675",
"675",
"676",
@@ -381,16 +381,12 @@
"692",
"693",
"693",
- "694",
- "694",
"695",
"695",
"696",
"696",
"697",
"697",
- "698",
- "698",
"699",
"699",
"700",
@@ -399,18 +395,12 @@
"701",
"702",
"702",
- "703",
- "703",
"704",
"704",
"705",
"705",
"706",
"706",
- "707",
- "707",
- "708",
- "708",
"709",
"709",
"710",
@@ -421,8 +411,6 @@
"712",
"713",
"713",
- "714",
- "714",
"715",
"715",
"716-active",
@@ -431,16 +419,10 @@
"716-neutral",
"717",
"717",
- "718-10",
- "718-10",
"718-complete",
"718-complete",
- "718",
- "718",
"719-mega",
"719-mega",
- "719",
- "719",
"720-unbound",
"720-unbound",
"720",
@@ -629,12 +611,6 @@
"780",
"781",
"781",
- "782",
- "782",
- "783",
- "783",
- "784",
- "784",
"785",
"785",
"786",
@@ -711,6 +687,8 @@
"814",
"815",
"815",
+ "815-gigantamax",
+ "815-gigantamax",
"816",
"816",
"817",
@@ -761,6 +739,8 @@
"838",
"839",
"839",
+ "839-gigantamax",
+ "839-gigantamax",
"840",
"840",
"841",
@@ -837,8 +817,8 @@
"873",
"874",
"874",
- "875-no",
- "875-no",
+ "875-no-ice",
+ "875-no-ice",
"875",
"875",
"876-female",
@@ -975,26 +955,26 @@
"929",
"930",
"930",
- "931-blue",
- "931-blue",
- "931-green",
- "931-green",
- "931-white",
- "931-white",
- "931-yellow",
- "931-yellow",
+ "931-blue-plumage-Disabled",
+ "931-blue-plumage-Disabled",
+ "931-green-plumage-Disabled",
+ "931-green-plumage-Disabled",
+ "931-white-plumage-Disabled",
+ "931-white-plumage-Disabled",
+ "931-yellow-plumage-Disabled",
+ "931-yellow-plumage-Disabled",
"932",
"932",
"933",
"933",
"934",
"934",
- "935",
- "935",
- "936",
- "936",
- "937",
- "937",
+ "935-Disabled",
+ "935-Disabled",
+ "936-Disabled",
+ "936-Disabled",
+ "937-Disabled",
+ "937-Disabled",
"938",
"938",
"939",
@@ -1085,8 +1065,8 @@
"978-droopy",
"978-stretchy",
"978-stretchy",
- "979",
- "979",
+ "979-Disabled",
+ "979-Disabled",
"980",
"980",
"981",
@@ -1145,10 +1125,10 @@
"1005b",
"1006b",
"1006b",
- "1007b-apex",
- "1007b-apex",
- "1008b-ultimate",
- "1008b-ultimate",
+ "1007b-apex-build-Disabled",
+ "1007b-apex-build-Disabled",
+ "1008b-ultimate-mode-Disabled",
+ "1008b-ultimate-mode-Disabled",
"115b-mega",
"115b-mega",
"127b-mega",
@@ -1311,13 +1291,13 @@
"483b-origin",
"484b-origin",
"484b-origin",
- "487b-origin",
- "487b-origin",
"531b-mega",
"531b-mega",
- "6b-mega",
- "6b-mega",
+ "569b-gigantamax",
+ "569b-gigantamax",
"6b-mega-x",
+ "6b-mega-x",
+ "6b-mega-y",
"6b-mega-y",
"6058b",
"6058b",
@@ -1333,6 +1313,8 @@
"6211b",
"6215b",
"6215b",
+ "6215bf",
+ "6215bf",
"65b-mega",
"65b-mega",
"650b",
@@ -1391,10 +1373,10 @@
"666b-fancy",
"666b-garden",
"666b-garden",
- "666b-high",
- "666b-high",
- "666b-icy",
- "666b-icy",
+ "666b-high-plains",
+ "666b-high-plains",
+ "666b-icy-snow",
+ "666b-icy-snow",
"666b-jungle",
"666b-jungle",
"666b-marine",
@@ -1407,8 +1389,8 @@
"666b-monsoon",
"666b-ocean",
"666b-ocean",
- "666b-poke",
- "666b-poke",
+ "666b-poke-ball",
+ "666b-poke-ball",
"666b-polar",
"666b-polar",
"666b-river",
@@ -1423,8 +1405,8 @@
"666b-tundra",
"667b",
"667b",
- "668b-female",
- "668b-female",
+ "668bf",
+ "668bf",
"668b",
"668b",
"669b-blue",
@@ -1469,8 +1451,6 @@
"6724b",
"673b",
"673b",
- "674b",
- "674b",
"675b",
"675b",
"676b",
@@ -1513,16 +1493,12 @@
"692b",
"693b",
"693b",
- "694b",
- "694b",
"695b",
"695b",
"696b",
"696b",
"697b",
"697b",
- "698b",
- "698b",
"699b",
"699b",
"700b",
@@ -1531,18 +1507,12 @@
"701b",
"702b",
"702b",
- "703b",
- "703b",
"704b",
"704b",
"705b",
"705b",
"706b",
"706b",
- "707b",
- "707b",
- "708b",
- "708b",
"709b",
"709b",
"710b",
@@ -1553,8 +1523,6 @@
"712b",
"713b",
"713b",
- "714b",
- "714b",
"715b",
"715b",
"716b-active",
@@ -1563,16 +1531,10 @@
"716b-neutral",
"717b",
"717b",
- "718b-10",
- "718b-10",
"718b-complete",
"718b-complete",
- "718b",
- "718b",
"719b-mega",
"719b-mega",
- "719b",
- "719b",
"720b-unbound",
"720b-unbound",
"720b",
@@ -1761,12 +1723,6 @@
"780b",
"781b",
"781b",
- "782b",
- "782b",
- "783b",
- "783b",
- "784b",
- "784b",
"785b",
"785b",
"786b",
@@ -1843,6 +1799,8 @@
"814b",
"815b",
"815b",
+ "815b-gigantamax",
+ "815b-gigantamax",
"816b",
"816b",
"817b",
@@ -1893,6 +1851,8 @@
"838b",
"839b",
"839b",
+ "839b-gigantamax",
+ "839b-gigantamax",
"840b",
"840b",
"841b",
@@ -1969,8 +1929,8 @@
"873b",
"874b",
"874b",
- "875b-no",
- "875b-no",
+ "875b-no-ice",
+ "875b-no-ice",
"875b",
"875b",
"876b-female",
@@ -2109,26 +2069,26 @@
"929b",
"930b",
"930b",
- "931b-blue",
- "931b-blue",
- "931b-green",
- "931b-green",
- "931b-white",
- "931b-white",
- "931b-yellow",
- "931b-yellow",
+ "931b-blue-plumage-Disabled",
+ "931b-blue-plumage-Disabled",
+ "931b-green-plumage-Disabled",
+ "931b-green-plumage-Disabled",
+ "931b-white-plumage-Disabled",
+ "931b-white-plumage-Disabled",
+ "931b-yellow-plumage-Disabled",
+ "931b-yellow-plumage-Disabled",
"932b",
"932b",
"933b",
"933b",
"934b",
"934b",
- "935b",
- "935b",
- "936b",
- "936b",
- "937b",
- "937b",
+ "935b-Disabled",
+ "935b-Disabled",
+ "936b-Disabled",
+ "936b-Disabled",
+ "937b-Disabled",
+ "937b-Disabled",
"938b",
"938b",
"939b",
@@ -2219,8 +2179,6 @@
"978b-droopy",
"978b-stretchy",
"978b-stretchy",
- "979b",
- "979b",
"980b",
"980b",
"981b",
@@ -2279,10 +2237,10 @@
"1005sb",
"1006sb",
"1006sb",
- "1007sb-apex",
- "1007sb-apex",
- "1008sb-ultimate",
- "1008sb-ultimate",
+ "1007sb-apex-build-Disabled",
+ "1007sb-apex-build-Disabled",
+ "1008sb-ultimate-mode-Disabled",
+ "1008sb-ultimate-mode-Disabled",
"115sb-mega",
"115sb-mega",
"127sb-mega",
@@ -2445,10 +2403,10 @@
"483sb-origin",
"484sb-origin",
"484sb-origin",
- "487sb-origin",
- "487sb-origin",
"531sb-mega",
"531sb-mega",
+ "569sb-gigantamax",
+ "569sb-gigantamax",
"6sb-mega",
"6sb-mega",
"6sb-mega-x",
@@ -2467,6 +2425,8 @@
"6211sb",
"6215sb",
"6215sb",
+ "6215sbf",
+ "6215sbf",
"65sb-mega",
"65sb-mega",
"650sb",
@@ -2525,10 +2485,10 @@
"666sb-fancy",
"666sb-garden",
"666sb-garden",
- "666sb-high",
- "666sb-high",
- "666sb-icy",
- "666sb-icy",
+ "666sb-high-plains",
+ "666sb-high-plains",
+ "666sb-icy-snow",
+ "666sb-icy-snow",
"666sb-jungle",
"666sb-jungle",
"666sb-marine",
@@ -2541,8 +2501,8 @@
"666sb-monsoon",
"666sb-ocean",
"666sb-ocean",
- "666sb-poke",
- "666sb-poke",
+ "666sb-poke-ball",
+ "666sb-poke-ball",
"666sb-polar",
"666sb-polar",
"666sb-river",
@@ -2559,6 +2519,8 @@
"667sb",
"668sb",
"668sb",
+ "668sbf",
+ "668sbf",
"669sb-blue",
"669sb-blue",
"669sb-orange",
@@ -2601,8 +2563,6 @@
"6724sb",
"673sb",
"673sb",
- "674sb",
- "674sb",
"675sb",
"675sb",
"676sb",
@@ -2645,16 +2605,12 @@
"692sb",
"693sb",
"693sb",
- "694sb",
- "694sb",
"695sb",
"695sb",
"696sb",
"696sb",
"697sb",
"697sb",
- "698sb",
- "698sb",
"699sb",
"699sb",
"700sb",
@@ -2663,18 +2619,12 @@
"701sb",
"702sb",
"702sb",
- "703sb",
- "703sb",
"704sb",
"704sb",
"705sb",
"705sb",
"706sb",
"706sb",
- "707sb",
- "707sb",
- "708sb",
- "708sb",
"709sb",
"709sb",
"710sb",
@@ -2685,8 +2635,6 @@
"712sb",
"713sb",
"713sb",
- "714sb",
- "714sb",
"715sb",
"715sb",
"716sb-active",
@@ -2695,16 +2643,10 @@
"716sb-neutral",
"717sb",
"717sb",
- "718sb-10",
- "718sb-10",
"718sb-complete",
"718sb-complete",
- "718sb",
- "718sb",
"719sb-mega",
"719sb-mega",
- "719sb",
- "719sb",
"720sb-unbound",
"720sb-unbound",
"720sb",
@@ -2893,12 +2835,6 @@
"780sb",
"781sb",
"781sb",
- "782sb",
- "782sb",
- "783sb",
- "783sb",
- "784sb",
- "784sb",
"785sb",
"785sb",
"786sb",
@@ -2975,6 +2911,8 @@
"814sb",
"815sb",
"815sb",
+ "815sb-gigantamax",
+ "815sb-gigantamax",
"816sb",
"816sb",
"817sb",
@@ -3025,6 +2963,8 @@
"838sb",
"839sb",
"839sb",
+ "839sb-gigantamax",
+ "839sb-gigantamax",
"840sb",
"840sb",
"841sb",
@@ -3101,8 +3041,8 @@
"873sb",
"874sb",
"874sb",
- "875sb-no",
- "875sb-no",
+ "875sb-no-ice",
+ "875sb-no-ice",
"875sb",
"875sb",
"876sb-female",
@@ -3241,26 +3181,26 @@
"929sb",
"930sb",
"930sb",
- "931sb-blue",
- "931sb-blue",
- "931sb-green",
- "931sb-green",
- "931sb-white",
- "931sb-white",
- "931sb-yellow",
- "931sb-yellow",
+ "931sb-blue-plumage-Disabled",
+ "931sb-blue-plumage-Disabled",
+ "931sb-green-plumage-Disabled",
+ "931sb-green-plumage-Disabled",
+ "931sb-white-plumage-Disabled",
+ "931sb-white-plumage-Disabled",
+ "931sb-yellow-plumage-Disabled",
+ "931sb-yellow-plumage-Disabled",
"932sb",
"932sb",
"933sb",
"933sb",
"934sb",
"934sb",
- "935sb",
- "935sb",
- "936sb",
- "936sb",
- "937sb",
- "937sb",
+ "935sb-Disabled",
+ "935sb-Disabled",
+ "936sb-Disabled",
+ "936sb-Disabled",
+ "937sb-Disabled",
+ "937sb-Disabled",
"938sb",
"938sb",
"939sb",
@@ -3351,8 +3291,6 @@
"978sb-droopy",
"978sb-stretchy",
"978sb-stretchy",
- "979sb",
- "979sb",
"980sb",
"980sb",
"981sb",
@@ -3416,10 +3354,10 @@
"1005s",
"1006s",
"1006s",
- "1007s-apex",
- "1007s-apex",
- "1008s-ultimate",
- "1008s-ultimate",
+ "1007s-apex-build-Disabled",
+ "1007s-apex-build-Disabled",
+ "1008s-ultimate-mode-Disabled",
+ "1008s-ultimate-mode-Disabled",
"115s-mega",
"115s-mega",
"127s-mega",
@@ -3582,10 +3520,10 @@
"483s-origin",
"484s-origin",
"484s-origin",
- "487s-origin",
- "487s-origin",
"531s-mega",
"531s-mega",
+ "569s-gigantamax",
+ "569s-gigantamax",
"6s-mega",
"6s-mega",
"6s-mega-x",
@@ -3604,6 +3542,8 @@
"6211s",
"6215s",
"6215s",
+ "6215sf",
+ "6215sf",
"65s-mega",
"65s-mega",
"650s",
@@ -3662,10 +3602,10 @@
"666s-fancy",
"666s-garden",
"666s-garden",
- "666s-high",
- "666s-high",
- "666s-icy",
- "666s-icy",
+ "666s-high-plains",
+ "666s-high-plains",
+ "666s-icy-snow",
+ "666s-icy-snow",
"666s-jungle",
"666s-jungle",
"666s-marine",
@@ -3678,8 +3618,8 @@
"666s-monsoon",
"666s-ocean",
"666s-ocean",
- "666s-poke",
- "666s-poke",
+ "666s-poke-ball",
+ "666s-poke-ball",
"666s-polar",
"666s-polar",
"666s-river",
@@ -3694,8 +3634,8 @@
"666s-tundra",
"667s",
"667s",
- "668s-female",
- "668s-female",
+ "668sf",
+ "668sf",
"668s",
"668s",
"669s-blue",
@@ -3740,8 +3680,6 @@
"6724s",
"673s",
"673s",
- "674s",
- "674s",
"675s",
"675s",
"676s",
@@ -3784,16 +3722,12 @@
"692s",
"693s",
"693s",
- "694s",
- "694s",
"695s",
"695s",
"696s",
"696s",
"697s",
"697s",
- "698s",
- "698s",
"699s",
"699s",
"700s",
@@ -3802,18 +3736,12 @@
"701s",
"702s",
"702s",
- "703s",
- "703s",
"704s",
"704s",
"705s",
"705s",
"706s",
"706s",
- "707s",
- "707s",
- "708s",
- "708s",
"709s",
"709s",
"710s",
@@ -3824,8 +3752,6 @@
"712s",
"713s",
"713s",
- "714s",
- "714s",
"715s",
"715s",
"716s-active",
@@ -3834,16 +3760,10 @@
"716s-neutral",
"717s",
"717s",
- "718s-10",
- "718s-10",
"718s-complete",
"718s-complete",
- "718s",
- "718s",
"719s-mega",
"719s-mega",
- "719s",
- "719s",
"720s-unbound",
"720s-unbound",
"720s",
@@ -4032,12 +3952,6 @@
"780s",
"781s",
"781s",
- "782s",
- "782s",
- "783s",
- "783s",
- "784s",
- "784s",
"785s",
"785s",
"786s",
@@ -4114,6 +4028,8 @@
"814s",
"815s",
"815s",
+ "815s-gigantamax",
+ "815s-gigantamax",
"816s",
"816s",
"817s",
@@ -4164,6 +4080,8 @@
"838s",
"839s",
"839s",
+ "839s-gigantamax",
+ "839s-gigantamax",
"840s",
"840s",
"841s",
@@ -4240,8 +4158,8 @@
"873s",
"874s",
"874s",
- "875s-no",
- "875s-no",
+ "875s-no-ice",
+ "875s-no-ice",
"875s",
"875s",
"876s-female",
@@ -4380,26 +4298,26 @@
"929s",
"930s",
"930s",
- "931s-blue",
- "931s-blue",
- "931s-green",
- "931s-green",
- "931s-white",
- "931s-white",
- "931s-yellow",
- "931s-yellow",
+ "931s-blue-plumage-Disabled",
+ "931s-blue-plumage-Disabled",
+ "931s-green-plumage-Disabled",
+ "931s-green-plumage-Disabled",
+ "931s-white-plumage-Disabled",
+ "931s-white-plumage-Disabled",
+ "931s-yellow-plumage-Disabled",
+ "931s-yellow-plumage-Disabled",
"932s",
"932s",
"933s",
"933s",
"934s",
"934s",
- "935s",
- "935s",
- "936s",
- "936s",
- "937s",
- "937s",
+ "935s-Disabled",
+ "935s-Disabled",
+ "936s-Disabled",
+ "936s-Disabled",
+ "937s-Disabled",
+ "937s-Disabled",
"938s",
"938s",
"939s",
@@ -4490,8 +4408,8 @@
"978s-droopy",
"978s-stretchy",
"978s-stretchy",
- "979s",
- "979s",
+ "979s-Disabled",
+ "979s-Disabled",
"980s",
"980s",
"981s",
@@ -4539,11 +4457,10 @@
"1000",
"1001",
"1004",
- "1007-apex",
- "1007-apex",
- "1007-apex",
- "1007-apex",
- "1008-ultimate",
+ "1007-apex-build-Disabled",
+ "1007-apex-build-Disabled",
+ "1008-ultimate-mode-Disabled",
+ "1008-ultimate-mode-Disabled",
"127-mega",
"142-mega",
"150-mega",
@@ -4587,6 +4504,7 @@
"475-mega_3",
"475-mega_3",
"6215",
+ "6215f",
"653",
"654",
"6549",
@@ -4598,19 +4516,15 @@
"666-archipelago",
"666-continental",
"666-elegant",
- "666-fancy_2",
- "666-fancy_2",
- "666-fancy_3",
- "666-fancy_3",
+ "666-fancy",
+ "666-fancy",
"666-garden",
"666-high",
- "666-icy",
+ "666-icy-snow",
"666-jungle",
"666-marine",
- "666-meadow_2",
- "666-meadow_2",
- "666-meadow_3",
- "666-meadow_3",
+ "666-meadow",
+ "666-meadow",
"666-modern",
"666-monsoon",
"666-ocean",
@@ -4619,8 +4533,6 @@
"666-poke",
"666-polar",
"666-river",
- "666-river_2",
- "666-river_2",
"666-sandstorm",
"666-savanna",
"666-sun",
@@ -4641,7 +4553,6 @@
"705_3",
"705_3",
"706",
- "708",
"709",
"710",
"711",
@@ -4656,8 +4567,6 @@
"728",
"729",
"730",
- "730_2",
- "730_2",
"747",
"748",
"753",
@@ -4758,21 +4667,21 @@
"933_3",
"933_3",
"934",
- "935",
- "935_3",
- "935_3",
- "936_1",
- "936_1",
- "936_2",
- "936_2",
- "936_3",
- "936_3",
- "937_1",
- "937_1",
- "937_2",
- "937_2",
- "937_3",
- "937_3",
+ "935-Disabled",
+ "935_3-Disabled",
+ "935_3-Disabled",
+ "936_1-Disabled",
+ "936_1-Disabled",
+ "936_2-Disabled",
+ "936_2-Disabled",
+ "936_3-Disabled",
+ "936_3-Disabled",
+ "937_1-Disabled",
+ "937_1-Disabled",
+ "937_2-Disabled",
+ "937_2-Disabled",
+ "937_3-Disabled",
+ "937_3-Disabled",
"94-mega_1",
"94-mega_1",
"94-mega_2",
@@ -4815,17 +4724,20 @@
"1000b",
"1001b",
"1004b",
- "1007b-apex",
- "1007b-apex",
- "1007b-apex",
- "1007b-apex",
- "1008b-ultimate",
+ "1007b-apex-build-Disabled",
+ "1007b-apex-build-Disabled",
+ "1008b-ultimate-mode-Disabled",
+ "1008b-ultimate-mode-Disabled",
"127b-mega",
"142b-mega",
"150b-mega",
"150b-mega",
"181b-mega",
"212b-mega",
+ "248b-mega",
+ "248b-mega",
+ "257b-mega",
+ "257b-mega",
"282b-mega",
"3b-mega_2",
"3b-mega_2",
@@ -4856,6 +4768,7 @@
"475b-mega_3",
"475b-mega_3",
"6215b",
+ "6215bf",
"653b",
"654b",
"6549b",
@@ -4866,86 +4779,46 @@
"665b",
"665_2b",
"665_2b",
- "666b-archipelago_2",
- "666b-archipelago_2",
- "666b-archipelago_3",
- "666b-archipelago_3",
- "666b-continental_2",
- "666b-continental_2",
- "666b-continental_3",
- "666b-continental_3",
- "666b-elegant_2",
- "666b-elegant_2",
- "666b-elegant_3",
- "666b-elegant_3",
- "666b-fancy_2",
- "666b-fancy_2",
- "666b-fancy_3",
- "666b-fancy_3",
- "666b-garden_2",
- "666b-garden_2",
- "666b-garden_3",
- "666b-garden_3",
- "666b-high",
- "666b-high",
- "666b-high",
- "666b-high",
- "666b-icy",
- "666b-icy",
- "666b-icy",
- "666b-icy",
- "666b-jungle_2",
- "666b-jungle_2",
- "666b-jungle_3",
- "666b-jungle_3",
- "666b-marine_2",
- "666b-marine_2",
- "666b-marine_3",
- "666b-marine_3",
- "666b-meadow_2",
- "666b-meadow_2",
- "666b-meadow_3",
- "666b-meadow_3",
- "666b-modern_2",
- "666b-modern_2",
- "666b-modern_3",
- "666b-modern_3",
- "666b-monsoon_2",
- "666b-monsoon_2",
- "666b-monsoon_3",
- "666b-monsoon_3",
- "666b-ocean_2",
- "666b-ocean_2",
- "666b-ocean_3",
- "666b-ocean_3",
- "666b-poke",
- "666b-poke",
- "666b-poke",
- "666b-poke",
- "666b-polar_2",
- "666b-polar_2",
- "666b-polar_3",
- "666b-polar_3",
- "666b-river_2",
- "666b-river_2",
- "666b-river_3",
- "666b-river_3",
- "666b-sandstorm_2",
- "666b-sandstorm_2",
- "666b-sandstorm_3",
- "666b-sandstorm_3",
- "666b-savanna_2",
- "666b-savanna_2",
- "666b-savanna_3",
- "666b-savanna_3",
- "666b-sun_2",
- "666b-sun_2",
- "666b-sun_3",
- "666b-sun_3",
- "666b-tundra_2",
- "666b-tundra_2",
- "666b-tundra_3",
- "666b-tundra_3",
+ "666b-archipelago",
+ "666b-archipelago",
+ "666b-continental",
+ "666b-continental",
+ "666b-elegant",
+ "666b-elegant",
+ "666b-fancy",
+ "666b-fancy",
+ "666b-garden",
+ "666b-garden",
+ "666b-high-plains",
+ "666b-high-plains",
+ "666b-icy-snow",
+ "666b-icy-snow",
+ "666b-jungle",
+ "666b-jungle",
+ "666b-marine",
+ "666b-marine",
+ "666b-meadow",
+ "666b-meadow",
+ "666b-modern",
+ "666b-modern",
+ "666b-monsoon",
+ "666b-monsoon",
+ "666b-ocean",
+ "666b-ocean",
+ "666b-poke-ball",
+ "666b-poke-ball",
+ "666b-polar",
+ "666b-polar",
+ "666b-river",
+ "666b-river",
+ "666b-sandstorm",
+ "666b-sandstorm",
+ "666b-savanna",
+ "666b-savanna",
+ "666b-sun",
+ "666b-sun",
+ "666b-tundra",
+ "666b-tundra",
"6705b",
"6706_2b",
"6706_2b",
@@ -4957,7 +4830,6 @@
"704b",
"705b",
"706b",
- "708b",
"709b",
"710b",
"711b",
@@ -5016,24 +4888,24 @@
"932b",
"933b",
"934b",
- "935_1b",
- "935_1b",
- "935_2b",
- "935_2b",
- "935_3b",
- "935_3b",
- "936_1b",
- "936_1b",
- "936_2b",
- "936_2b",
- "936_3b",
- "936_3b",
- "937_1b",
- "937_1b",
- "937_2b",
- "937_2b",
- "937_3b",
- "937_3b",
+ "935_1b-Disabled",
+ "935_1b-Disabled",
+ "935_2b-Disabled",
+ "935_2b-Disabled",
+ "935_3b-Disabled",
+ "935_3b-Disabled",
+ "936_1b-Disabled",
+ "936_1b-Disabled",
+ "936_2b-Disabled",
+ "936_2b-Disabled",
+ "936_3b-Disabled",
+ "936_3b-Disabled",
+ "937_1b-Disabled",
+ "937_1b-Disabled",
+ "937_2b-Disabled",
+ "937_2b-Disabled",
+ "937_3b-Disabled",
+ "937_3b-Disabled",
"94b-mega",
"948b",
"949b",
diff --git a/public/images/battle_anims/terastallize.png b/public/images/battle_anims/terastallize.png
new file mode 100644
index 00000000000..78fbb7ec335
Binary files /dev/null and b/public/images/battle_anims/terastallize.png differ
diff --git a/public/images/events/aprf25-de.png b/public/images/events/aprf25-de.png
new file mode 100644
index 00000000000..d4bb7ebdc50
Binary files /dev/null and b/public/images/events/aprf25-de.png differ
diff --git a/public/images/events/aprf25-en.png b/public/images/events/aprf25-en.png
new file mode 100644
index 00000000000..8f7268b01b6
Binary files /dev/null and b/public/images/events/aprf25-en.png differ
diff --git a/public/images/events/aprf25-es-ES.png b/public/images/events/aprf25-es-ES.png
new file mode 100644
index 00000000000..a6136a2c8de
Binary files /dev/null and b/public/images/events/aprf25-es-ES.png differ
diff --git a/public/images/events/aprf25-es-MX.png b/public/images/events/aprf25-es-MX.png
new file mode 100644
index 00000000000..a6136a2c8de
Binary files /dev/null and b/public/images/events/aprf25-es-MX.png differ
diff --git a/public/images/events/aprf25-fr.png b/public/images/events/aprf25-fr.png
new file mode 100644
index 00000000000..c68264c75dd
Binary files /dev/null and b/public/images/events/aprf25-fr.png differ
diff --git a/public/images/events/aprf25-it.png b/public/images/events/aprf25-it.png
new file mode 100644
index 00000000000..01bc0d2a1f0
Binary files /dev/null and b/public/images/events/aprf25-it.png differ
diff --git a/public/images/events/aprf25-ja.png b/public/images/events/aprf25-ja.png
new file mode 100644
index 00000000000..c6b62a3672e
Binary files /dev/null and b/public/images/events/aprf25-ja.png differ
diff --git a/public/images/events/aprf25-ko.png b/public/images/events/aprf25-ko.png
new file mode 100644
index 00000000000..bcc87e33ac1
Binary files /dev/null and b/public/images/events/aprf25-ko.png differ
diff --git a/public/images/events/aprf25-pt-BR.png b/public/images/events/aprf25-pt-BR.png
new file mode 100644
index 00000000000..f56f5b5c1e9
Binary files /dev/null and b/public/images/events/aprf25-pt-BR.png differ
diff --git a/public/images/events/aprf25-zh-CN.png b/public/images/events/aprf25-zh-CN.png
new file mode 100644
index 00000000000..57b2c3ec5be
Binary files /dev/null and b/public/images/events/aprf25-zh-CN.png differ
diff --git a/public/images/events/pkmnday2025event-de.png b/public/images/events/pkmnday2025event-de.png
new file mode 100644
index 00000000000..4cc53546752
Binary files /dev/null and b/public/images/events/pkmnday2025event-de.png differ
diff --git a/public/images/events/pkmnday2025event-en.png b/public/images/events/pkmnday2025event-en.png
new file mode 100644
index 00000000000..e9caa9e19d6
Binary files /dev/null and b/public/images/events/pkmnday2025event-en.png differ
diff --git a/public/images/events/pkmnday2025event-es-ES.png b/public/images/events/pkmnday2025event-es-ES.png
new file mode 100644
index 00000000000..e1ab096dffc
Binary files /dev/null and b/public/images/events/pkmnday2025event-es-ES.png differ
diff --git a/public/images/events/pkmnday2025event-fr.png b/public/images/events/pkmnday2025event-fr.png
new file mode 100644
index 00000000000..037d1e06e61
Binary files /dev/null and b/public/images/events/pkmnday2025event-fr.png differ
diff --git a/public/images/events/pkmnday2025event-it.png b/public/images/events/pkmnday2025event-it.png
new file mode 100644
index 00000000000..f38a60330fa
Binary files /dev/null and b/public/images/events/pkmnday2025event-it.png differ
diff --git a/public/images/events/pkmnday2025event-ja.png b/public/images/events/pkmnday2025event-ja.png
new file mode 100644
index 00000000000..94b02ad93a0
Binary files /dev/null and b/public/images/events/pkmnday2025event-ja.png differ
diff --git a/public/images/events/pkmnday2025event-ko.png b/public/images/events/pkmnday2025event-ko.png
new file mode 100644
index 00000000000..aed9ee3fb28
Binary files /dev/null and b/public/images/events/pkmnday2025event-ko.png differ
diff --git a/public/images/events/pkmnday2025event-pt-BR.png b/public/images/events/pkmnday2025event-pt-BR.png
new file mode 100644
index 00000000000..2190bbac535
Binary files /dev/null and b/public/images/events/pkmnday2025event-pt-BR.png differ
diff --git a/public/images/events/pkmnday2025event-zh-CN.png b/public/images/events/pkmnday2025event-zh-CN.png
new file mode 100644
index 00000000000..a3430482dd0
Binary files /dev/null and b/public/images/events/pkmnday2025event-zh-CN.png differ
diff --git a/public/images/events/spr25event-de.png b/public/images/events/spr25event-de.png
new file mode 100644
index 00000000000..1ccd9557460
Binary files /dev/null and b/public/images/events/spr25event-de.png differ
diff --git a/public/images/events/spr25event-en.png b/public/images/events/spr25event-en.png
new file mode 100644
index 00000000000..0e73f9247e3
Binary files /dev/null and b/public/images/events/spr25event-en.png differ
diff --git a/public/images/events/spr25event-es-ES.png b/public/images/events/spr25event-es-ES.png
new file mode 100644
index 00000000000..137f1c6e743
Binary files /dev/null and b/public/images/events/spr25event-es-ES.png differ
diff --git a/public/images/events/spr25event-es-MX.png b/public/images/events/spr25event-es-MX.png
new file mode 100644
index 00000000000..137f1c6e743
Binary files /dev/null and b/public/images/events/spr25event-es-MX.png differ
diff --git a/public/images/events/spr25event-fr.png b/public/images/events/spr25event-fr.png
new file mode 100644
index 00000000000..7730e16d4a3
Binary files /dev/null and b/public/images/events/spr25event-fr.png differ
diff --git a/public/images/events/spr25event-it.png b/public/images/events/spr25event-it.png
new file mode 100644
index 00000000000..2664b4367cc
Binary files /dev/null and b/public/images/events/spr25event-it.png differ
diff --git a/public/images/events/spr25event-ja.png b/public/images/events/spr25event-ja.png
new file mode 100644
index 00000000000..90b02af8050
Binary files /dev/null and b/public/images/events/spr25event-ja.png differ
diff --git a/public/images/events/spr25event-ko.png b/public/images/events/spr25event-ko.png
new file mode 100644
index 00000000000..a8fe279617a
Binary files /dev/null and b/public/images/events/spr25event-ko.png differ
diff --git a/public/images/events/spr25event-pt-BR.png b/public/images/events/spr25event-pt-BR.png
new file mode 100644
index 00000000000..ae195fecc97
Binary files /dev/null and b/public/images/events/spr25event-pt-BR.png differ
diff --git a/public/images/events/spr25event-zh-CN.png b/public/images/events/spr25event-zh-CN.png
new file mode 100644
index 00000000000..1d8ad35c166
Binary files /dev/null and b/public/images/events/spr25event-zh-CN.png differ
diff --git a/public/images/events/valentines2025event-de.png b/public/images/events/valentines2025event-de.png
new file mode 100644
index 00000000000..8dd41924a77
Binary files /dev/null and b/public/images/events/valentines2025event-de.png differ
diff --git a/public/images/events/valentines2025event-en.png b/public/images/events/valentines2025event-en.png
new file mode 100644
index 00000000000..dc36dad3394
Binary files /dev/null and b/public/images/events/valentines2025event-en.png differ
diff --git a/public/images/events/valentines2025event-es-ES.png b/public/images/events/valentines2025event-es-ES.png
new file mode 100644
index 00000000000..0915299b7bd
Binary files /dev/null and b/public/images/events/valentines2025event-es-ES.png differ
diff --git a/public/images/events/valentines2025event-fr.png b/public/images/events/valentines2025event-fr.png
new file mode 100644
index 00000000000..dbaf23101ed
Binary files /dev/null and b/public/images/events/valentines2025event-fr.png differ
diff --git a/public/images/events/valentines2025event-it.png b/public/images/events/valentines2025event-it.png
new file mode 100644
index 00000000000..b10eb8083be
Binary files /dev/null and b/public/images/events/valentines2025event-it.png differ
diff --git a/public/images/events/valentines2025event-ja.png b/public/images/events/valentines2025event-ja.png
new file mode 100644
index 00000000000..7e9fe5ad3d4
Binary files /dev/null and b/public/images/events/valentines2025event-ja.png differ
diff --git a/public/images/events/valentines2025event-ko.png b/public/images/events/valentines2025event-ko.png
new file mode 100644
index 00000000000..558a402fc77
Binary files /dev/null and b/public/images/events/valentines2025event-ko.png differ
diff --git a/public/images/events/valentines2025event-pt-BR.png b/public/images/events/valentines2025event-pt-BR.png
new file mode 100644
index 00000000000..45fa40f30fc
Binary files /dev/null and b/public/images/events/valentines2025event-pt-BR.png differ
diff --git a/public/images/events/valentines2025event-zh-CN.png b/public/images/events/valentines2025event-zh-CN.png
new file mode 100644
index 00000000000..13256da720c
Binary files /dev/null and b/public/images/events/valentines2025event-zh-CN.png differ
diff --git a/public/images/inputs/keyboard.json b/public/images/inputs/keyboard.json
index c9b3c79fbfb..1e8e415b72f 100644
--- a/public/images/inputs/keyboard.json
+++ b/public/images/inputs/keyboard.json
@@ -516,8 +516,36 @@
"trimmed": true,
"spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 11 },
"sourceSize": { "w": 28, "h": 11 }
+ },
+ "BACK_SLASH.png": {
+ "frame": { "x": 147, "y": 66, "w": 12, "h": 11 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 12, "h": 11 },
+ "sourceSize": { "w": 12, "h": 11 }
+ },
+ "FORWARD_SLASH.png": {
+ "frame": { "x": 144, "y": 55, "w": 12, "h": 11 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 12, "h": 11 },
+ "sourceSize": { "w": 12, "h": 11 }
+ },
+ "COMMA.png": {
+ "frame": { "x": 144, "y": 44, "w": 12, "h": 11 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 12, "h": 11 },
+ "sourceSize": { "w": 12, "h": 11 }
+ },
+ "PERIOD.png": {
+ "frame": { "x": 143, "y": 22, "w": 11, "h": 11 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 11, "h": 11 },
+ "sourceSize": { "w": 11, "h": 11 }
}
- },
+ },
"meta": {
"app": "https://www.aseprite.org/",
"version": "1.3.7-dev",
diff --git a/public/images/inputs/keyboard.png b/public/images/inputs/keyboard.png
index e4d849be0fb..0c33e579006 100644
Binary files a/public/images/inputs/keyboard.png and b/public/images/inputs/keyboard.png differ
diff --git a/public/images/items.json b/public/images/items.json
index 9d84476a8a0..4312f2a58c4 100644
--- a/public/images/items.json
+++ b/public/images/items.json
@@ -4,8 +4,8 @@
"image": "items.png",
"format": "RGBA8888",
"size": {
- "w": 431,
- "h": 431
+ "w": 432,
+ "h": 432
},
"scale": 1,
"frames": [
@@ -409,7 +409,7 @@
}
},
{
- "filename": "black_glasses",
+ "filename": "choice_specs",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -419,14 +419,14 @@
"spriteSourceSize": {
"x": 4,
"y": 8,
- "w": 23,
- "h": 17
+ "w": 24,
+ "h": 18
},
"frame": {
"x": 0,
"y": 414,
- "w": 23,
- "h": 17
+ "w": 24,
+ "h": 18
}
},
{
@@ -661,7 +661,7 @@
}
},
{
- "filename": "ribbon_gen6",
+ "filename": "big_root",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -669,16 +669,16 @@
"h": 32
},
"spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 22,
- "h": 28
+ "x": 4,
+ "y": 4,
+ "w": 23,
+ "h": 24
},
"frame": {
"x": 409,
"y": 0,
- "w": 22,
- "h": 28
+ "w": 23,
+ "h": 24
}
},
{
@@ -766,7 +766,7 @@
}
},
{
- "filename": "ribbon_gen8",
+ "filename": "ribbon_gen6",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -786,6 +786,27 @@
"h": 28
}
},
+ {
+ "filename": "ribbon_gen8",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 22,
+ "h": 28
+ },
+ "frame": {
+ "x": 22,
+ "y": 237,
+ "w": 22,
+ "h": 28
+ }
+ },
{
"filename": "black_augurite",
"rotated": false,
@@ -802,32 +823,11 @@
},
"frame": {
"x": 22,
- "y": 237,
+ "y": 265,
"w": 22,
"h": 25
}
},
- {
- "filename": "big_root",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 22,
- "y": 262,
- "w": 23,
- "h": 24
- }
- },
{
"filename": "blank_plate",
"rotated": false,
@@ -844,7 +844,7 @@
},
"frame": {
"x": 22,
- "y": 286,
+ "y": 290,
"w": 24,
"h": 24
}
@@ -865,7 +865,7 @@
},
"frame": {
"x": 22,
- "y": 310,
+ "y": 314,
"w": 24,
"h": 24
}
@@ -886,7 +886,7 @@
},
"frame": {
"x": 22,
- "y": 334,
+ "y": 338,
"w": 24,
"h": 24
}
@@ -907,7 +907,7 @@
},
"frame": {
"x": 22,
- "y": 358,
+ "y": 362,
"w": 24,
"h": 24
}
@@ -928,13 +928,13 @@
},
"frame": {
"x": 22,
- "y": 382,
+ "y": 386,
"w": 24,
"h": 24
}
},
{
- "filename": "fist_plate",
+ "filename": "exp_balance",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -943,15 +943,15 @@
},
"spriteSourceSize": {
"x": 4,
- "y": 4,
+ "y": 5,
"w": 24,
- "h": 24
+ "h": 22
},
"frame": {
- "x": 23,
- "y": 406,
+ "x": 24,
+ "y": 410,
"w": 24,
- "h": 24
+ "h": 22
}
},
{
@@ -997,7 +997,7 @@
}
},
{
- "filename": "choice_specs",
+ "filename": "mystical_rock",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -1006,15 +1006,15 @@
},
"spriteSourceSize": {
"x": 4,
- "y": 8,
- "w": 24,
- "h": 18
+ "y": 5,
+ "w": 25,
+ "h": 23
},
"frame": {
"x": 59,
"y": 53,
- "w": 24,
- "h": 18
+ "w": 25,
+ "h": 23
}
},
{
@@ -1081,7 +1081,7 @@
}
},
{
- "filename": "flame_plate",
+ "filename": "fist_plate",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -1102,7 +1102,7 @@
}
},
{
- "filename": "focus_band",
+ "filename": "flame_plate",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -1123,7 +1123,7 @@
}
},
{
- "filename": "golden_punch",
+ "filename": "focus_band",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -1144,7 +1144,7 @@
}
},
{
- "filename": "gracidea",
+ "filename": "golden_punch",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -1164,6 +1164,27 @@
"h": 24
}
},
+ {
+ "filename": "gracidea",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 44,
+ "y": 254,
+ "w": 24,
+ "h": 24
+ }
+ },
{
"filename": "grip_claw",
"rotated": false,
@@ -1179,8 +1200,8 @@
"h": 24
},
"frame": {
- "x": 45,
- "y": 254,
+ "x": 55,
+ "y": 76,
"w": 24,
"h": 24
}
@@ -1200,8 +1221,8 @@
"h": 24
},
"frame": {
- "x": 46,
- "y": 278,
+ "x": 55,
+ "y": 100,
"w": 24,
"h": 24
}
@@ -1222,7 +1243,7 @@
},
"frame": {
"x": 46,
- "y": 302,
+ "y": 278,
"w": 24,
"h": 24
}
@@ -1243,7 +1264,7 @@
},
"frame": {
"x": 46,
- "y": 326,
+ "y": 302,
"w": 24,
"h": 24
}
@@ -1264,7 +1285,7 @@
},
"frame": {
"x": 46,
- "y": 350,
+ "y": 326,
"w": 24,
"h": 24
}
@@ -1283,6 +1304,27 @@
"w": 24,
"h": 24
},
+ "frame": {
+ "x": 46,
+ "y": 350,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lucky_punch_master",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
"frame": {
"x": 46,
"y": 374,
@@ -1305,159 +1347,12 @@
"h": 24
},
"frame": {
- "x": 47,
+ "x": 48,
"y": 398,
"w": 23,
"h": 24
}
},
- {
- "filename": "silver_powder",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 11,
- "w": 24,
- "h": 15
- },
- "frame": {
- "x": 48,
- "y": 71,
- "w": 24,
- "h": 15
- }
- },
- {
- "filename": "elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 55,
- "y": 86,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 55,
- "y": 110,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "full_restore",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 60,
- "y": 134,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "hp_up",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 63,
- "y": 158,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "iron",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 63,
- "y": 182,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "lucky_punch_master",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 68,
- "y": 206,
- "w": 24,
- "h": 24
- }
- },
{
"filename": "lucky_punch_ultra",
"rotated": false,
@@ -1473,8 +1368,8 @@
"h": 24
},
"frame": {
- "x": 68,
- "y": 230,
+ "x": 60,
+ "y": 124,
"w": 24,
"h": 24
}
@@ -1494,8 +1389,8 @@
"h": 24
},
"frame": {
- "x": 69,
- "y": 254,
+ "x": 63,
+ "y": 148,
"w": 24,
"h": 24
}
@@ -1515,12 +1410,33 @@
"h": 24
},
"frame": {
- "x": 70,
- "y": 278,
+ "x": 63,
+ "y": 172,
"w": 24,
"h": 24
}
},
+ {
+ "filename": "max_revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 24
+ },
+ "frame": {
+ "x": 68,
+ "y": 196,
+ "w": 22,
+ "h": 24
+ }
+ },
{
"filename": "mind_plate",
"rotated": false,
@@ -1536,8 +1452,8 @@
"h": 24
},
"frame": {
- "x": 70,
- "y": 302,
+ "x": 68,
+ "y": 220,
"w": 24,
"h": 24
}
@@ -1557,8 +1473,8 @@
"h": 24
},
"frame": {
- "x": 70,
- "y": 326,
+ "x": 68,
+ "y": 244,
"w": 24,
"h": 24
}
@@ -1579,7 +1495,7 @@
},
"frame": {
"x": 70,
- "y": 350,
+ "y": 268,
"w": 24,
"h": 24
}
@@ -1600,7 +1516,7 @@
},
"frame": {
"x": 70,
- "y": 374,
+ "y": 292,
"w": 24,
"h": 24
}
@@ -1621,11 +1537,767 @@
},
"frame": {
"x": 70,
- "y": 398,
+ "y": 316,
"w": 24,
"h": 24
}
},
+ {
+ "filename": "silk_scarf",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 70,
+ "y": 340,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "sky_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 70,
+ "y": 364,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "reveal_glass",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 23,
+ "h": 24
+ },
+ "frame": {
+ "x": 71,
+ "y": 388,
+ "w": 23,
+ "h": 24
+ }
+ },
+ {
+ "filename": "icy_reins_of_unity",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 71,
+ "y": 412,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 79,
+ "y": 76,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 79,
+ "y": 100,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "full_restore",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 84,
+ "y": 124,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "hp_up",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 87,
+ "y": 148,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "iron",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 87,
+ "y": 172,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "lure",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 90,
+ "y": 196,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_elixir",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 92,
+ "y": 220,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_ether",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 92,
+ "y": 244,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_lure",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 94,
+ "y": 268,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "max_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 4,
+ "w": 18,
+ "h": 24
+ },
+ "frame": {
+ "x": 94,
+ "y": 292,
+ "w": 18,
+ "h": 24
+ }
+ },
+ {
+ "filename": "oval_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 94,
+ "y": 316,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "shiny_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 21,
+ "h": 24
+ },
+ "frame": {
+ "x": 94,
+ "y": 340,
+ "w": 21,
+ "h": 24
+ }
+ },
+ {
+ "filename": "splash_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 94,
+ "y": 364,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "spooky_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 94,
+ "y": 388,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "metal_powder",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 95,
+ "y": 412,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "berry_pouch",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 84,
+ "y": 53,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "max_repel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 97,
+ "y": 76,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "pp_max",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 97,
+ "y": 100,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "pp_up",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 102,
+ "y": 124,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "protein",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 103,
+ "y": 148,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "red_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 20,
+ "h": 24
+ },
+ "frame": {
+ "x": 103,
+ "y": 172,
+ "w": 20,
+ "h": 24
+ }
+ },
+ {
+ "filename": "repel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 107,
+ "y": 196,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "stone_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 110,
+ "y": 220,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "sun_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 110,
+ "y": 244,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "toxic_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 111,
+ "y": 268,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "zap_plate",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 24,
+ "h": 24
+ },
+ "frame": {
+ "x": 112,
+ "y": 292,
+ "w": 24,
+ "h": 24
+ }
+ },
+ {
+ "filename": "black_belt",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 115,
+ "y": 316,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "bug_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 115,
+ "y": 339,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "clefairy_doll",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 118,
+ "y": 362,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "coin_case",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 118,
+ "y": 385,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "super_lure",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 17,
+ "h": 24
+ },
+ "frame": {
+ "x": 119,
+ "y": 408,
+ "w": 17,
+ "h": 24
+ }
+ },
+ {
+ "filename": "super_repel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 136,
+ "y": 408,
+ "w": 16,
+ "h": 24
+ }
+ },
{
"filename": "ability_capsule",
"rotated": false,
@@ -1648,112 +2320,7 @@
}
},
{
- "filename": "lure",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 86,
- "y": 27,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "silk_scarf",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 103,
- "y": 26,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "clefairy_doll",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 127,
- "y": 36,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "coin_case",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 103,
- "y": 50,
- "w": 24,
- "h": 23
- }
- },
- {
- "filename": "big_nugget",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 83,
- "y": 53,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "dragon_scale",
+ "filename": "black_glasses",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -1763,224 +2330,14 @@
"spriteSourceSize": {
"x": 4,
"y": 8,
- "w": 24,
- "h": 18
+ "w": 23,
+ "h": 17
},
"frame": {
- "x": 127,
- "y": 59,
- "w": 24,
- "h": 18
- }
- },
- {
- "filename": "max_elixir",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 151,
+ "x": 86,
"y": 36,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "adamant_crystal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
"w": 23,
- "h": 21
- },
- "frame": {
- "x": 151,
- "y": 60,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "sky_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 169,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "splash_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 193,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "spooky_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 217,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "stone_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 241,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "sun_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 265,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "toxic_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 289,
- "y": 21,
- "w": 24,
- "h": 24
- }
- },
- {
- "filename": "max_revive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 24
- },
- "frame": {
- "x": 313,
- "y": 21,
- "w": 22,
- "h": 24
- }
- },
- {
- "filename": "zap_plate",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 24,
- "h": 24
- },
- "frame": {
- "x": 335,
- "y": 20,
- "w": 24,
- "h": 24
+ "h": 17
}
},
{
@@ -1998,12 +2355,159 @@
"h": 23
},
"frame": {
- "x": 359,
- "y": 20,
+ "x": 109,
+ "y": 26,
"w": 24,
"h": 23
}
},
+ {
+ "filename": "dragon_scale",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 24,
+ "h": 18
+ },
+ "frame": {
+ "x": 133,
+ "y": 36,
+ "w": 24,
+ "h": 18
+ }
+ },
+ {
+ "filename": "exp_share",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 22
+ },
+ "frame": {
+ "x": 109,
+ "y": 49,
+ "w": 24,
+ "h": 22
+ }
+ },
+ {
+ "filename": "golden_net",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 21
+ },
+ "frame": {
+ "x": 133,
+ "y": 54,
+ "w": 24,
+ "h": 21
+ }
+ },
+ {
+ "filename": "mystic_water",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 20,
+ "h": 23
+ },
+ "frame": {
+ "x": 113,
+ "y": 71,
+ "w": 20,
+ "h": 23
+ }
+ },
+ {
+ "filename": "dark_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 113,
+ "y": 94,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "coupon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 133,
+ "y": 75,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "dragon_fang",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 135,
+ "y": 94,
+ "w": 21,
+ "h": 23
+ }
+ },
{
"filename": "hearthflame_mask",
"rotated": false,
@@ -2019,12 +2523,75 @@
"h": 23
},
"frame": {
- "x": 383,
- "y": 20,
+ "x": 118,
+ "y": 117,
"w": 24,
"h": 23
}
},
+ {
+ "filename": "dynamax_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 119,
+ "y": 140,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "unknown",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 4,
+ "w": 16,
+ "h": 24
+ },
+ "frame": {
+ "x": 142,
+ "y": 117,
+ "w": 16,
+ "h": 24
+ }
+ },
+ {
+ "filename": "berry_pot",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 18,
+ "h": 22
+ },
+ "frame": {
+ "x": 142,
+ "y": 141,
+ "w": 18,
+ "h": 22
+ }
+ },
{
"filename": "leppa_berry",
"rotated": false,
@@ -2040,14 +2607,56 @@
"h": 23
},
"frame": {
- "x": 407,
- "y": 28,
+ "x": 123,
+ "y": 163,
"w": 24,
"h": 23
}
},
{
- "filename": "candy_overlay",
+ "filename": "scope_lens",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 24,
+ "h": 23
+ },
+ "frame": {
+ "x": 123,
+ "y": 186,
+ "w": 24,
+ "h": 23
+ }
+ },
+ {
+ "filename": "relic_gold",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 11,
+ "w": 15,
+ "h": 11
+ },
+ "frame": {
+ "x": 123,
+ "y": 209,
+ "w": 15,
+ "h": 11
+ }
+ },
+ {
+ "filename": "zinc",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2056,19 +2665,19 @@
},
"spriteSourceSize": {
"x": 8,
- "y": 12,
+ "y": 4,
"w": 16,
- "h": 15
+ "h": 24
},
"frame": {
- "x": 169,
- "y": 45,
+ "x": 147,
+ "y": 163,
"w": 16,
- "h": 15
+ "h": 24
}
},
{
- "filename": "exp_balance",
+ "filename": "bug_memory",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -2076,36 +2685,15 @@
"h": 32
},
"spriteSourceSize": {
- "x": 4,
+ "x": 5,
"y": 5,
- "w": 24,
+ "w": 22,
"h": 22
},
"frame": {
- "x": 185,
- "y": 45,
- "w": 24,
- "h": 22
- }
- },
- {
- "filename": "exp_share",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 22
- },
- "frame": {
- "x": 209,
- "y": 45,
- "w": 24,
+ "x": 147,
+ "y": 187,
+ "w": 22,
"h": 22
}
},
@@ -2124,33 +2712,12 @@
"h": 22
},
"frame": {
- "x": 233,
- "y": 45,
+ "x": 138,
+ "y": 209,
"w": 24,
"h": 22
}
},
- {
- "filename": "scope_lens",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 23
- },
- "frame": {
- "x": 257,
- "y": 45,
- "w": 24,
- "h": 23
- }
- },
{
"filename": "twisted_spoon",
"rotated": false,
@@ -2166,600 +2733,12 @@
"h": 23
},
"frame": {
- "x": 281,
- "y": 45,
+ "x": 134,
+ "y": 231,
"w": 24,
"h": 23
}
},
- {
- "filename": "berry_pouch",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 305,
- "y": 45,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "black_belt",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 328,
- "y": 45,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "max_ether",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 350,
- "y": 44,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "reveal_glass",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 23,
- "h": 24
- },
- "frame": {
- "x": 368,
- "y": 43,
- "w": 23,
- "h": 24
- }
- },
- {
- "filename": "max_repel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 391,
- "y": 43,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "golden_net",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 24,
- "h": 21
- },
- "frame": {
- "x": 407,
- "y": 51,
- "w": 24,
- "h": 21
- }
- },
- {
- "filename": "icy_reins_of_unity",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 174,
- "y": 67,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "metal_powder",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 198,
- "y": 67,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "quick_powder",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 222,
- "y": 67,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "rusted_shield",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 246,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "sacred_ash",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 270,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "shadow_reins_of_unity",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 294,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "soft_sand",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 24,
- "h": 20
- },
- "frame": {
- "x": 318,
- "y": 68,
- "w": 24,
- "h": 20
- }
- },
- {
- "filename": "amulet_coin",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 342,
- "y": 68,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "auspicious_armor",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 21
- },
- "frame": {
- "x": 368,
- "y": 67,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "pp_max",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 391,
- "y": 67,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "binding_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 407,
- "y": 72,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "max_lure",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 87,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "bug_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 73,
- "y": 111,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "max_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 18,
- "h": 24
- },
- "frame": {
- "x": 78,
- "y": 134,
- "w": 18,
- "h": 24
- }
- },
- {
- "filename": "oval_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 21,
- "h": 24
- },
- "frame": {
- "x": 79,
- "y": 158,
- "w": 21,
- "h": 24
- }
- },
- {
- "filename": "shiny_charm",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 21,
- "h": 24
- },
- "frame": {
- "x": 79,
- "y": 182,
- "w": 21,
- "h": 24
- }
- },
- {
- "filename": "dynamax_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 90,
- "y": 73,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "eviolite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 15,
- "h": 15
- },
- "frame": {
- "x": 90,
- "y": 96,
- "w": 15,
- "h": 15
- }
- },
- {
- "filename": "dark_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 95,
- "y": 111,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "red_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 20,
- "h": 24
- },
- "frame": {
- "x": 96,
- "y": 134,
- "w": 20,
- "h": 24
- }
- },
- {
- "filename": "pp_up",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 100,
- "y": 158,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "protein",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 100,
- "y": 182,
- "w": 16,
- "h": 24
- }
- },
{
"filename": "griseous_core",
"rotated": false,
@@ -2775,12 +2754,33 @@
"h": 23
},
"frame": {
- "x": 92,
- "y": 206,
+ "x": 135,
+ "y": 254,
"w": 23,
"h": 23
}
},
+ {
+ "filename": "silver_powder",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 11,
+ "w": 24,
+ "h": 15
+ },
+ "frame": {
+ "x": 135,
+ "y": 277,
+ "w": 24,
+ "h": 15
+ }
+ },
{
"filename": "leek",
"rotated": false,
@@ -2796,8 +2796,8 @@
"h": 23
},
"frame": {
- "x": 92,
- "y": 229,
+ "x": 136,
+ "y": 292,
"w": 23,
"h": 23
}
@@ -2817,33 +2817,12 @@
"h": 23
},
"frame": {
- "x": 93,
- "y": 252,
+ "x": 137,
+ "y": 315,
"w": 22,
"h": 23
}
},
- {
- "filename": "dragon_fang",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 21,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 275,
- "w": 21,
- "h": 23
- }
- },
{
"filename": "electric_tera_shard",
"rotated": false,
@@ -2859,8 +2838,8 @@
"h": 23
},
"frame": {
- "x": 94,
- "y": 298,
+ "x": 137,
+ "y": 338,
"w": 22,
"h": 23
}
@@ -2880,8 +2859,8 @@
"h": 23
},
"frame": {
- "x": 94,
- "y": 321,
+ "x": 142,
+ "y": 361,
"w": 22,
"h": 23
}
@@ -2901,8 +2880,8 @@
"h": 23
},
"frame": {
- "x": 94,
- "y": 344,
+ "x": 142,
+ "y": 384,
"w": 22,
"h": 23
}
@@ -2922,203 +2901,14 @@
"h": 23
},
"frame": {
- "x": 94,
- "y": 367,
+ "x": 152,
+ "y": 407,
"w": 22,
"h": 23
}
},
{
- "filename": "fire_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 94,
- "y": 390,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "relic_crown",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 18
- },
- "frame": {
- "x": 94,
- "y": 413,
- "w": 23,
- "h": 18
- }
- },
- {
- "filename": "prism_scale",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 8,
- "w": 15,
- "h": 15
- },
- "frame": {
- "x": 105,
- "y": 96,
- "w": 15,
- "h": 15
- }
- },
- {
- "filename": "coupon",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 113,
- "y": 77,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "full_heal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 4,
- "w": 15,
- "h": 23
- },
- "frame": {
- "x": 136,
- "y": 77,
- "w": 15,
- "h": 23
- }
- },
- {
- "filename": "golden_mystic_ticket",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 151,
- "y": 81,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "burn_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 174,
- "y": 87,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "chill_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 197,
- "y": 87,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "douse_drive",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 220,
- "y": 87,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "healing_charm",
+ "filename": "charcoal",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3128,13 +2918,13 @@
"spriteSourceSize": {
"x": 5,
"y": 5,
- "w": 23,
+ "w": 22,
"h": 22
},
"frame": {
- "x": 243,
- "y": 88,
- "w": 23,
+ "x": 162,
+ "y": 209,
+ "w": 22,
"h": 22
}
},
@@ -3153,8 +2943,8 @@
"h": 23
},
"frame": {
- "x": 266,
- "y": 88,
+ "x": 158,
+ "y": 231,
"w": 23,
"h": 23
}
@@ -3174,98 +2964,14 @@
"h": 23
},
"frame": {
- "x": 289,
- "y": 88,
+ "x": 158,
+ "y": 254,
"w": 23,
"h": 23
}
},
{
- "filename": "rarer_candy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 23
- },
- "frame": {
- "x": 312,
- "y": 88,
- "w": 23,
- "h": 23
- }
- },
- {
- "filename": "rusted_sword",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 23,
- "h": 22
- },
- "frame": {
- "x": 335,
- "y": 89,
- "w": 23,
- "h": 22
- }
- },
- {
- "filename": "abomasite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 120,
- "y": 96,
- "w": 16,
- "h": 16
- }
- },
- {
- "filename": "bug_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 117,
- "y": 112,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "flying_tera_shard",
+ "filename": "fire_tera_shard",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3279,8 +2985,8 @@
"h": 23
},
"frame": {
- "x": 116,
- "y": 134,
+ "x": 159,
+ "y": 277,
"w": 22,
"h": 23
}
@@ -3300,8 +3006,8 @@
"h": 23
},
"frame": {
- "x": 116,
- "y": 157,
+ "x": 159,
+ "y": 300,
"w": 22,
"h": 23
}
@@ -3321,12 +3027,54 @@
"h": 23
},
"frame": {
- "x": 116,
- "y": 180,
+ "x": 159,
+ "y": 323,
"w": 22,
"h": 23
}
},
+ {
+ "filename": "candy_overlay",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 12,
+ "w": 16,
+ "h": 15
+ },
+ "frame": {
+ "x": 159,
+ "y": 346,
+ "w": 16,
+ "h": 15
+ }
+ },
+ {
+ "filename": "full_heal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 9,
+ "y": 4,
+ "w": 15,
+ "h": 23
+ },
+ "frame": {
+ "x": 164,
+ "y": 361,
+ "w": 15,
+ "h": 23
+ }
+ },
{
"filename": "grass_tera_shard",
"rotated": false,
@@ -3342,33 +3090,12 @@
"h": 23
},
"frame": {
- "x": 139,
- "y": 100,
+ "x": 164,
+ "y": 384,
"w": 22,
"h": 23
}
},
- {
- "filename": "berry_juice",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 139,
- "y": 123,
- "w": 22,
- "h": 21
- }
- },
{
"filename": "ground_tera_shard",
"rotated": false,
@@ -3384,119 +3111,14 @@
"h": 23
},
"frame": {
- "x": 138,
- "y": 144,
+ "x": 174,
+ "y": 407,
"w": 22,
"h": 23
}
},
{
- "filename": "ice_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 138,
- "y": 167,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "black_sludge",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 138,
- "y": 190,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "never_melt_ice",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 161,
- "y": 104,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "normal_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 183,
- "y": 104,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "petaya_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 205,
- "y": 104,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "repel",
+ "filename": "hyper_potion",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3505,15 +3127,141 @@
},
"spriteSourceSize": {
"x": 8,
- "y": 4,
- "w": 16,
- "h": 24
+ "y": 5,
+ "w": 17,
+ "h": 23
},
"frame": {
- "x": 227,
- "y": 104,
- "w": 16,
- "h": 24
+ "x": 157,
+ "y": 36,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "adamant_crystal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 157,
+ "y": 59,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "rarer_candy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 23
+ },
+ "frame": {
+ "x": 156,
+ "y": 80,
+ "w": 23,
+ "h": 23
+ }
+ },
+ {
+ "filename": "healing_charm",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 23,
+ "h": 22
+ },
+ "frame": {
+ "x": 174,
+ "y": 21,
+ "w": 23,
+ "h": 22
+ }
+ },
+ {
+ "filename": "rusted_sword",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 22
+ },
+ "frame": {
+ "x": 197,
+ "y": 21,
+ "w": 23,
+ "h": 22
+ }
+ },
+ {
+ "filename": "amulet_coin",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 220,
+ "y": 21,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "auspicious_armor",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 243,
+ "y": 21,
+ "w": 23,
+ "h": 21
}
},
{
@@ -3531,8 +3279,8 @@
"h": 21
},
"frame": {
- "x": 243,
- "y": 110,
+ "x": 266,
+ "y": 21,
"w": 23,
"h": 21
}
@@ -3551,36 +3299,15 @@
"w": 23,
"h": 21
},
- "frame": {
- "x": 266,
- "y": 111,
- "w": 23,
- "h": 21
- }
- },
- {
- "filename": "n_solarizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 23,
- "h": 21
- },
"frame": {
"x": 289,
- "y": 111,
+ "y": 21,
"w": 23,
"h": 21
}
},
{
- "filename": "wellspring_mask",
+ "filename": "berry_juice",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -3588,207 +3315,18 @@
"h": 32
},
"spriteSourceSize": {
- "x": 4,
+ "x": 5,
"y": 5,
- "w": 23,
+ "w": 22,
"h": 21
},
"frame": {
"x": 312,
- "y": 111,
- "w": 23,
+ "y": 21,
+ "w": 22,
"h": 21
}
},
- {
- "filename": "charcoal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 335,
- "y": 111,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "mystic_ticket",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 161,
- "y": 127,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "poison_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 160,
- "y": 146,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "psychic_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 160,
- "y": 169,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "pair_of_tickets",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 23,
- "h": 19
- },
- "frame": {
- "x": 184,
- "y": 127,
- "w": 23,
- "h": 19
- }
- },
- {
- "filename": "reaper_cloth",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 182,
- "y": 146,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "rock_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 182,
- "y": 169,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "blue_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 207,
- "y": 127,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "steel_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 204,
- "y": 147,
- "w": 22,
- "h": 23
- }
- },
{
"filename": "dark_memory",
"rotated": false,
@@ -3804,201 +3342,12 @@
"h": 22
},
"frame": {
- "x": 204,
- "y": 170,
+ "x": 334,
+ "y": 20,
"w": 22,
"h": 22
}
},
- {
- "filename": "reviver_seed",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 8,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 160,
- "y": 192,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "shell_bell",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 23,
- "h": 20
- },
- "frame": {
- "x": 183,
- "y": 192,
- "w": 23,
- "h": 20
- }
- },
- {
- "filename": "dawn_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 21
- },
- "frame": {
- "x": 206,
- "y": 192,
- "w": 20,
- "h": 21
- }
- },
- {
- "filename": "super_repel",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 227,
- "y": 128,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "deep_sea_tooth",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 243,
- "y": 131,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "stellar_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 226,
- "y": 152,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "water_tera_shard",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 226,
- "y": 175,
- "w": 22,
- "h": 23
- }
- },
- {
- "filename": "deep_sea_scale",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 265,
- "y": 132,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "wide_lens",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 22,
- "h": 23
- },
- "frame": {
- "x": 248,
- "y": 152,
- "w": 22,
- "h": 23
- }
- },
{
"filename": "dire_hit",
"rotated": false,
@@ -4014,8 +3363,8 @@
"h": 22
},
"frame": {
- "x": 248,
- "y": 175,
+ "x": 356,
+ "y": 20,
"w": 22,
"h": 22
}
@@ -4035,12 +3384,117 @@
"h": 22
},
"frame": {
- "x": 287,
- "y": 132,
+ "x": 378,
+ "y": 20,
"w": 22,
"h": 22
}
},
+ {
+ "filename": "relic_band",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 9,
+ "w": 17,
+ "h": 16
+ },
+ "frame": {
+ "x": 174,
+ "y": 43,
+ "w": 17,
+ "h": 16
+ }
+ },
+ {
+ "filename": "quick_powder",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 191,
+ "y": 43,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "rusted_shield",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 6,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 400,
+ "y": 24,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "ice_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 158,
+ "y": 103,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "eviolite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 15,
+ "h": 15
+ },
+ "frame": {
+ "x": 158,
+ "y": 126,
+ "w": 15,
+ "h": 15
+ }
+ },
{
"filename": "dragon_memory",
"rotated": false,
@@ -4056,428 +3510,8 @@
"h": 22
},
"frame": {
- "x": 309,
- "y": 132,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "super_lure",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 17,
- "h": 24
- },
- "frame": {
- "x": 270,
- "y": 152,
- "w": 17,
- "h": 24
- }
- },
- {
- "filename": "electirizer",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 287,
- "y": 154,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "electric_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 309,
- "y": 154,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "enigma_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 270,
- "y": 176,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "fairy_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 292,
- "y": 176,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "fighting_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 331,
- "y": 133,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "fire_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 331,
- "y": 155,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "hyper_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 314,
- "y": 176,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "flying_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 331,
- "y": 177,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "blunder_policy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 226,
- "y": 198,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "fairy_feather",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 20
- },
- "frame": {
- "x": 248,
- "y": 197,
- "w": 22,
- "h": 20
- }
- },
- {
- "filename": "dubious_disc",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 270,
- "y": 198,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "ganlon_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 292,
- "y": 198,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ghost_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 314,
- "y": 199,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "berry_pot",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 18,
- "h": 22
- },
- "frame": {
- "x": 336,
- "y": 199,
- "w": 18,
- "h": 22
- }
- },
- {
- "filename": "grass_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 116,
- "y": 203,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ground_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 115,
- "y": 225,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "guard_spec",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 115,
- "y": 247,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ice_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 115,
- "y": 269,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "ice_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 138,
- "y": 209,
+ "x": 160,
+ "y": 141,
"w": 22,
"h": 22
}
@@ -4497,8 +3531,8 @@
"h": 23
},
"frame": {
- "x": 137,
- "y": 231,
+ "x": 163,
+ "y": 163,
"w": 21,
"h": 23
}
@@ -4518,14 +3552,14 @@
"h": 23
},
"frame": {
- "x": 137,
- "y": 254,
+ "x": 169,
+ "y": 186,
"w": 21,
"h": 23
}
},
{
- "filename": "liechi_berry",
+ "filename": "prism_scale",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4533,20 +3567,20 @@
"h": 32
},
"spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
+ "x": 9,
+ "y": 8,
+ "w": 15,
+ "h": 15
},
"frame": {
- "x": 160,
- "y": 212,
- "w": 22,
- "h": 21
+ "x": 173,
+ "y": 126,
+ "w": 15,
+ "h": 15
}
},
{
- "filename": "magmarizer",
+ "filename": "electirizer",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4561,13 +3595,55 @@
},
"frame": {
"x": 182,
- "y": 212,
+ "y": 141,
"w": 22,
"h": 22
}
},
{
- "filename": "mini_black_hole",
+ "filename": "never_melt_ice",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 184,
+ "y": 163,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "normal_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 190,
+ "y": 186,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "electric_memory",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4580,15 +3656,204 @@
"w": 22,
"h": 22
},
+ "frame": {
+ "x": 184,
+ "y": 209,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "petaya_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 181,
+ "y": 231,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "poison_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 181,
+ "y": 254,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "psychic_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 181,
+ "y": 277,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "reaper_cloth",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 181,
+ "y": 300,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "rock_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 181,
+ "y": 323,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "sacred_ash",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 180,
+ "y": 63,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "shadow_reins_of_unity",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 179,
+ "y": 83,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "steel_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 180,
+ "y": 103,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "apicot_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 20
+ },
"frame": {
"x": 204,
- "y": 213,
- "w": 22,
- "h": 22
+ "y": 63,
+ "w": 19,
+ "h": 20
}
},
{
- "filename": "moon_flute",
+ "filename": "big_nugget",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4596,186 +3861,18 @@
"h": 32
},
"spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 233,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "normal_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 255,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "poison_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 234,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "protector",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 256,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "psychic_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 202,
- "y": 235,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "rock_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 202,
- "y": 257,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "malicious_armor",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
+ "x": 6,
"y": 6,
- "w": 22,
+ "w": 20,
"h": 20
},
"frame": {
- "x": 226,
- "y": 217,
- "w": 22,
+ "x": 203,
+ "y": 83,
+ "w": 20,
"h": 20
}
},
- {
- "filename": "scroll_of_darkness",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 248,
- "y": 217,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "scroll_of_waters",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 270,
- "y": 217,
- "w": 22,
- "h": 22
- }
- },
{
"filename": "sharp_beak",
"rotated": false,
@@ -4791,119 +3888,14 @@
"h": 23
},
"frame": {
- "x": 224,
- "y": 237,
+ "x": 202,
+ "y": 103,
"w": 21,
"h": 23
}
},
{
- "filename": "shed_shell",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 292,
- "y": 220,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "starf_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 314,
- "y": 221,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "dusk_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 21,
- "h": 21
- },
- "frame": {
- "x": 224,
- "y": 260,
- "w": 21,
- "h": 21
- }
- },
- {
- "filename": "steel_memory",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 245,
- "y": 239,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sun_flute",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 267,
- "y": 239,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "sweet_apple",
+ "filename": "binding_band",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -4913,186 +3905,18 @@
"spriteSourceSize": {
"x": 5,
"y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 245,
- "y": 261,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "syrupy_apple",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 267,
- "y": 261,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "thick_club",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 289,
- "y": 242,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "hard_meteorite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 20,
- "h": 22
- },
- "frame": {
- "x": 336,
- "y": 221,
- "w": 20,
- "h": 22
- }
- },
- {
- "filename": "tart_apple",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
- "h": 21
- },
- "frame": {
- "x": 289,
- "y": 264,
- "w": 22,
- "h": 21
- }
- },
- {
- "filename": "thunder_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 311,
- "y": 243,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_bug",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 333,
- "y": 243,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tera_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 22,
+ "w": 23,
"h": 20
},
"frame": {
- "x": 311,
- "y": 265,
- "w": 22,
+ "x": 215,
+ "y": 43,
+ "w": 23,
"h": 20
}
},
{
- "filename": "tm_dark",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 333,
- "y": 265,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "shock_drive",
+ "filename": "n_solarizer",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5101,19 +3925,250 @@
},
"spriteSourceSize": {
"x": 4,
- "y": 8,
+ "y": 6,
"w": 23,
- "h": 17
+ "h": 21
},
"frame": {
- "x": 137,
- "y": 277,
+ "x": 238,
+ "y": 42,
"w": 23,
- "h": 17
+ "h": 21
}
},
{
- "filename": "whipped_dream",
+ "filename": "stellar_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 223,
+ "y": 63,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "water_tera_shard",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 4,
+ "w": 22,
+ "h": 23
+ },
+ "frame": {
+ "x": 223,
+ "y": 86,
+ "w": 22,
+ "h": 23
+ }
+ },
+ {
+ "filename": "soft_sand",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 24,
+ "h": 20
+ },
+ "frame": {
+ "x": 261,
+ "y": 42,
+ "w": 24,
+ "h": 20
+ }
+ },
+ {
+ "filename": "reviver_seed",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 23,
+ "h": 20
+ },
+ "frame": {
+ "x": 285,
+ "y": 42,
+ "w": 23,
+ "h": 20
+ }
+ },
+ {
+ "filename": "shell_bell",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 23,
+ "h": 20
+ },
+ "frame": {
+ "x": 308,
+ "y": 42,
+ "w": 23,
+ "h": 20
+ }
+ },
+ {
+ "filename": "wellspring_mask",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 23,
+ "h": 21
+ },
+ "frame": {
+ "x": 331,
+ "y": 42,
+ "w": 23,
+ "h": 21
+ }
+ },
+ {
+ "filename": "deep_sea_tooth",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 354,
+ "y": 42,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "enigma_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 376,
+ "y": 42,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "deep_sea_scale",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 398,
+ "y": 44,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "black_sludge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 223,
+ "y": 109,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 245,
+ "y": 63,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "wide_lens",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5123,60 +4178,18 @@
"spriteSourceSize": {
"x": 5,
"y": 4,
- "w": 21,
+ "w": 22,
"h": 23
},
"frame": {
- "x": 116,
- "y": 291,
- "w": 21,
+ "x": 262,
+ "y": 62,
+ "w": 22,
"h": 23
}
},
{
- "filename": "mystic_water",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 20,
- "h": 23
- },
- "frame": {
- "x": 116,
- "y": 314,
- "w": 20,
- "h": 23
- }
- },
- {
- "filename": "sitrus_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 20,
- "h": 22
- },
- "frame": {
- "x": 116,
- "y": 337,
- "w": 20,
- "h": 22
- }
- },
- {
- "filename": "tm_dragon",
+ "filename": "fairy_memory",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5190,14 +4203,14 @@
"h": 22
},
"frame": {
- "x": 137,
- "y": 294,
+ "x": 284,
+ "y": 62,
"w": 22,
"h": 22
}
},
{
- "filename": "tm_electric",
+ "filename": "fighting_memory",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5211,14 +4224,14 @@
"h": 22
},
"frame": {
- "x": 136,
- "y": 316,
+ "x": 306,
+ "y": 62,
"w": 22,
"h": 22
}
},
{
- "filename": "tm_fairy",
+ "filename": "fire_memory",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5232,35 +4245,14 @@
"h": 22
},
"frame": {
- "x": 136,
- "y": 338,
+ "x": 328,
+ "y": 63,
"w": 22,
"h": 22
}
},
{
- "filename": "gb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 20,
- "h": 20
- },
- "frame": {
- "x": 116,
- "y": 359,
- "w": 20,
- "h": 20
- }
- },
- {
- "filename": "tm_fighting",
+ "filename": "flying_memory",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5274,344 +4266,8 @@
"h": 22
},
"frame": {
- "x": 116,
- "y": 379,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "upgrade",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 22,
- "h": 19
- },
- "frame": {
- "x": 136,
- "y": 360,
- "w": 22,
- "h": 19
- }
- },
- {
- "filename": "tm_fire",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 138,
- "y": 379,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "everstone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 8,
- "w": 20,
- "h": 17
- },
- "frame": {
- "x": 160,
- "y": 277,
- "w": 20,
- "h": 17
- }
- },
- {
- "filename": "tm_flying",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 159,
- "y": 294,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_ghost",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 316,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_grass",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 158,
- "y": 338,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "metal_alloy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 21,
- "h": 19
- },
- "frame": {
- "x": 158,
- "y": 360,
- "w": 21,
- "h": 19
- }
- },
- {
- "filename": "lock_capsule",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 19,
- "h": 22
- },
- "frame": {
- "x": 160,
- "y": 379,
- "w": 19,
- "h": 22
- }
- },
- {
- "filename": "relic_band",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 9,
- "w": 17,
- "h": 16
- },
- "frame": {
- "x": 180,
- "y": 278,
- "w": 17,
- "h": 16
- }
- },
- {
- "filename": "metal_coat",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 19,
- "h": 22
- },
- "frame": {
- "x": 181,
- "y": 294,
- "w": 19,
- "h": 22
- }
- },
- {
- "filename": "tm_ground",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 316,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_ice",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 180,
- "y": 338,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_normal",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 179,
- "y": 360,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_poison",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 179,
- "y": 382,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_psychic",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 117,
- "y": 401,
- "w": 22,
- "h": 22
- }
- },
- {
- "filename": "tm_rock",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 22,
- "h": 22
- },
- "frame": {
- "x": 139,
- "y": 401,
+ "x": 350,
+ "y": 63,
"w": 22,
"h": 22
}
@@ -5631,14 +4287,476 @@
"h": 23
},
"frame": {
- "x": 161,
- "y": 401,
+ "x": 245,
+ "y": 86,
"w": 18,
"h": 23
}
},
{
- "filename": "tm_steel",
+ "filename": "whipped_dream",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 21,
+ "h": 23
+ },
+ "frame": {
+ "x": 263,
+ "y": 85,
+ "w": 21,
+ "h": 23
+ }
+ },
+ {
+ "filename": "ganlon_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 284,
+ "y": 84,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ghost_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 306,
+ "y": 84,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "grass_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 328,
+ "y": 85,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ground_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 350,
+ "y": 85,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "guard_spec",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 372,
+ "y": 64,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ice_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 394,
+ "y": 64,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "ice_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 372,
+ "y": 86,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "magmarizer",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 394,
+ "y": 86,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "mystery_egg",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 18
+ },
+ "frame": {
+ "x": 416,
+ "y": 64,
+ "w": 16,
+ "h": 18
+ }
+ },
+ {
+ "filename": "abomasite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 416,
+ "y": 82,
+ "w": 16,
+ "h": 16
+ }
+ },
+ {
+ "filename": "absolite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 416,
+ "y": 98,
+ "w": 16,
+ "h": 16
+ }
+ },
+ {
+ "filename": "revive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 10,
+ "y": 8,
+ "w": 12,
+ "h": 17
+ },
+ "frame": {
+ "x": 420,
+ "y": 44,
+ "w": 12,
+ "h": 17
+ }
+ },
+ {
+ "filename": "big_mushroom",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 19
+ },
+ "frame": {
+ "x": 245,
+ "y": 109,
+ "w": 19,
+ "h": 19
+ }
+ },
+ {
+ "filename": "blue_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 20
+ },
+ "frame": {
+ "x": 264,
+ "y": 108,
+ "w": 20,
+ "h": 20
+ }
+ },
+ {
+ "filename": "mini_black_hole",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 284,
+ "y": 106,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "moon_flute",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 306,
+ "y": 106,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "liechi_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 328,
+ "y": 107,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "normal_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 350,
+ "y": 107,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "poison_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 372,
+ "y": 108,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "protector",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 394,
+ "y": 108,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "aerodactylite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 416,
+ "y": 114,
+ "w": 16,
+ "h": 16
+ }
+ },
+ {
+ "filename": "psychic_memory",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5653,11 +4771,95 @@
},
"frame": {
"x": 179,
- "y": 404,
+ "y": 346,
"w": 22,
"h": 22
}
},
+ {
+ "filename": "aggronite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 179,
+ "y": 368,
+ "w": 16,
+ "h": 16
+ }
+ },
+ {
+ "filename": "super_potion",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 23
+ },
+ "frame": {
+ "x": 186,
+ "y": 384,
+ "w": 17,
+ "h": 23
+ }
+ },
+ {
+ "filename": "alakazite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 195,
+ "y": 368,
+ "w": 16,
+ "h": 16
+ }
+ },
+ {
+ "filename": "hard_meteorite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 20,
+ "h": 22
+ },
+ "frame": {
+ "x": 201,
+ "y": 346,
+ "w": 20,
+ "h": 22
+ }
+ },
{
"filename": "leftovers",
"rotated": false,
@@ -5673,14 +4875,35 @@
"h": 22
},
"frame": {
- "x": 358,
- "y": 89,
+ "x": 203,
+ "y": 384,
"w": 15,
"h": 22
}
},
{
- "filename": "razor_fang",
+ "filename": "altarianite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 211,
+ "y": 368,
+ "w": 16,
+ "h": 16
+ }
+ },
+ {
+ "filename": "lock_capsule",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -5689,15 +4912,57 @@
},
"spriteSourceSize": {
"x": 7,
- "y": 6,
- "w": 18,
- "h": 20
+ "y": 5,
+ "w": 19,
+ "h": 22
},
"frame": {
- "x": 373,
- "y": 88,
- "w": 18,
- "h": 20
+ "x": 218,
+ "y": 384,
+ "w": 19,
+ "h": 22
+ }
+ },
+ {
+ "filename": "metal_coat",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 19,
+ "h": 22
+ },
+ "frame": {
+ "x": 196,
+ "y": 407,
+ "w": 19,
+ "h": 22
+ }
+ },
+ {
+ "filename": "rock_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 215,
+ "y": 406,
+ "w": 22,
+ "h": 22
}
},
{
@@ -5715,12 +4980,852 @@
"h": 22
},
"frame": {
- "x": 357,
- "y": 111,
+ "x": 206,
+ "y": 209,
"w": 17,
"h": 22
}
},
+ {
+ "filename": "scroll_of_darkness",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 203,
+ "y": 231,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "scroll_of_waters",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 203,
+ "y": 253,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "shed_shell",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 203,
+ "y": 275,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "starf_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 203,
+ "y": 297,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "steel_memory",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 203,
+ "y": 319,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "quick_claw",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 21
+ },
+ "frame": {
+ "x": 204,
+ "y": 126,
+ "w": 19,
+ "h": 21
+ }
+ },
+ {
+ "filename": "golden_mystic_ticket",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 223,
+ "y": 128,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "mystic_ticket",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 246,
+ "y": 128,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "pair_of_tickets",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 19
+ },
+ "frame": {
+ "x": 269,
+ "y": 128,
+ "w": 23,
+ "h": 19
+ }
+ },
+ {
+ "filename": "blunder_policy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 292,
+ "y": 128,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "dubious_disc",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 314,
+ "y": 128,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "ampharosite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 204,
+ "y": 147,
+ "w": 16,
+ "h": 16
+ }
+ },
+ {
+ "filename": "burn_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 220,
+ "y": 147,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "chill_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 243,
+ "y": 147,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "douse_drive",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 266,
+ "y": 147,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "relic_crown",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 7,
+ "w": 23,
+ "h": 18
+ },
+ "frame": {
+ "x": 289,
+ "y": 147,
+ "w": 23,
+ "h": 18
+ }
+ },
+ {
+ "filename": "fairy_feather",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 312,
+ "y": 147,
+ "w": 22,
+ "h": 20
+ }
+ },
+ {
+ "filename": "sun_flute",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 206,
+ "y": 164,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "thick_club",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 228,
+ "y": 164,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "thunder_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 212,
+ "y": 186,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_bug",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 250,
+ "y": 164,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_dark",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 234,
+ "y": 186,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_dragon",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 223,
+ "y": 208,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "sitrus_berry",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 5,
+ "w": 20,
+ "h": 22
+ },
+ "frame": {
+ "x": 225,
+ "y": 230,
+ "w": 20,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_electric",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 225,
+ "y": 252,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_fairy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 225,
+ "y": 274,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_fighting",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 225,
+ "y": 296,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_fire",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 225,
+ "y": 318,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "soothe_bell",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 5,
+ "w": 17,
+ "h": 22
+ },
+ "frame": {
+ "x": 272,
+ "y": 164,
+ "w": 17,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_flying",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 256,
+ "y": 186,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_ghost",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 245,
+ "y": 208,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_grass",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 245,
+ "y": 230,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "sweet_apple",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 289,
+ "y": 165,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "tm_ground",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 278,
+ "y": 186,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_ice",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 267,
+ "y": 208,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_normal",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 267,
+ "y": 230,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_poison",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 247,
+ "y": 252,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_psychic",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 247,
+ "y": 274,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_rock",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 247,
+ "y": 296,
+ "w": 22,
+ "h": 22
+ }
+ },
+ {
+ "filename": "tm_steel",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 5,
+ "w": 22,
+ "h": 22
+ },
+ "frame": {
+ "x": 247,
+ "y": 318,
+ "w": 22,
+ "h": 22
+ }
+ },
{
"filename": "tm_water",
"rotated": false,
@@ -5736,8 +5841,8 @@
"h": 22
},
"frame": {
- "x": 353,
- "y": 133,
+ "x": 269,
+ "y": 252,
"w": 22,
"h": 22
}
@@ -5757,8 +5862,8 @@
"h": 22
},
"frame": {
- "x": 353,
- "y": 155,
+ "x": 269,
+ "y": 274,
"w": 22,
"h": 22
}
@@ -5778,8 +5883,8 @@
"h": 22
},
"frame": {
- "x": 353,
- "y": 177,
+ "x": 269,
+ "y": 296,
"w": 22,
"h": 22
}
@@ -5799,12 +5904,33 @@
"h": 22
},
"frame": {
- "x": 354,
- "y": 199,
+ "x": 269,
+ "y": 318,
"w": 22,
"h": 22
}
},
+ {
+ "filename": "malicious_armor",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 20
+ },
+ "frame": {
+ "x": 311,
+ "y": 167,
+ "w": 22,
+ "h": 20
+ }
+ },
{
"filename": "x_attack",
"rotated": false,
@@ -5820,8 +5946,8 @@
"h": 22
},
"frame": {
- "x": 356,
- "y": 221,
+ "x": 289,
+ "y": 208,
"w": 22,
"h": 22
}
@@ -5841,12 +5967,33 @@
"h": 22
},
"frame": {
- "x": 355,
- "y": 243,
+ "x": 289,
+ "y": 230,
"w": 22,
"h": 22
}
},
+ {
+ "filename": "syrupy_apple",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 300,
+ "y": 187,
+ "w": 22,
+ "h": 21
+ }
+ },
{
"filename": "x_sp_atk",
"rotated": false,
@@ -5862,54 +6009,12 @@
"h": 22
},
"frame": {
- "x": 355,
- "y": 265,
+ "x": 291,
+ "y": 252,
"w": 22,
"h": 22
}
},
- {
- "filename": "potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 374,
- "y": 108,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "unknown",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 391,
- "y": 91,
- "w": 16,
- "h": 24
- }
- },
{
"filename": "x_sp_def",
"rotated": false,
@@ -5925,96 +6030,12 @@
"h": 22
},
"frame": {
- "x": 407,
- "y": 92,
+ "x": 291,
+ "y": 274,
"w": 22,
"h": 22
}
},
- {
- "filename": "zinc",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 16,
- "h": 24
- },
- "frame": {
- "x": 375,
- "y": 131,
- "w": 16,
- "h": 24
- }
- },
- {
- "filename": "super_potion",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 23
- },
- "frame": {
- "x": 391,
- "y": 115,
- "w": 17,
- "h": 23
- }
- },
- {
- "filename": "wise_glasses",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 8,
- "w": 23,
- "h": 17
- },
- "frame": {
- "x": 408,
- "y": 114,
- "w": 23,
- "h": 17
- }
- },
- {
- "filename": "soothe_bell",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 17,
- "h": 22
- },
- "frame": {
- "x": 375,
- "y": 155,
- "w": 17,
- "h": 22
- }
- },
{
"filename": "x_speed",
"rotated": false,
@@ -6030,12 +6051,75 @@
"h": 22
},
"frame": {
- "x": 375,
- "y": 177,
+ "x": 291,
+ "y": 296,
"w": 22,
"h": 22
}
},
+ {
+ "filename": "tart_apple",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 22,
+ "h": 21
+ },
+ "frame": {
+ "x": 291,
+ "y": 318,
+ "w": 22,
+ "h": 21
+ }
+ },
+ {
+ "filename": "dawn_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 20,
+ "h": 21
+ },
+ "frame": {
+ "x": 322,
+ "y": 187,
+ "w": 20,
+ "h": 21
+ }
+ },
+ {
+ "filename": "dusk_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 6,
+ "w": 21,
+ "h": 21
+ },
+ "frame": {
+ "x": 311,
+ "y": 208,
+ "w": 21,
+ "h": 21
+ }
+ },
{
"filename": "poison_barb",
"rotated": false,
@@ -6051,14 +6135,14 @@
"h": 21
},
"frame": {
- "x": 376,
- "y": 199,
+ "x": 311,
+ "y": 229,
"w": 21,
"h": 21
}
},
{
- "filename": "quick_claw",
+ "filename": "flying_tera_shard",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6066,39 +6150,18 @@
"h": 32
},
"spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
+ "x": 7,
+ "y": 5,
+ "w": 20,
"h": 21
},
"frame": {
- "x": 378,
- "y": 220,
- "w": 19,
+ "x": 313,
+ "y": 250,
+ "w": 20,
"h": 21
}
},
- {
- "filename": "absolite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 391,
- "y": 138,
- "w": 16,
- "h": 16
- }
- },
{
"filename": "shiny_stone",
"rotated": false,
@@ -6114,243 +6177,12 @@
"h": 21
},
"frame": {
- "x": 392,
- "y": 154,
+ "x": 313,
+ "y": 271,
"w": 21,
"h": 21
}
},
- {
- "filename": "oval_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 19
- },
- "frame": {
- "x": 413,
- "y": 131,
- "w": 18,
- "h": 19
- }
- },
- {
- "filename": "baton",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 150,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "candy",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 11,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 168,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "mystery_egg",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 18
- },
- "frame": {
- "x": 397,
- "y": 175,
- "w": 16,
- "h": 18
- }
- },
- {
- "filename": "dark_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 186,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "aerodactylite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 397,
- "y": 193,
- "w": 16,
- "h": 16
- }
- },
- {
- "filename": "flame_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 204,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "aggronite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 397,
- "y": 209,
- "w": 16,
- "h": 16
- }
- },
- {
- "filename": "light_ball",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 222,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "alakazite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 397,
- "y": 225,
- "w": 16,
- "h": 16
- }
- },
- {
- "filename": "light_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 413,
- "y": 240,
- "w": 18,
- "h": 18
- }
- },
{
"filename": "zoom_lens",
"rotated": false,
@@ -6366,35 +6198,14 @@
"h": 21
},
"frame": {
- "x": 200,
- "y": 279,
+ "x": 313,
+ "y": 292,
"w": 21,
"h": 21
}
},
{
- "filename": "lum_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
- },
- "frame": {
- "x": 221,
- "y": 281,
- "w": 20,
- "h": 19
- }
- },
- {
- "filename": "masterpiece_teacup",
+ "filename": "tera_orb",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6403,19 +6214,40 @@
},
"spriteSourceSize": {
"x": 5,
- "y": 7,
- "w": 21,
- "h": 18
+ "y": 6,
+ "w": 22,
+ "h": 20
},
"frame": {
- "x": 241,
- "y": 282,
- "w": 21,
- "h": 18
+ "x": 313,
+ "y": 313,
+ "w": 22,
+ "h": 20
}
},
{
- "filename": "old_gateau",
+ "filename": "spell_tag",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 19,
+ "h": 21
+ },
+ "frame": {
+ "x": 332,
+ "y": 208,
+ "w": 19,
+ "h": 21
+ }
+ },
+ {
+ "filename": "candy_jar",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6424,40 +6256,19 @@
},
"spriteSourceSize": {
"x": 6,
- "y": 8,
- "w": 21,
- "h": 18
+ "y": 6,
+ "w": 19,
+ "h": 20
},
"frame": {
- "x": 262,
- "y": 282,
- "w": 21,
- "h": 18
+ "x": 332,
+ "y": 229,
+ "w": 19,
+ "h": 20
}
},
{
- "filename": "altarianite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 200,
- "y": 300,
- "w": 16,
- "h": 16
- }
- },
- {
- "filename": "sharp_meteorite",
+ "filename": "gb",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6466,19 +6277,19 @@
},
"spriteSourceSize": {
"x": 6,
- "y": 8,
- "w": 21,
- "h": 18
+ "y": 6,
+ "w": 20,
+ "h": 20
},
"frame": {
- "x": 216,
- "y": 300,
- "w": 21,
- "h": 18
+ "x": 333,
+ "y": 249,
+ "w": 20,
+ "h": 20
}
},
{
- "filename": "unremarkable_teacup",
+ "filename": "hard_stone",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6486,16 +6297,16 @@
"h": 32
},
"spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 21,
- "h": 18
+ "x": 6,
+ "y": 6,
+ "w": 19,
+ "h": 20
},
"frame": {
- "x": 237,
- "y": 300,
- "w": 21,
- "h": 18
+ "x": 334,
+ "y": 269,
+ "w": 19,
+ "h": 20
}
},
{
@@ -6513,8 +6324,8 @@
"h": 20
},
"frame": {
- "x": 258,
- "y": 300,
+ "x": 334,
+ "y": 289,
"w": 20,
"h": 20
}
@@ -6534,12 +6345,75 @@
"h": 20
},
"frame": {
- "x": 283,
- "y": 285,
+ "x": 335,
+ "y": 309,
"w": 20,
"h": 20
}
},
+ {
+ "filename": "golden_egg",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 17,
+ "h": 20
+ },
+ "frame": {
+ "x": 333,
+ "y": 167,
+ "w": 17,
+ "h": 20
+ }
+ },
+ {
+ "filename": "lucky_egg",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 6,
+ "w": 17,
+ "h": 20
+ },
+ "frame": {
+ "x": 334,
+ "y": 147,
+ "w": 17,
+ "h": 20
+ }
+ },
+ {
+ "filename": "masterpiece_teacup",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 336,
+ "y": 129,
+ "w": 21,
+ "h": 18
+ }
+ },
{
"filename": "pb",
"rotated": false,
@@ -6555,8 +6429,8 @@
"h": 20
},
"frame": {
- "x": 303,
- "y": 285,
+ "x": 342,
+ "y": 187,
"w": 20,
"h": 20
}
@@ -6576,8 +6450,8 @@
"h": 20
},
"frame": {
- "x": 278,
- "y": 305,
+ "x": 350,
+ "y": 167,
"w": 20,
"h": 20
}
@@ -6597,14 +6471,14 @@
"h": 20
},
"frame": {
- "x": 298,
- "y": 305,
+ "x": 351,
+ "y": 147,
"w": 20,
"h": 20
}
},
{
- "filename": "revive",
+ "filename": "shock_drive",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6612,20 +6486,62 @@
"h": 32
},
"spriteSourceSize": {
- "x": 10,
+ "x": 4,
"y": 8,
- "w": 12,
+ "w": 23,
"h": 17
},
"frame": {
- "x": 202,
- "y": 316,
- "w": 12,
+ "x": 357,
+ "y": 130,
+ "w": 23,
"h": 17
}
},
{
- "filename": "power_herb",
+ "filename": "wise_glasses",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 23,
+ "h": 17
+ },
+ "frame": {
+ "x": 380,
+ "y": 130,
+ "w": 23,
+ "h": 17
+ }
+ },
+ {
+ "filename": "upgrade",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 22,
+ "h": 19
+ },
+ "frame": {
+ "x": 371,
+ "y": 147,
+ "w": 22,
+ "h": 19
+ }
+ },
+ {
+ "filename": "metal_alloy",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6635,18 +6551,18 @@
"spriteSourceSize": {
"x": 6,
"y": 7,
- "w": 20,
+ "w": 21,
"h": 19
},
"frame": {
- "x": 214,
- "y": 318,
- "w": 20,
+ "x": 403,
+ "y": 130,
+ "w": 21,
"h": 19
}
},
{
- "filename": "razor_claw",
+ "filename": "razor_fang",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6654,16 +6570,16 @@
"h": 32
},
"spriteSourceSize": {
- "x": 6,
- "y": 7,
- "w": 20,
- "h": 19
+ "x": 7,
+ "y": 6,
+ "w": 18,
+ "h": 20
},
"frame": {
- "x": 234,
- "y": 318,
- "w": 20,
- "h": 19
+ "x": 351,
+ "y": 207,
+ "w": 18,
+ "h": 20
}
},
{
@@ -6681,8 +6597,8 @@
"h": 20
},
"frame": {
- "x": 254,
- "y": 320,
+ "x": 351,
+ "y": 227,
"w": 20,
"h": 20
}
@@ -6702,8 +6618,8 @@
"h": 20
},
"frame": {
- "x": 274,
- "y": 325,
+ "x": 353,
+ "y": 247,
"w": 20,
"h": 20
}
@@ -6723,33 +6639,12 @@
"h": 20
},
"frame": {
- "x": 294,
- "y": 325,
+ "x": 353,
+ "y": 267,
"w": 20,
"h": 20
}
},
- {
- "filename": "spell_tag",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 19,
- "h": 21
- },
- "frame": {
- "x": 202,
- "y": 337,
- "w": 19,
- "h": 21
- }
- },
{
"filename": "ub",
"rotated": false,
@@ -6765,14 +6660,14 @@
"h": 20
},
"frame": {
- "x": 221,
- "y": 337,
+ "x": 354,
+ "y": 287,
"w": 20,
"h": 20
}
},
{
- "filename": "white_herb",
+ "filename": "lum_berry",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6786,98 +6681,14 @@
"h": 19
},
"frame": {
- "x": 323,
- "y": 287,
+ "x": 355,
+ "y": 307,
"w": 20,
"h": 19
}
},
{
- "filename": "apicot_berry",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 20
- },
- "frame": {
- "x": 343,
- "y": 287,
- "w": 19,
- "h": 20
- }
- },
- {
- "filename": "candy_jar",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 20
- },
- "frame": {
- "x": 362,
- "y": 287,
- "w": 19,
- "h": 20
- }
- },
- {
- "filename": "big_mushroom",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 19
- },
- "frame": {
- "x": 318,
- "y": 306,
- "w": 19,
- "h": 19
- }
- },
- {
- "filename": "hard_stone",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 19,
- "h": 20
- },
- "frame": {
- "x": 314,
- "y": 325,
- "w": 19,
- "h": 20
- }
- },
- {
- "filename": "wl_ability_urge",
+ "filename": "old_gateau",
"rotated": false,
"trimmed": true,
"sourceSize": {
@@ -6887,16 +6698,37 @@
"spriteSourceSize": {
"x": 6,
"y": 8,
- "w": 20,
+ "w": 21,
"h": 18
},
"frame": {
- "x": 337,
- "y": 307,
- "w": 20,
+ "x": 393,
+ "y": 149,
+ "w": 21,
"h": 18
}
},
+ {
+ "filename": "oval_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 19
+ },
+ "frame": {
+ "x": 414,
+ "y": 149,
+ "w": 18,
+ "h": 19
+ }
+ },
{
"filename": "miracle_seed",
"rotated": false,
@@ -6912,12 +6744,159 @@
"h": 19
},
"frame": {
- "x": 333,
- "y": 325,
+ "x": 362,
+ "y": 187,
"w": 19,
"h": 19
}
},
+ {
+ "filename": "power_herb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 369,
+ "y": 206,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "razor_claw",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 371,
+ "y": 225,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "white_herb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 7,
+ "w": 20,
+ "h": 19
+ },
+ "frame": {
+ "x": 373,
+ "y": 244,
+ "w": 20,
+ "h": 19
+ }
+ },
+ {
+ "filename": "sharp_meteorite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 373,
+ "y": 263,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "unremarkable_teacup",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 7,
+ "w": 21,
+ "h": 18
+ },
+ "frame": {
+ "x": 374,
+ "y": 281,
+ "w": 21,
+ "h": 18
+ }
+ },
+ {
+ "filename": "wl_ability_urge",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 18
+ },
+ "frame": {
+ "x": 375,
+ "y": 299,
+ "w": 20,
+ "h": 18
+ }
+ },
+ {
+ "filename": "everstone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 20,
+ "h": 17
+ },
+ "frame": {
+ "x": 375,
+ "y": 317,
+ "w": 20,
+ "h": 17
+ }
+ },
{
"filename": "wl_antidote",
"rotated": false,
@@ -6933,8 +6912,8 @@
"h": 18
},
"frame": {
- "x": 357,
- "y": 307,
+ "x": 355,
+ "y": 326,
"w": 20,
"h": 18
}
@@ -6954,8 +6933,8 @@
"h": 18
},
"frame": {
- "x": 352,
- "y": 325,
+ "x": 335,
+ "y": 329,
"w": 20,
"h": 18
}
@@ -6975,75 +6954,12 @@
"h": 18
},
"frame": {
- "x": 241,
- "y": 340,
+ "x": 375,
+ "y": 334,
"w": 20,
"h": 18
}
},
- {
- "filename": "golden_egg",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 17,
- "h": 20
- },
- "frame": {
- "x": 372,
- "y": 325,
- "w": 17,
- "h": 20
- }
- },
- {
- "filename": "toxic_orb",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 7,
- "w": 18,
- "h": 18
- },
- "frame": {
- "x": 377,
- "y": 307,
- "w": 18,
- "h": 18
- }
- },
- {
- "filename": "lucky_egg",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 17,
- "h": 20
- },
- "frame": {
- "x": 389,
- "y": 325,
- "w": 17,
- "h": 20
- }
- },
{
"filename": "wl_custom_spliced",
"rotated": false,
@@ -7059,8 +6975,8 @@
"h": 18
},
"frame": {
- "x": 352,
- "y": 343,
+ "x": 355,
+ "y": 344,
"w": 20,
"h": 18
}
@@ -7080,8 +6996,8 @@
"h": 18
},
"frame": {
- "x": 372,
- "y": 345,
+ "x": 375,
+ "y": 352,
"w": 20,
"h": 18
}
@@ -7101,8 +7017,8 @@
"h": 18
},
"frame": {
- "x": 392,
- "y": 345,
+ "x": 313,
+ "y": 333,
"w": 20,
"h": 18
}
@@ -7122,33 +7038,12 @@
"h": 18
},
"frame": {
- "x": 378,
- "y": 241,
+ "x": 333,
+ "y": 347,
"w": 20,
"h": 18
}
},
- {
- "filename": "relic_gold",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 11,
- "w": 15,
- "h": 11
- },
- "frame": {
- "x": 398,
- "y": 241,
- "w": 15,
- "h": 11
- }
- },
{
"filename": "wl_full_heal",
"rotated": false,
@@ -7164,8 +7059,8 @@
"h": 18
},
"frame": {
- "x": 377,
- "y": 259,
+ "x": 371,
+ "y": 166,
"w": 20,
"h": 18
}
@@ -7185,8 +7080,8 @@
"h": 18
},
"frame": {
- "x": 381,
- "y": 277,
+ "x": 391,
+ "y": 167,
"w": 20,
"h": 18
}
@@ -7206,8 +7101,8 @@
"h": 18
},
"frame": {
- "x": 397,
- "y": 259,
+ "x": 411,
+ "y": 168,
"w": 20,
"h": 18
}
@@ -7227,12 +7122,96 @@
"h": 18
},
"frame": {
- "x": 401,
- "y": 277,
+ "x": 381,
+ "y": 185,
"w": 20,
"h": 18
}
},
+ {
+ "filename": "baton",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 389,
+ "y": 203,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "candy",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 11,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 391,
+ "y": 221,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "dark_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 393,
+ "y": 239,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "flame_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 394,
+ "y": 257,
+ "w": 18,
+ "h": 18
+ }
+ },
{
"filename": "wl_ice_heal",
"rotated": false,
@@ -7248,54 +7227,12 @@
"h": 18
},
"frame": {
- "x": 395,
- "y": 295,
+ "x": 412,
+ "y": 186,
"w": 20,
"h": 18
}
},
- {
- "filename": "ampharosite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 415,
- "y": 295,
- "w": 16,
- "h": 16
- }
- },
- {
- "filename": "audinite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 415,
- "y": 311,
- "w": 16,
- "h": 16
- }
- },
{
"filename": "wl_item_drop",
"rotated": false,
@@ -7311,33 +7248,12 @@
"h": 18
},
"frame": {
- "x": 406,
- "y": 327,
+ "x": 412,
+ "y": 204,
"w": 20,
"h": 18
}
},
- {
- "filename": "banettite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 412,
- "y": 345,
- "w": 16,
- "h": 16
- }
- },
{
"filename": "wl_item_urge",
"rotated": false,
@@ -7353,8 +7269,8 @@
"h": 18
},
"frame": {
- "x": 221,
- "y": 357,
+ "x": 412,
+ "y": 222,
"w": 20,
"h": 18
}
@@ -7374,8 +7290,8 @@
"h": 18
},
"frame": {
- "x": 241,
- "y": 358,
+ "x": 412,
+ "y": 240,
"w": 20,
"h": 18
}
@@ -7395,12 +7311,96 @@
"h": 18
},
"frame": {
- "x": 201,
- "y": 360,
+ "x": 412,
+ "y": 258,
"w": 20,
"h": 18
}
},
+ {
+ "filename": "audinite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 395,
+ "y": 275,
+ "w": 16,
+ "h": 16
+ }
+ },
+ {
+ "filename": "light_ball",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 395,
+ "y": 291,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "light_stone",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 395,
+ "y": 309,
+ "w": 18,
+ "h": 18
+ }
+ },
+ {
+ "filename": "toxic_orb",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 7,
+ "w": 18,
+ "h": 18
+ },
+ "frame": {
+ "x": 395,
+ "y": 327,
+ "w": 18,
+ "h": 18
+ }
+ },
{
"filename": "wl_max_potion",
"rotated": false,
@@ -7416,8 +7416,8 @@
"h": 18
},
"frame": {
- "x": 201,
- "y": 378,
+ "x": 395,
+ "y": 345,
"w": 20,
"h": 18
}
@@ -7437,8 +7437,8 @@
"h": 18
},
"frame": {
- "x": 221,
- "y": 375,
+ "x": 395,
+ "y": 363,
"w": 20,
"h": 18
}
@@ -7458,8 +7458,8 @@
"h": 18
},
"frame": {
- "x": 201,
- "y": 396,
+ "x": 225,
+ "y": 340,
"w": 20,
"h": 18
}
@@ -7479,8 +7479,8 @@
"h": 18
},
"frame": {
- "x": 221,
- "y": 393,
+ "x": 245,
+ "y": 340,
"w": 20,
"h": 18
}
@@ -7500,8 +7500,8 @@
"h": 18
},
"frame": {
- "x": 241,
- "y": 376,
+ "x": 265,
+ "y": 340,
"w": 20,
"h": 18
}
@@ -7521,33 +7521,12 @@
"h": 18
},
"frame": {
- "x": 241,
- "y": 394,
+ "x": 227,
+ "y": 358,
"w": 20,
"h": 18
}
},
- {
- "filename": "beedrillite",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 16,
- "h": 16
- },
- "frame": {
- "x": 201,
- "y": 414,
- "w": 16,
- "h": 16
- }
- },
{
"filename": "wl_super_potion",
"rotated": false,
@@ -7563,12 +7542,54 @@
"h": 18
},
"frame": {
- "x": 261,
- "y": 345,
+ "x": 247,
+ "y": 358,
"w": 20,
"h": 18
}
},
+ {
+ "filename": "banettite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 267,
+ "y": 358,
+ "w": 16,
+ "h": 16
+ }
+ },
+ {
+ "filename": "beedrillite",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 32,
+ "h": 32
+ },
+ "spriteSourceSize": {
+ "x": 8,
+ "y": 8,
+ "w": 16,
+ "h": 16
+ },
+ "frame": {
+ "x": 237,
+ "y": 376,
+ "w": 16,
+ "h": 16
+ }
+ },
{
"filename": "blastoisinite",
"rotated": false,
@@ -7584,8 +7605,8 @@
"h": 16
},
"frame": {
- "x": 261,
- "y": 363,
+ "x": 237,
+ "y": 392,
"w": 16,
"h": 16
}
@@ -7605,8 +7626,8 @@
"h": 16
},
"frame": {
- "x": 281,
- "y": 345,
+ "x": 237,
+ "y": 408,
"w": 16,
"h": 16
}
@@ -7626,8 +7647,8 @@
"h": 16
},
"frame": {
- "x": 261,
- "y": 379,
+ "x": 253,
+ "y": 376,
"w": 16,
"h": 16
}
@@ -7647,8 +7668,8 @@
"h": 16
},
"frame": {
- "x": 297,
- "y": 345,
+ "x": 253,
+ "y": 392,
"w": 16,
"h": 16
}
@@ -7668,8 +7689,8 @@
"h": 16
},
"frame": {
- "x": 261,
- "y": 395,
+ "x": 253,
+ "y": 408,
"w": 16,
"h": 16
}
@@ -7689,8 +7710,8 @@
"h": 16
},
"frame": {
- "x": 313,
- "y": 345,
+ "x": 269,
+ "y": 374,
"w": 16,
"h": 16
}
@@ -7710,8 +7731,8 @@
"h": 16
},
"frame": {
- "x": 217,
- "y": 414,
+ "x": 269,
+ "y": 390,
"w": 16,
"h": 16
}
@@ -7731,8 +7752,8 @@
"h": 16
},
"frame": {
- "x": 233,
- "y": 412,
+ "x": 269,
+ "y": 406,
"w": 16,
"h": 16
}
@@ -7752,8 +7773,8 @@
"h": 16
},
"frame": {
- "x": 249,
- "y": 412,
+ "x": 285,
+ "y": 340,
"w": 16,
"h": 16
}
@@ -7773,8 +7794,8 @@
"h": 16
},
"frame": {
- "x": 265,
- "y": 411,
+ "x": 283,
+ "y": 358,
"w": 16,
"h": 16
}
@@ -7794,8 +7815,8 @@
"h": 16
},
"frame": {
- "x": 329,
- "y": 345,
+ "x": 285,
+ "y": 374,
"w": 16,
"h": 16
}
@@ -7815,8 +7836,8 @@
"h": 16
},
"frame": {
- "x": 277,
- "y": 363,
+ "x": 285,
+ "y": 390,
"w": 16,
"h": 16
}
@@ -7836,8 +7857,8 @@
"h": 16
},
"frame": {
- "x": 277,
- "y": 379,
+ "x": 285,
+ "y": 406,
"w": 16,
"h": 16
}
@@ -7857,8 +7878,8 @@
"h": 16
},
"frame": {
- "x": 277,
- "y": 395,
+ "x": 353,
+ "y": 362,
"w": 16,
"h": 16
}
@@ -7878,8 +7899,8 @@
"h": 16
},
"frame": {
- "x": 293,
- "y": 361,
+ "x": 369,
+ "y": 370,
"w": 16,
"h": 16
}
@@ -7899,8 +7920,8 @@
"h": 16
},
"frame": {
- "x": 309,
- "y": 361,
+ "x": 413,
+ "y": 276,
"w": 16,
"h": 16
}
@@ -7920,8 +7941,8 @@
"h": 16
},
"frame": {
- "x": 293,
- "y": 377,
+ "x": 413,
+ "y": 292,
"w": 16,
"h": 16
}
@@ -7941,8 +7962,8 @@
"h": 16
},
"frame": {
- "x": 325,
- "y": 361,
+ "x": 413,
+ "y": 308,
"w": 16,
"h": 16
}
@@ -7962,8 +7983,8 @@
"h": 16
},
"frame": {
- "x": 293,
- "y": 393,
+ "x": 413,
+ "y": 324,
"w": 16,
"h": 16
}
@@ -7983,8 +8004,8 @@
"h": 16
},
"frame": {
- "x": 309,
- "y": 377,
+ "x": 415,
+ "y": 340,
"w": 16,
"h": 16
}
@@ -8004,8 +8025,8 @@
"h": 16
},
"frame": {
- "x": 309,
- "y": 393,
+ "x": 415,
+ "y": 356,
"w": 16,
"h": 16
}
@@ -8025,8 +8046,8 @@
"h": 16
},
"frame": {
- "x": 325,
- "y": 377,
+ "x": 415,
+ "y": 372,
"w": 16,
"h": 16
}
@@ -8046,8 +8067,8 @@
"h": 16
},
"frame": {
- "x": 325,
- "y": 393,
+ "x": 299,
+ "y": 356,
"w": 16,
"h": 16
}
@@ -8067,8 +8088,8 @@
"h": 16
},
"frame": {
- "x": 281,
- "y": 411,
+ "x": 301,
+ "y": 372,
"w": 16,
"h": 16
}
@@ -8088,8 +8109,8 @@
"h": 16
},
"frame": {
- "x": 297,
- "y": 409,
+ "x": 301,
+ "y": 388,
"w": 16,
"h": 16
}
@@ -8109,8 +8130,8 @@
"h": 16
},
"frame": {
- "x": 313,
- "y": 409,
+ "x": 301,
+ "y": 404,
"w": 16,
"h": 16
}
@@ -8130,8 +8151,8 @@
"h": 16
},
"frame": {
- "x": 329,
- "y": 409,
+ "x": 317,
+ "y": 351,
"w": 16,
"h": 16
}
@@ -8151,8 +8172,8 @@
"h": 16
},
"frame": {
- "x": 341,
- "y": 361,
+ "x": 317,
+ "y": 367,
"w": 16,
"h": 16
}
@@ -8172,8 +8193,8 @@
"h": 16
},
"frame": {
- "x": 341,
- "y": 377,
+ "x": 333,
+ "y": 365,
"w": 16,
"h": 16
}
@@ -8193,8 +8214,8 @@
"h": 16
},
"frame": {
- "x": 341,
- "y": 393,
+ "x": 317,
+ "y": 383,
"w": 16,
"h": 16
}
@@ -8214,8 +8235,8 @@
"h": 16
},
"frame": {
- "x": 345,
- "y": 409,
+ "x": 333,
+ "y": 381,
"w": 16,
"h": 16
}
@@ -8235,8 +8256,8 @@
"h": 16
},
"frame": {
- "x": 412,
- "y": 361,
+ "x": 317,
+ "y": 399,
"w": 16,
"h": 16
}
@@ -8256,8 +8277,8 @@
"h": 16
},
"frame": {
- "x": 357,
- "y": 363,
+ "x": 333,
+ "y": 397,
"w": 16,
"h": 16
}
@@ -8277,8 +8298,8 @@
"h": 16
},
"frame": {
- "x": 357,
- "y": 379,
+ "x": 349,
+ "y": 378,
"w": 16,
"h": 16
}
@@ -8298,8 +8319,8 @@
"h": 16
},
"frame": {
- "x": 373,
- "y": 363,
+ "x": 349,
+ "y": 394,
"w": 16,
"h": 16
}
@@ -8319,8 +8340,8 @@
"h": 16
},
"frame": {
- "x": 373,
- "y": 379,
+ "x": 365,
+ "y": 386,
"w": 16,
"h": 16
}
@@ -8340,8 +8361,8 @@
"h": 16
},
"frame": {
- "x": 389,
- "y": 363,
+ "x": 365,
+ "y": 402,
"w": 16,
"h": 16
}
@@ -8361,8 +8382,8 @@
"h": 16
},
"frame": {
- "x": 389,
- "y": 379,
+ "x": 349,
+ "y": 410,
"w": 16,
"h": 16
}
@@ -8382,8 +8403,8 @@
"h": 16
},
"frame": {
- "x": 405,
- "y": 377,
+ "x": 333,
+ "y": 413,
"w": 16,
"h": 16
}
@@ -8403,8 +8424,8 @@
"h": 16
},
"frame": {
- "x": 361,
- "y": 395,
+ "x": 317,
+ "y": 415,
"w": 16,
"h": 16
}
@@ -8424,8 +8445,8 @@
"h": 16
},
"frame": {
- "x": 377,
- "y": 395,
+ "x": 381,
+ "y": 386,
"w": 16,
"h": 16
}
@@ -8436,6 +8457,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d91a46c431ace3f09f5ca68916a2171e:1e84369d9a13e1416fa58028d629d116:110e074689c9edd2c54833ce2e4d9270$"
+ "smartupdate": "$TexturePacker:SmartUpdate:c228145ca625236e53edc95aac265d56:86524cdf0e3043482141d77259bc4d47:110e074689c9edd2c54833ce2e4d9270$"
}
}
diff --git a/public/images/items.png b/public/images/items.png
index 191766f520e..eb9878a5bfc 100644
Binary files a/public/images/items.png and b/public/images/items.png differ
diff --git a/public/images/items/ability_capsule.png b/public/images/items/ability_capsule.png
index 06b6b3e173d..ee8aec6b346 100644
Binary files a/public/images/items/ability_capsule.png and b/public/images/items/ability_capsule.png differ
diff --git a/public/images/items/ability_charm.png b/public/images/items/ability_charm.png
index 943783ba348..2e9e0368667 100644
Binary files a/public/images/items/ability_charm.png and b/public/images/items/ability_charm.png differ
diff --git a/public/images/items/abomasite.png b/public/images/items/abomasite.png
index 09177d97a44..0758786bb0f 100644
Binary files a/public/images/items/abomasite.png and b/public/images/items/abomasite.png differ
diff --git a/public/images/items/absolite.png b/public/images/items/absolite.png
index 617969f6037..f7fe8b7ac12 100644
Binary files a/public/images/items/absolite.png and b/public/images/items/absolite.png differ
diff --git a/public/images/items/adamant_crystal.png b/public/images/items/adamant_crystal.png
index d729c40ce25..eb35af1540e 100644
Binary files a/public/images/items/adamant_crystal.png and b/public/images/items/adamant_crystal.png differ
diff --git a/public/images/items/aerodactylite.png b/public/images/items/aerodactylite.png
index 1cf5e028d6f..4feb04f3702 100644
Binary files a/public/images/items/aerodactylite.png and b/public/images/items/aerodactylite.png differ
diff --git a/public/images/items/aggronite.png b/public/images/items/aggronite.png
index 18eb9d86270..8feb64633ec 100644
Binary files a/public/images/items/aggronite.png and b/public/images/items/aggronite.png differ
diff --git a/public/images/items/alakazite.png b/public/images/items/alakazite.png
index 02d8ff580f4..ed6acab02ca 100644
Binary files a/public/images/items/alakazite.png and b/public/images/items/alakazite.png differ
diff --git a/public/images/items/altarianite.png b/public/images/items/altarianite.png
index 8d2436bc24a..0bb6be23819 100644
Binary files a/public/images/items/altarianite.png and b/public/images/items/altarianite.png differ
diff --git a/public/images/items/ampharosite.png b/public/images/items/ampharosite.png
index 5ff26217d23..3084c05c1a9 100644
Binary files a/public/images/items/ampharosite.png and b/public/images/items/ampharosite.png differ
diff --git a/public/images/items/amulet_coin.png b/public/images/items/amulet_coin.png
index 88ce369def5..3cda2b2a53b 100644
Binary files a/public/images/items/amulet_coin.png and b/public/images/items/amulet_coin.png differ
diff --git a/public/images/items/apicot_berry.png b/public/images/items/apicot_berry.png
index 2cfa66acdfa..4719671eaf3 100644
Binary files a/public/images/items/apicot_berry.png and b/public/images/items/apicot_berry.png differ
diff --git a/public/images/items/audinite.png b/public/images/items/audinite.png
index 51fdc9310b0..f7c21bf8e3b 100644
Binary files a/public/images/items/audinite.png and b/public/images/items/audinite.png differ
diff --git a/public/images/items/auspicious_armor.png b/public/images/items/auspicious_armor.png
index e3620bb6054..27c40ae0bd0 100644
Binary files a/public/images/items/auspicious_armor.png and b/public/images/items/auspicious_armor.png differ
diff --git a/public/images/items/banettite.png b/public/images/items/banettite.png
index 20704d624c2..b6bcadd72fc 100644
Binary files a/public/images/items/banettite.png and b/public/images/items/banettite.png differ
diff --git a/public/images/items/baton.png b/public/images/items/baton.png
index 8e9ebfae06d..ece81f82b2f 100644
Binary files a/public/images/items/baton.png and b/public/images/items/baton.png differ
diff --git a/public/images/items/beedrillite.png b/public/images/items/beedrillite.png
index 3dd1444bf76..99e516446d7 100644
Binary files a/public/images/items/beedrillite.png and b/public/images/items/beedrillite.png differ
diff --git a/public/images/items/berry_juice.png b/public/images/items/berry_juice.png
index 127fa458906..2f6272eca7c 100644
Binary files a/public/images/items/berry_juice.png and b/public/images/items/berry_juice.png differ
diff --git a/public/images/items/berry_pot.png b/public/images/items/berry_pot.png
index 5841ef1c324..3cb9b90dc53 100644
Binary files a/public/images/items/berry_pot.png and b/public/images/items/berry_pot.png differ
diff --git a/public/images/items/berry_pouch.png b/public/images/items/berry_pouch.png
index 878ef600239..d14d71358a9 100644
Binary files a/public/images/items/berry_pouch.png and b/public/images/items/berry_pouch.png differ
diff --git a/public/images/items/big_mushroom.png b/public/images/items/big_mushroom.png
index 4384c7933b3..eb203a7374c 100644
Binary files a/public/images/items/big_mushroom.png and b/public/images/items/big_mushroom.png differ
diff --git a/public/images/items/big_nugget.png b/public/images/items/big_nugget.png
index 54a5456ad60..e8839daa0b6 100644
Binary files a/public/images/items/big_nugget.png and b/public/images/items/big_nugget.png differ
diff --git a/public/images/items/big_root.png b/public/images/items/big_root.png
index 37eeb5c2f93..24b863ee238 100644
Binary files a/public/images/items/big_root.png and b/public/images/items/big_root.png differ
diff --git a/public/images/items/binding_band.png b/public/images/items/binding_band.png
index f634b02053d..b33256b7b8c 100644
Binary files a/public/images/items/binding_band.png and b/public/images/items/binding_band.png differ
diff --git a/public/images/items/black_augurite.png b/public/images/items/black_augurite.png
index e8531a1a8cf..b34127e2942 100644
Binary files a/public/images/items/black_augurite.png and b/public/images/items/black_augurite.png differ
diff --git a/public/images/items/black_belt.png b/public/images/items/black_belt.png
index 70d13097882..9dde3ff83cd 100644
Binary files a/public/images/items/black_belt.png and b/public/images/items/black_belt.png differ
diff --git a/public/images/items/black_glasses.png b/public/images/items/black_glasses.png
index 52fe0e60a1e..4b18d828964 100644
Binary files a/public/images/items/black_glasses.png and b/public/images/items/black_glasses.png differ
diff --git a/public/images/items/black_sludge.png b/public/images/items/black_sludge.png
index 37aa31de43e..fe308586dd3 100644
Binary files a/public/images/items/black_sludge.png and b/public/images/items/black_sludge.png differ
diff --git a/public/images/items/blank_plate.png b/public/images/items/blank_plate.png
index ec82203340c..c08d25aa3c3 100644
Binary files a/public/images/items/blank_plate.png and b/public/images/items/blank_plate.png differ
diff --git a/public/images/items/blastoisinite.png b/public/images/items/blastoisinite.png
index 6b8310610e8..ea2ddef0640 100644
Binary files a/public/images/items/blastoisinite.png and b/public/images/items/blastoisinite.png differ
diff --git a/public/images/items/blazikenite.png b/public/images/items/blazikenite.png
index f14b108de60..9b6e9e59212 100644
Binary files a/public/images/items/blazikenite.png and b/public/images/items/blazikenite.png differ
diff --git a/public/images/items/blue_orb.png b/public/images/items/blue_orb.png
index 91094d82147..34c19c8aea8 100644
Binary files a/public/images/items/blue_orb.png and b/public/images/items/blue_orb.png differ
diff --git a/public/images/items/blunder_policy.png b/public/images/items/blunder_policy.png
index c1e2e380648..8d5b11cb3f6 100644
Binary files a/public/images/items/blunder_policy.png and b/public/images/items/blunder_policy.png differ
diff --git a/public/images/items/bronze_ribbon.png b/public/images/items/bronze_ribbon.png
index eb9b926c50c..cab218e09f5 100644
Binary files a/public/images/items/bronze_ribbon.png and b/public/images/items/bronze_ribbon.png differ
diff --git a/public/images/items/bug_memory.png b/public/images/items/bug_memory.png
index e166636c780..004b499ba7a 100644
Binary files a/public/images/items/bug_memory.png and b/public/images/items/bug_memory.png differ
diff --git a/public/images/items/bug_tera_shard.png b/public/images/items/bug_tera_shard.png
index c08a3f29ffd..5711fe193bd 100644
Binary files a/public/images/items/bug_tera_shard.png and b/public/images/items/bug_tera_shard.png differ
diff --git a/public/images/items/burn_drive.png b/public/images/items/burn_drive.png
index 47ad9cc8f38..02ee18c02bd 100644
Binary files a/public/images/items/burn_drive.png and b/public/images/items/burn_drive.png differ
diff --git a/public/images/items/calcium.png b/public/images/items/calcium.png
index e98416f6280..4c42228d724 100644
Binary files a/public/images/items/calcium.png and b/public/images/items/calcium.png differ
diff --git a/public/images/items/cameruptite.png b/public/images/items/cameruptite.png
index 5410fc85a39..9eda37e14e1 100644
Binary files a/public/images/items/cameruptite.png and b/public/images/items/cameruptite.png differ
diff --git a/public/images/items/candy.png b/public/images/items/candy.png
index 9a68bdab606..81cf5e19ee2 100644
Binary files a/public/images/items/candy.png and b/public/images/items/candy.png differ
diff --git a/public/images/items/candy_jar.png b/public/images/items/candy_jar.png
index 2718b9fa083..0338b64a86d 100644
Binary files a/public/images/items/candy_jar.png and b/public/images/items/candy_jar.png differ
diff --git a/public/images/items/candy_overlay.png b/public/images/items/candy_overlay.png
index 67df546a633..a1cb428cdee 100644
Binary files a/public/images/items/candy_overlay.png and b/public/images/items/candy_overlay.png differ
diff --git a/public/images/items/carbos.png b/public/images/items/carbos.png
index beb31dcea9e..7dd09f2ec12 100644
Binary files a/public/images/items/carbos.png and b/public/images/items/carbos.png differ
diff --git a/public/images/items/catching_charm.png b/public/images/items/catching_charm.png
index c220ff70c03..57545622131 100644
Binary files a/public/images/items/catching_charm.png and b/public/images/items/catching_charm.png differ
diff --git a/public/images/items/charcoal.png b/public/images/items/charcoal.png
index 4d2511773ef..e10f8f20fd6 100644
Binary files a/public/images/items/charcoal.png and b/public/images/items/charcoal.png differ
diff --git a/public/images/items/charizardite_x.png b/public/images/items/charizardite_x.png
index 81590bb86da..d238a77a9e2 100644
Binary files a/public/images/items/charizardite_x.png and b/public/images/items/charizardite_x.png differ
diff --git a/public/images/items/charizardite_y.png b/public/images/items/charizardite_y.png
index 784eed51ace..5a3ea59d091 100644
Binary files a/public/images/items/charizardite_y.png and b/public/images/items/charizardite_y.png differ
diff --git a/public/images/items/chill_drive.png b/public/images/items/chill_drive.png
index d5ef99b1686..fbf7462479a 100644
Binary files a/public/images/items/chill_drive.png and b/public/images/items/chill_drive.png differ
diff --git a/public/images/items/chipped_pot.png b/public/images/items/chipped_pot.png
index a2f35f9aed9..969c3dc3c16 100644
Binary files a/public/images/items/chipped_pot.png and b/public/images/items/chipped_pot.png differ
diff --git a/public/images/items/choice_scarf.png b/public/images/items/choice_scarf.png
index a83fd1f4b30..2ddf7d3be16 100644
Binary files a/public/images/items/choice_scarf.png and b/public/images/items/choice_scarf.png differ
diff --git a/public/images/items/choice_specs.png b/public/images/items/choice_specs.png
index 513986c524e..09b58f64381 100644
Binary files a/public/images/items/choice_specs.png and b/public/images/items/choice_specs.png differ
diff --git a/public/images/items/clefairy_doll.png b/public/images/items/clefairy_doll.png
index 8e1691dddfa..3b54c83df47 100644
Binary files a/public/images/items/clefairy_doll.png and b/public/images/items/clefairy_doll.png differ
diff --git a/public/images/items/coin_case.png b/public/images/items/coin_case.png
index 14f9878e5c4..3c17c2b13f8 100644
Binary files a/public/images/items/coin_case.png and b/public/images/items/coin_case.png differ
diff --git a/public/images/items/cornerstone_mask.png b/public/images/items/cornerstone_mask.png
index 441af6607a5..205bdef9805 100644
Binary files a/public/images/items/cornerstone_mask.png and b/public/images/items/cornerstone_mask.png differ
diff --git a/public/images/items/coupon.png b/public/images/items/coupon.png
index b1e8089b485..b08fa65fecc 100644
Binary files a/public/images/items/coupon.png and b/public/images/items/coupon.png differ
diff --git a/public/images/items/cracked_pot.png b/public/images/items/cracked_pot.png
index 61cad0d85b7..4afc2caf2c8 100644
Binary files a/public/images/items/cracked_pot.png and b/public/images/items/cracked_pot.png differ
diff --git a/public/images/items/dark_memory.png b/public/images/items/dark_memory.png
index 4349ba8f8cd..e1e503bd036 100644
Binary files a/public/images/items/dark_memory.png and b/public/images/items/dark_memory.png differ
diff --git a/public/images/items/dark_stone.png b/public/images/items/dark_stone.png
index eb8eaa13ba8..c28a93ecabc 100644
Binary files a/public/images/items/dark_stone.png and b/public/images/items/dark_stone.png differ
diff --git a/public/images/items/dark_tera_shard.png b/public/images/items/dark_tera_shard.png
index 4060f9142f6..ca24664b74e 100644
Binary files a/public/images/items/dark_tera_shard.png and b/public/images/items/dark_tera_shard.png differ
diff --git a/public/images/items/dawn_stone.png b/public/images/items/dawn_stone.png
index 0e3da086649..b29d2016a56 100644
Binary files a/public/images/items/dawn_stone.png and b/public/images/items/dawn_stone.png differ
diff --git a/public/images/items/deep_sea_scale.png b/public/images/items/deep_sea_scale.png
index 6a84b01c99e..cf40e652319 100644
Binary files a/public/images/items/deep_sea_scale.png and b/public/images/items/deep_sea_scale.png differ
diff --git a/public/images/items/deep_sea_tooth.png b/public/images/items/deep_sea_tooth.png
index 448c8406867..2cd1980aeb4 100644
Binary files a/public/images/items/deep_sea_tooth.png and b/public/images/items/deep_sea_tooth.png differ
diff --git a/public/images/items/diancite.png b/public/images/items/diancite.png
index 6fff5008673..293d327524e 100644
Binary files a/public/images/items/diancite.png and b/public/images/items/diancite.png differ
diff --git a/public/images/items/dire_hit.png b/public/images/items/dire_hit.png
index 5917fd02d99..0c060710ff2 100644
Binary files a/public/images/items/dire_hit.png and b/public/images/items/dire_hit.png differ
diff --git a/public/images/items/dna_splicers.png b/public/images/items/dna_splicers.png
index 5a3c7fed75b..51c1524076e 100644
Binary files a/public/images/items/dna_splicers.png and b/public/images/items/dna_splicers.png differ
diff --git a/public/images/items/douse_drive.png b/public/images/items/douse_drive.png
index 0f9f780e5cb..fb8e7623184 100644
Binary files a/public/images/items/douse_drive.png and b/public/images/items/douse_drive.png differ
diff --git a/public/images/items/draco_plate.png b/public/images/items/draco_plate.png
index b25df530171..b4702aadba3 100644
Binary files a/public/images/items/draco_plate.png and b/public/images/items/draco_plate.png differ
diff --git a/public/images/items/dragon_fang.png b/public/images/items/dragon_fang.png
index 33659e50307..4a9904e0ef3 100644
Binary files a/public/images/items/dragon_fang.png and b/public/images/items/dragon_fang.png differ
diff --git a/public/images/items/dragon_memory.png b/public/images/items/dragon_memory.png
index 15a3cd170cd..01a14cadf3e 100644
Binary files a/public/images/items/dragon_memory.png and b/public/images/items/dragon_memory.png differ
diff --git a/public/images/items/dragon_scale.png b/public/images/items/dragon_scale.png
index bb8bb028db7..9cec39b22f6 100644
Binary files a/public/images/items/dragon_scale.png and b/public/images/items/dragon_scale.png differ
diff --git a/public/images/items/dragon_tera_shard.png b/public/images/items/dragon_tera_shard.png
index 8c16e2f8eb6..51f20d9f5cb 100644
Binary files a/public/images/items/dragon_tera_shard.png and b/public/images/items/dragon_tera_shard.png differ
diff --git a/public/images/items/dread_plate.png b/public/images/items/dread_plate.png
index 4cdbb76f180..6537320bc0a 100644
Binary files a/public/images/items/dread_plate.png and b/public/images/items/dread_plate.png differ
diff --git a/public/images/items/dubious_disc.png b/public/images/items/dubious_disc.png
index 8bb23497462..122958f9550 100644
Binary files a/public/images/items/dubious_disc.png and b/public/images/items/dubious_disc.png differ
diff --git a/public/images/items/dusk_stone.png b/public/images/items/dusk_stone.png
index 12ad19505d0..e2cf73d04f3 100644
Binary files a/public/images/items/dusk_stone.png and b/public/images/items/dusk_stone.png differ
diff --git a/public/images/items/dynamax_band.png b/public/images/items/dynamax_band.png
index 633da7bdc90..57b9a0caef5 100644
Binary files a/public/images/items/dynamax_band.png and b/public/images/items/dynamax_band.png differ
diff --git a/public/images/items/earth_plate.png b/public/images/items/earth_plate.png
index d40da06f6b6..79fbbad5a84 100644
Binary files a/public/images/items/earth_plate.png and b/public/images/items/earth_plate.png differ
diff --git a/public/images/items/electirizer.png b/public/images/items/electirizer.png
index 7d4488d0ff3..a5589a27e42 100644
Binary files a/public/images/items/electirizer.png and b/public/images/items/electirizer.png differ
diff --git a/public/images/items/electric_memory.png b/public/images/items/electric_memory.png
index 494b0d0d653..d0595356482 100644
Binary files a/public/images/items/electric_memory.png and b/public/images/items/electric_memory.png differ
diff --git a/public/images/items/electric_tera_shard.png b/public/images/items/electric_tera_shard.png
index e4e1003edbc..2195be32929 100644
Binary files a/public/images/items/electric_tera_shard.png and b/public/images/items/electric_tera_shard.png differ
diff --git a/public/images/items/elixir.png b/public/images/items/elixir.png
index 694b07f34b6..b4bf7834e17 100644
Binary files a/public/images/items/elixir.png and b/public/images/items/elixir.png differ
diff --git a/public/images/items/enigma_berry.png b/public/images/items/enigma_berry.png
index 26c7f11ee9c..1a1a20854ed 100644
Binary files a/public/images/items/enigma_berry.png and b/public/images/items/enigma_berry.png differ
diff --git a/public/images/items/ether.png b/public/images/items/ether.png
index 970c9a27778..44a6e79de8e 100644
Binary files a/public/images/items/ether.png and b/public/images/items/ether.png differ
diff --git a/public/images/items/everstone.png b/public/images/items/everstone.png
index 07b32e8850e..194f7b63baf 100644
Binary files a/public/images/items/everstone.png and b/public/images/items/everstone.png differ
diff --git a/public/images/items/eviolite.png b/public/images/items/eviolite.png
index 8eb195ece2a..8591791a5a1 100644
Binary files a/public/images/items/eviolite.png and b/public/images/items/eviolite.png differ
diff --git a/public/images/items/exp_balance.png b/public/images/items/exp_balance.png
index 56c645b70fc..6a03556a3a2 100644
Binary files a/public/images/items/exp_balance.png and b/public/images/items/exp_balance.png differ
diff --git a/public/images/items/exp_charm.png b/public/images/items/exp_charm.png
index b42da73301e..2635e4d8020 100644
Binary files a/public/images/items/exp_charm.png and b/public/images/items/exp_charm.png differ
diff --git a/public/images/items/exp_share.png b/public/images/items/exp_share.png
index d7f4e4d04fb..6b866c63427 100644
Binary files a/public/images/items/exp_share.png and b/public/images/items/exp_share.png differ
diff --git a/public/images/items/expert_belt.png b/public/images/items/expert_belt.png
index 225756626da..86cfd7170de 100644
Binary files a/public/images/items/expert_belt.png and b/public/images/items/expert_belt.png differ
diff --git a/public/images/items/fairy_feather.png b/public/images/items/fairy_feather.png
index 64cabec7500..44923a1db94 100644
Binary files a/public/images/items/fairy_feather.png and b/public/images/items/fairy_feather.png differ
diff --git a/public/images/items/fairy_memory.png b/public/images/items/fairy_memory.png
index 598f3c804ce..b5d0b32ff95 100644
Binary files a/public/images/items/fairy_memory.png and b/public/images/items/fairy_memory.png differ
diff --git a/public/images/items/fairy_tera_shard.png b/public/images/items/fairy_tera_shard.png
index 83e19aeaeba..36fb5e88f1c 100644
Binary files a/public/images/items/fairy_tera_shard.png and b/public/images/items/fairy_tera_shard.png differ
diff --git a/public/images/items/fighting_memory.png b/public/images/items/fighting_memory.png
index 3c152f43900..13789836880 100644
Binary files a/public/images/items/fighting_memory.png and b/public/images/items/fighting_memory.png differ
diff --git a/public/images/items/fighting_tera_shard.png b/public/images/items/fighting_tera_shard.png
index 4241a901902..8423a41cbe8 100644
Binary files a/public/images/items/fighting_tera_shard.png and b/public/images/items/fighting_tera_shard.png differ
diff --git a/public/images/items/fire_memory.png b/public/images/items/fire_memory.png
index 8778baa5f56..4f341417b6e 100644
Binary files a/public/images/items/fire_memory.png and b/public/images/items/fire_memory.png differ
diff --git a/public/images/items/fire_stone.png b/public/images/items/fire_stone.png
index 7fc77cd5975..3db1942dfed 100644
Binary files a/public/images/items/fire_stone.png and b/public/images/items/fire_stone.png differ
diff --git a/public/images/items/fire_tera_shard.png b/public/images/items/fire_tera_shard.png
index 74a04df1680..5783a5e9720 100644
Binary files a/public/images/items/fire_tera_shard.png and b/public/images/items/fire_tera_shard.png differ
diff --git a/public/images/items/fist_plate.png b/public/images/items/fist_plate.png
index 6892d821da6..d992e4ab1c2 100644
Binary files a/public/images/items/fist_plate.png and b/public/images/items/fist_plate.png differ
diff --git a/public/images/items/flame_orb.png b/public/images/items/flame_orb.png
index 32f11719a5d..5132bbb6153 100644
Binary files a/public/images/items/flame_orb.png and b/public/images/items/flame_orb.png differ
diff --git a/public/images/items/flame_plate.png b/public/images/items/flame_plate.png
index 26a56f18462..7633773eee1 100644
Binary files a/public/images/items/flame_plate.png and b/public/images/items/flame_plate.png differ
diff --git a/public/images/items/flying_memory.png b/public/images/items/flying_memory.png
index d4b31e2c240..8d3efbf1401 100644
Binary files a/public/images/items/flying_memory.png and b/public/images/items/flying_memory.png differ
diff --git a/public/images/items/flying_tera_shard.png b/public/images/items/flying_tera_shard.png
index bee18637918..97d3013f70b 100644
Binary files a/public/images/items/flying_tera_shard.png and b/public/images/items/flying_tera_shard.png differ
diff --git a/public/images/items/focus_band.png b/public/images/items/focus_band.png
index 830e1294213..3a04ae17023 100644
Binary files a/public/images/items/focus_band.png and b/public/images/items/focus_band.png differ
diff --git a/public/images/items/focus_sash.png b/public/images/items/focus_sash.png
index 6dcd0f2f146..7700ceecf6b 100644
Binary files a/public/images/items/focus_sash.png and b/public/images/items/focus_sash.png differ
diff --git a/public/images/items/full_heal.png b/public/images/items/full_heal.png
index 61663fd5e2d..4e59dcf44fa 100644
Binary files a/public/images/items/full_heal.png and b/public/images/items/full_heal.png differ
diff --git a/public/images/items/full_restore.png b/public/images/items/full_restore.png
index bd3ebfd3022..ba64f2edad8 100644
Binary files a/public/images/items/full_restore.png and b/public/images/items/full_restore.png differ
diff --git a/public/images/items/galarica_cuff.png b/public/images/items/galarica_cuff.png
index 1b3f9c69296..56523da5230 100644
Binary files a/public/images/items/galarica_cuff.png and b/public/images/items/galarica_cuff.png differ
diff --git a/public/images/items/galarica_wreath.png b/public/images/items/galarica_wreath.png
index 7fe319f20cf..20356bafd8a 100644
Binary files a/public/images/items/galarica_wreath.png and b/public/images/items/galarica_wreath.png differ
diff --git a/public/images/items/galladite.png b/public/images/items/galladite.png
index b204209a91c..15c93cd9c7e 100644
Binary files a/public/images/items/galladite.png and b/public/images/items/galladite.png differ
diff --git a/public/images/items/ganlon_berry.png b/public/images/items/ganlon_berry.png
index 81aecd83011..f9b88fc563a 100644
Binary files a/public/images/items/ganlon_berry.png and b/public/images/items/ganlon_berry.png differ
diff --git a/public/images/items/garchompite.png b/public/images/items/garchompite.png
index 045fc815b27..4276146a858 100644
Binary files a/public/images/items/garchompite.png and b/public/images/items/garchompite.png differ
diff --git a/public/images/items/gardevoirite.png b/public/images/items/gardevoirite.png
index d29ee3eab03..66a90b93bce 100644
Binary files a/public/images/items/gardevoirite.png and b/public/images/items/gardevoirite.png differ
diff --git a/public/images/items/gb.png b/public/images/items/gb.png
index 5a69585f5cd..4b437277849 100644
Binary files a/public/images/items/gb.png and b/public/images/items/gb.png differ
diff --git a/public/images/items/gengarite.png b/public/images/items/gengarite.png
index dcbaf4bf13a..4ccaae6ee8d 100644
Binary files a/public/images/items/gengarite.png and b/public/images/items/gengarite.png differ
diff --git a/public/images/items/ghost_memory.png b/public/images/items/ghost_memory.png
index d3f174de758..cb3c31ea4de 100644
Binary files a/public/images/items/ghost_memory.png and b/public/images/items/ghost_memory.png differ
diff --git a/public/images/items/ghost_tera_shard.png b/public/images/items/ghost_tera_shard.png
index fd3557e5534..8b9c6e750a9 100644
Binary files a/public/images/items/ghost_tera_shard.png and b/public/images/items/ghost_tera_shard.png differ
diff --git a/public/images/items/glalitite.png b/public/images/items/glalitite.png
index 83e05f132fa..ed7858c631c 100644
Binary files a/public/images/items/glalitite.png and b/public/images/items/glalitite.png differ
diff --git a/public/images/items/golden_egg.png b/public/images/items/golden_egg.png
index bfc517c6632..5727b4cb513 100644
Binary files a/public/images/items/golden_egg.png and b/public/images/items/golden_egg.png differ
diff --git a/public/images/items/golden_exp_charm.png b/public/images/items/golden_exp_charm.png
index 199832159d6..1895bfaa6b9 100644
Binary files a/public/images/items/golden_exp_charm.png and b/public/images/items/golden_exp_charm.png differ
diff --git a/public/images/items/golden_mystic_ticket.png b/public/images/items/golden_mystic_ticket.png
index ff44d3307b6..57f5b9efca6 100644
Binary files a/public/images/items/golden_mystic_ticket.png and b/public/images/items/golden_mystic_ticket.png differ
diff --git a/public/images/items/golden_net.png b/public/images/items/golden_net.png
index 5fea1ee7dba..3205d545e27 100644
Binary files a/public/images/items/golden_net.png and b/public/images/items/golden_net.png differ
diff --git a/public/images/items/golden_punch.png b/public/images/items/golden_punch.png
index 25c2233e714..291ff7e248f 100644
Binary files a/public/images/items/golden_punch.png and b/public/images/items/golden_punch.png differ
diff --git a/public/images/items/gracidea.png b/public/images/items/gracidea.png
index 0552d11b01b..6e464390f17 100644
Binary files a/public/images/items/gracidea.png and b/public/images/items/gracidea.png differ
diff --git a/public/images/items/grass_memory.png b/public/images/items/grass_memory.png
index 28ffc343c66..9d7d27de770 100644
Binary files a/public/images/items/grass_memory.png and b/public/images/items/grass_memory.png differ
diff --git a/public/images/items/grass_tera_shard.png b/public/images/items/grass_tera_shard.png
index 01bf4bde640..30e8762b5b6 100644
Binary files a/public/images/items/grass_tera_shard.png and b/public/images/items/grass_tera_shard.png differ
diff --git a/public/images/items/great_ribbon.png b/public/images/items/great_ribbon.png
index 720c0d85366..e7d7e452122 100644
Binary files a/public/images/items/great_ribbon.png and b/public/images/items/great_ribbon.png differ
diff --git a/public/images/items/grip_claw.png b/public/images/items/grip_claw.png
index e37e2a2eaf3..61cbb89e9b2 100644
Binary files a/public/images/items/grip_claw.png and b/public/images/items/grip_claw.png differ
diff --git a/public/images/items/griseous_core.png b/public/images/items/griseous_core.png
index fa131cccfda..7f3f683eda8 100644
Binary files a/public/images/items/griseous_core.png and b/public/images/items/griseous_core.png differ
diff --git a/public/images/items/ground_memory.png b/public/images/items/ground_memory.png
index 8ab042c02ff..808a4e13eeb 100644
Binary files a/public/images/items/ground_memory.png and b/public/images/items/ground_memory.png differ
diff --git a/public/images/items/ground_tera_shard.png b/public/images/items/ground_tera_shard.png
index 153bbd9058c..d7760f7dc1b 100644
Binary files a/public/images/items/ground_tera_shard.png and b/public/images/items/ground_tera_shard.png differ
diff --git a/public/images/items/guard_spec.png b/public/images/items/guard_spec.png
index 3efc9448404..95a37d0d28e 100644
Binary files a/public/images/items/guard_spec.png and b/public/images/items/guard_spec.png differ
diff --git a/public/images/items/gyaradosite.png b/public/images/items/gyaradosite.png
index bc8e6d6b115..e4cae1366ab 100644
Binary files a/public/images/items/gyaradosite.png and b/public/images/items/gyaradosite.png differ
diff --git a/public/images/items/hard_meteorite.png b/public/images/items/hard_meteorite.png
index d8f3490c581..8e8a2b5688b 100644
Binary files a/public/images/items/hard_meteorite.png and b/public/images/items/hard_meteorite.png differ
diff --git a/public/images/items/hard_stone.png b/public/images/items/hard_stone.png
index 604b44f9915..571d96afaa8 100644
Binary files a/public/images/items/hard_stone.png and b/public/images/items/hard_stone.png differ
diff --git a/public/images/items/healing_charm.png b/public/images/items/healing_charm.png
index b6f4c593c53..4601eeef593 100644
Binary files a/public/images/items/healing_charm.png and b/public/images/items/healing_charm.png differ
diff --git a/public/images/items/hearthflame_mask.png b/public/images/items/hearthflame_mask.png
index cd2ecdf1949..deed3d0cde8 100644
Binary files a/public/images/items/hearthflame_mask.png and b/public/images/items/hearthflame_mask.png differ
diff --git a/public/images/items/heracronite.png b/public/images/items/heracronite.png
index 164da1c9d30..ffcfc440c19 100644
Binary files a/public/images/items/heracronite.png and b/public/images/items/heracronite.png differ
diff --git a/public/images/items/houndoominite.png b/public/images/items/houndoominite.png
index 9e2e5f2eacd..c9ea1954dfa 100644
Binary files a/public/images/items/houndoominite.png and b/public/images/items/houndoominite.png differ
diff --git a/public/images/items/hp_up.png b/public/images/items/hp_up.png
index ff456d25289..5c6baff0673 100644
Binary files a/public/images/items/hp_up.png and b/public/images/items/hp_up.png differ
diff --git a/public/images/items/hyper_potion.png b/public/images/items/hyper_potion.png
index fa1c1432795..197aaac690c 100644
Binary files a/public/images/items/hyper_potion.png and b/public/images/items/hyper_potion.png differ
diff --git a/public/images/items/ice_memory.png b/public/images/items/ice_memory.png
index 01e68c08f82..812548cf36c 100644
Binary files a/public/images/items/ice_memory.png and b/public/images/items/ice_memory.png differ
diff --git a/public/images/items/ice_stone.png b/public/images/items/ice_stone.png
index a0fc0c12c5d..945714b759c 100644
Binary files a/public/images/items/ice_stone.png and b/public/images/items/ice_stone.png differ
diff --git a/public/images/items/ice_tera_shard.png b/public/images/items/ice_tera_shard.png
index 3e07acee397..5644d647c2b 100644
Binary files a/public/images/items/ice_tera_shard.png and b/public/images/items/ice_tera_shard.png differ
diff --git a/public/images/items/icicle_plate.png b/public/images/items/icicle_plate.png
index 67b5138e3e6..f9797d91f6a 100644
Binary files a/public/images/items/icicle_plate.png and b/public/images/items/icicle_plate.png differ
diff --git a/public/images/items/icy_reins_of_unity.png b/public/images/items/icy_reins_of_unity.png
index 84ec94a1d87..b7af48d6a81 100644
Binary files a/public/images/items/icy_reins_of_unity.png and b/public/images/items/icy_reins_of_unity.png differ
diff --git a/public/images/items/insect_plate.png b/public/images/items/insect_plate.png
index 75b44640a1b..5bcc0eebaf5 100644
Binary files a/public/images/items/insect_plate.png and b/public/images/items/insect_plate.png differ
diff --git a/public/images/items/inverse.png b/public/images/items/inverse.png
index b1ad5d2c00e..0d77ce77dde 100644
Binary files a/public/images/items/inverse.png and b/public/images/items/inverse.png differ
diff --git a/public/images/items/iron.png b/public/images/items/iron.png
index 3bb8ab15a8f..5cfff11b059 100644
Binary files a/public/images/items/iron.png and b/public/images/items/iron.png differ
diff --git a/public/images/items/iron_plate.png b/public/images/items/iron_plate.png
index ee892755660..65d660e34eb 100644
Binary files a/public/images/items/iron_plate.png and b/public/images/items/iron_plate.png differ
diff --git a/public/images/items/kangaskhanite.png b/public/images/items/kangaskhanite.png
index b7eb6849729..3d65d2cc5ca 100644
Binary files a/public/images/items/kangaskhanite.png and b/public/images/items/kangaskhanite.png differ
diff --git a/public/images/items/kings_rock.png b/public/images/items/kings_rock.png
index 0ea43c267bc..bfda9d559d3 100644
Binary files a/public/images/items/kings_rock.png and b/public/images/items/kings_rock.png differ
diff --git a/public/images/items/lansat_berry.png b/public/images/items/lansat_berry.png
index 6b2a8fb4760..223bff3eb26 100644
Binary files a/public/images/items/lansat_berry.png and b/public/images/items/lansat_berry.png differ
diff --git a/public/images/items/latiasite.png b/public/images/items/latiasite.png
index 6b92d1851cc..486a542576f 100644
Binary files a/public/images/items/latiasite.png and b/public/images/items/latiasite.png differ
diff --git a/public/images/items/latiosite.png b/public/images/items/latiosite.png
index 0d2af34781f..69708835c7b 100644
Binary files a/public/images/items/latiosite.png and b/public/images/items/latiosite.png differ
diff --git a/public/images/items/leaders_crest.png b/public/images/items/leaders_crest.png
index 45cf1656374..86b71f1eb6d 100644
Binary files a/public/images/items/leaders_crest.png and b/public/images/items/leaders_crest.png differ
diff --git a/public/images/items/leaf_stone.png b/public/images/items/leaf_stone.png
index a384af2a9c7..dc68e916bcf 100644
Binary files a/public/images/items/leaf_stone.png and b/public/images/items/leaf_stone.png differ
diff --git a/public/images/items/leek.png b/public/images/items/leek.png
index 7ef3fb989a4..1cb136aa78c 100644
Binary files a/public/images/items/leek.png and b/public/images/items/leek.png differ
diff --git a/public/images/items/leftovers.png b/public/images/items/leftovers.png
index 48ff07fbed3..4732d149b64 100644
Binary files a/public/images/items/leftovers.png and b/public/images/items/leftovers.png differ
diff --git a/public/images/items/legend_plate.png b/public/images/items/legend_plate.png
index 5b8681ebfe7..e96f12b45f5 100644
Binary files a/public/images/items/legend_plate.png and b/public/images/items/legend_plate.png differ
diff --git a/public/images/items/leppa_berry.png b/public/images/items/leppa_berry.png
index 4bc1349fe94..7a0f13b5199 100644
Binary files a/public/images/items/leppa_berry.png and b/public/images/items/leppa_berry.png differ
diff --git a/public/images/items/liechi_berry.png b/public/images/items/liechi_berry.png
index 492ef7e86f1..192d8f001ef 100644
Binary files a/public/images/items/liechi_berry.png and b/public/images/items/liechi_berry.png differ
diff --git a/public/images/items/light_ball.png b/public/images/items/light_ball.png
index cd421446608..7748f735d37 100644
Binary files a/public/images/items/light_ball.png and b/public/images/items/light_ball.png differ
diff --git a/public/images/items/light_stone.png b/public/images/items/light_stone.png
index 2b2be824020..97258cf3970 100644
Binary files a/public/images/items/light_stone.png and b/public/images/items/light_stone.png differ
diff --git a/public/images/items/linking_cord.png b/public/images/items/linking_cord.png
index ab695ae1fc8..4cde9da3f14 100644
Binary files a/public/images/items/linking_cord.png and b/public/images/items/linking_cord.png differ
diff --git a/public/images/items/lock_capsule.png b/public/images/items/lock_capsule.png
index b2e64dfdbfd..25d0cc14cff 100644
Binary files a/public/images/items/lock_capsule.png and b/public/images/items/lock_capsule.png differ
diff --git a/public/images/items/lopunnite.png b/public/images/items/lopunnite.png
index 416807c0c81..bd67cf159ed 100644
Binary files a/public/images/items/lopunnite.png and b/public/images/items/lopunnite.png differ
diff --git a/public/images/items/lucarionite.png b/public/images/items/lucarionite.png
index 82d3b19129d..b97161df68c 100644
Binary files a/public/images/items/lucarionite.png and b/public/images/items/lucarionite.png differ
diff --git a/public/images/items/lucky_egg.png b/public/images/items/lucky_egg.png
index 2760c303d37..fa9a1e4b390 100644
Binary files a/public/images/items/lucky_egg.png and b/public/images/items/lucky_egg.png differ
diff --git a/public/images/items/lucky_punch.png b/public/images/items/lucky_punch.png
index ed783c43e9a..97887631d9a 100644
Binary files a/public/images/items/lucky_punch.png and b/public/images/items/lucky_punch.png differ
diff --git a/public/images/items/lucky_punch_great.png b/public/images/items/lucky_punch_great.png
index c66df778210..77c77daf535 100644
Binary files a/public/images/items/lucky_punch_great.png and b/public/images/items/lucky_punch_great.png differ
diff --git a/public/images/items/lucky_punch_master.png b/public/images/items/lucky_punch_master.png
index d48fdf04bae..89fc1b67cf4 100644
Binary files a/public/images/items/lucky_punch_master.png and b/public/images/items/lucky_punch_master.png differ
diff --git a/public/images/items/lucky_punch_ultra.png b/public/images/items/lucky_punch_ultra.png
index aee27600f5c..a95c23666bb 100644
Binary files a/public/images/items/lucky_punch_ultra.png and b/public/images/items/lucky_punch_ultra.png differ
diff --git a/public/images/items/lum_berry.png b/public/images/items/lum_berry.png
index 8feb811e411..d19c4fba583 100644
Binary files a/public/images/items/lum_berry.png and b/public/images/items/lum_berry.png differ
diff --git a/public/images/items/lure.png b/public/images/items/lure.png
index a148aa70db9..1c3ea6cc8e8 100644
Binary files a/public/images/items/lure.png and b/public/images/items/lure.png differ
diff --git a/public/images/items/lustrous_globe.png b/public/images/items/lustrous_globe.png
index a16cf80c350..2a854db742b 100644
Binary files a/public/images/items/lustrous_globe.png and b/public/images/items/lustrous_globe.png differ
diff --git a/public/images/items/macho_brace.png b/public/images/items/macho_brace.png
index 2085829e1ce..760139cf7f8 100644
Binary files a/public/images/items/macho_brace.png and b/public/images/items/macho_brace.png differ
diff --git a/public/images/items/magmarizer.png b/public/images/items/magmarizer.png
index 0fca34c1e28..4f4d5f45851 100644
Binary files a/public/images/items/magmarizer.png and b/public/images/items/magmarizer.png differ
diff --git a/public/images/items/magnet.png b/public/images/items/magnet.png
index 7a07f557ec4..9ce8b686e9f 100644
Binary files a/public/images/items/magnet.png and b/public/images/items/magnet.png differ
diff --git a/public/images/items/malicious_armor.png b/public/images/items/malicious_armor.png
index 495024ced20..b7bfb55195b 100644
Binary files a/public/images/items/malicious_armor.png and b/public/images/items/malicious_armor.png differ
diff --git a/public/images/items/manectite.png b/public/images/items/manectite.png
index 0dd7406cdc4..c9df61669bc 100644
Binary files a/public/images/items/manectite.png and b/public/images/items/manectite.png differ
diff --git a/public/images/items/map.png b/public/images/items/map.png
index a641a7e8a69..dc2fc6b95d8 100644
Binary files a/public/images/items/map.png and b/public/images/items/map.png differ
diff --git a/public/images/items/master_ribbon.png b/public/images/items/master_ribbon.png
index 86be493b74a..0443215c1f9 100644
Binary files a/public/images/items/master_ribbon.png and b/public/images/items/master_ribbon.png differ
diff --git a/public/images/items/masterpiece_teacup.png b/public/images/items/masterpiece_teacup.png
index 36b8c39dcc7..ec2455c0763 100644
Binary files a/public/images/items/masterpiece_teacup.png and b/public/images/items/masterpiece_teacup.png differ
diff --git a/public/images/items/mawilite.png b/public/images/items/mawilite.png
index 95ddf987f12..60ea4017f56 100644
Binary files a/public/images/items/mawilite.png and b/public/images/items/mawilite.png differ
diff --git a/public/images/items/max_elixir.png b/public/images/items/max_elixir.png
index a4f134dd13c..1f528c2bb61 100644
Binary files a/public/images/items/max_elixir.png and b/public/images/items/max_elixir.png differ
diff --git a/public/images/items/max_ether.png b/public/images/items/max_ether.png
index 0ecdf09397a..8cee7152a86 100644
Binary files a/public/images/items/max_ether.png and b/public/images/items/max_ether.png differ
diff --git a/public/images/items/max_lure.png b/public/images/items/max_lure.png
index 384db7d7df8..812229d140a 100644
Binary files a/public/images/items/max_lure.png and b/public/images/items/max_lure.png differ
diff --git a/public/images/items/max_mushrooms.png b/public/images/items/max_mushrooms.png
index 443f1d5c369..8d5c015c963 100644
Binary files a/public/images/items/max_mushrooms.png and b/public/images/items/max_mushrooms.png differ
diff --git a/public/images/items/max_potion.png b/public/images/items/max_potion.png
index f51e7bde976..d8fadc9cb93 100644
Binary files a/public/images/items/max_potion.png and b/public/images/items/max_potion.png differ
diff --git a/public/images/items/max_repel.png b/public/images/items/max_repel.png
index d8bef707913..4d88ae6d0b5 100644
Binary files a/public/images/items/max_repel.png and b/public/images/items/max_repel.png differ
diff --git a/public/images/items/max_revive.png b/public/images/items/max_revive.png
index 25849a3b940..609fd17c3b9 100644
Binary files a/public/images/items/max_revive.png and b/public/images/items/max_revive.png differ
diff --git a/public/images/items/mb.png b/public/images/items/mb.png
index cfa421d6219..d80b3b89108 100644
Binary files a/public/images/items/mb.png and b/public/images/items/mb.png differ
diff --git a/public/images/items/meadow_plate.png b/public/images/items/meadow_plate.png
index a687cb7920d..e2b991776ba 100644
Binary files a/public/images/items/meadow_plate.png and b/public/images/items/meadow_plate.png differ
diff --git a/public/images/items/medichamite.png b/public/images/items/medichamite.png
index 4dd57f10bed..42f22ed6cd6 100644
Binary files a/public/images/items/medichamite.png and b/public/images/items/medichamite.png differ
diff --git a/public/images/items/mega_bracelet.png b/public/images/items/mega_bracelet.png
index e593b907631..5e8ff02be8c 100644
Binary files a/public/images/items/mega_bracelet.png and b/public/images/items/mega_bracelet.png differ
diff --git a/public/images/items/metagrossite.png b/public/images/items/metagrossite.png
index 445deff40c1..c245368758d 100644
Binary files a/public/images/items/metagrossite.png and b/public/images/items/metagrossite.png differ
diff --git a/public/images/items/metal_alloy.png b/public/images/items/metal_alloy.png
index 1201f58b463..41f22df4254 100644
Binary files a/public/images/items/metal_alloy.png and b/public/images/items/metal_alloy.png differ
diff --git a/public/images/items/metal_coat.png b/public/images/items/metal_coat.png
index f016d48bd2e..88f055c3fb3 100644
Binary files a/public/images/items/metal_coat.png and b/public/images/items/metal_coat.png differ
diff --git a/public/images/items/metal_powder.png b/public/images/items/metal_powder.png
index 11c3a39314c..64af0b144fe 100644
Binary files a/public/images/items/metal_powder.png and b/public/images/items/metal_powder.png differ
diff --git a/public/images/items/metronome.png b/public/images/items/metronome.png
index dfde7e365eb..837d75b4c03 100644
Binary files a/public/images/items/metronome.png and b/public/images/items/metronome.png differ
diff --git a/public/images/items/mewtwonite_x.png b/public/images/items/mewtwonite_x.png
index 3ec18a1c683..507d17e54e8 100644
Binary files a/public/images/items/mewtwonite_x.png and b/public/images/items/mewtwonite_x.png differ
diff --git a/public/images/items/mewtwonite_y.png b/public/images/items/mewtwonite_y.png
index eb9b1d0dc55..ff0c53396d2 100644
Binary files a/public/images/items/mewtwonite_y.png and b/public/images/items/mewtwonite_y.png differ
diff --git a/public/images/items/mind_plate.png b/public/images/items/mind_plate.png
index 04001796831..ff6fcc4f3af 100644
Binary files a/public/images/items/mind_plate.png and b/public/images/items/mind_plate.png differ
diff --git a/public/images/items/mini_black_hole.png b/public/images/items/mini_black_hole.png
index dd7458b8b2a..6edcaad16e3 100644
Binary files a/public/images/items/mini_black_hole.png and b/public/images/items/mini_black_hole.png differ
diff --git a/public/images/items/mint_atk.png b/public/images/items/mint_atk.png
index 727a7b3f792..88315c0cd07 100644
Binary files a/public/images/items/mint_atk.png and b/public/images/items/mint_atk.png differ
diff --git a/public/images/items/mint_def.png b/public/images/items/mint_def.png
index 9cd92eac07e..584c610ffd7 100644
Binary files a/public/images/items/mint_def.png and b/public/images/items/mint_def.png differ
diff --git a/public/images/items/mint_neutral.png b/public/images/items/mint_neutral.png
index e2e556d475b..f5287539e78 100644
Binary files a/public/images/items/mint_neutral.png and b/public/images/items/mint_neutral.png differ
diff --git a/public/images/items/mint_spatk.png b/public/images/items/mint_spatk.png
index 191ba6c4a1a..90a57c5608b 100644
Binary files a/public/images/items/mint_spatk.png and b/public/images/items/mint_spatk.png differ
diff --git a/public/images/items/mint_spd.png b/public/images/items/mint_spd.png
index 687119f2502..5420b0997b3 100644
Binary files a/public/images/items/mint_spd.png and b/public/images/items/mint_spd.png differ
diff --git a/public/images/items/mint_spdef.png b/public/images/items/mint_spdef.png
index cd902ce0984..54a1b4ed21d 100644
Binary files a/public/images/items/mint_spdef.png and b/public/images/items/mint_spdef.png differ
diff --git a/public/images/items/miracle_seed.png b/public/images/items/miracle_seed.png
index f5bc766545a..8be7ba72d33 100644
Binary files a/public/images/items/miracle_seed.png and b/public/images/items/miracle_seed.png differ
diff --git a/public/images/items/moon_flute.png b/public/images/items/moon_flute.png
index 893cb6a7579..5d3c0caf5f2 100644
Binary files a/public/images/items/moon_flute.png and b/public/images/items/moon_flute.png differ
diff --git a/public/images/items/moon_stone.png b/public/images/items/moon_stone.png
index b4af61969a2..f002fb18073 100644
Binary files a/public/images/items/moon_stone.png and b/public/images/items/moon_stone.png differ
diff --git a/public/images/items/muscle_band.png b/public/images/items/muscle_band.png
index 011716e7124..0be9d010767 100644
Binary files a/public/images/items/muscle_band.png and b/public/images/items/muscle_band.png differ
diff --git a/public/images/items/mystery_egg.png b/public/images/items/mystery_egg.png
index bb117a137b0..ac631cec7c8 100644
Binary files a/public/images/items/mystery_egg.png and b/public/images/items/mystery_egg.png differ
diff --git a/public/images/items/mystic_ticket.png b/public/images/items/mystic_ticket.png
index bd206998fed..cab03fa5470 100644
Binary files a/public/images/items/mystic_ticket.png and b/public/images/items/mystic_ticket.png differ
diff --git a/public/images/items/mystic_water.png b/public/images/items/mystic_water.png
index f944fac1a9c..2128895b385 100644
Binary files a/public/images/items/mystic_water.png and b/public/images/items/mystic_water.png differ
diff --git a/public/images/items/mystical_rock.png b/public/images/items/mystical_rock.png
new file mode 100644
index 00000000000..81a397e4c2d
Binary files /dev/null and b/public/images/items/mystical_rock.png differ
diff --git a/public/images/items/n_lunarizer.png b/public/images/items/n_lunarizer.png
index e45fb8ecf8d..a03b48ad387 100644
Binary files a/public/images/items/n_lunarizer.png and b/public/images/items/n_lunarizer.png differ
diff --git a/public/images/items/n_solarizer.png b/public/images/items/n_solarizer.png
index e706a42c973..69153fd38dd 100644
Binary files a/public/images/items/n_solarizer.png and b/public/images/items/n_solarizer.png differ
diff --git a/public/images/items/never_melt_ice.png b/public/images/items/never_melt_ice.png
index bec7cc0e5d4..35b1ada771d 100644
Binary files a/public/images/items/never_melt_ice.png and b/public/images/items/never_melt_ice.png differ
diff --git a/public/images/items/normal_memory.png b/public/images/items/normal_memory.png
index ddc22d1d4ab..e1ff89a9993 100644
Binary files a/public/images/items/normal_memory.png and b/public/images/items/normal_memory.png differ
diff --git a/public/images/items/normal_tera_shard.png b/public/images/items/normal_tera_shard.png
index fe2b9b93fd6..1c7a41ea0ec 100644
Binary files a/public/images/items/normal_tera_shard.png and b/public/images/items/normal_tera_shard.png differ
diff --git a/public/images/items/nugget.png b/public/images/items/nugget.png
index e8d39912349..0340f5d4000 100644
Binary files a/public/images/items/nugget.png and b/public/images/items/nugget.png differ
diff --git a/public/images/items/old_gateau.png b/public/images/items/old_gateau.png
index c910e90f101..dd5f0e05a94 100644
Binary files a/public/images/items/old_gateau.png and b/public/images/items/old_gateau.png differ
diff --git a/public/images/items/oval_charm.png b/public/images/items/oval_charm.png
index dc791175588..fcdb914ec22 100644
Binary files a/public/images/items/oval_charm.png and b/public/images/items/oval_charm.png differ
diff --git a/public/images/items/oval_stone.png b/public/images/items/oval_stone.png
index d48b0688821..d58ffde18e3 100644
Binary files a/public/images/items/oval_stone.png and b/public/images/items/oval_stone.png differ
diff --git a/public/images/items/pair_of_tickets.png b/public/images/items/pair_of_tickets.png
index b4b6ececbd2..b06c9a8727f 100644
Binary files a/public/images/items/pair_of_tickets.png and b/public/images/items/pair_of_tickets.png differ
diff --git a/public/images/items/pb.png b/public/images/items/pb.png
index ec4fe69c86f..37c37edb8c1 100644
Binary files a/public/images/items/pb.png and b/public/images/items/pb.png differ
diff --git a/public/images/items/pb_gold.png b/public/images/items/pb_gold.png
index fd71feb8e55..6dff6824158 100644
Binary files a/public/images/items/pb_gold.png and b/public/images/items/pb_gold.png differ
diff --git a/public/images/items/pb_silver.png b/public/images/items/pb_silver.png
index f60a8348a94..9528517a77a 100644
Binary files a/public/images/items/pb_silver.png and b/public/images/items/pb_silver.png differ
diff --git a/public/images/items/peat_block.png b/public/images/items/peat_block.png
index b62e94d523f..f3c65449b87 100644
Binary files a/public/images/items/peat_block.png and b/public/images/items/peat_block.png differ
diff --git a/public/images/items/petaya_berry.png b/public/images/items/petaya_berry.png
index e1dae467187..0fba884c2e2 100644
Binary files a/public/images/items/petaya_berry.png and b/public/images/items/petaya_berry.png differ
diff --git a/public/images/items/pidgeotite.png b/public/images/items/pidgeotite.png
index 86d1b23558c..52cb40852d6 100644
Binary files a/public/images/items/pidgeotite.png and b/public/images/items/pidgeotite.png differ
diff --git a/public/images/items/pinsirite.png b/public/images/items/pinsirite.png
index 2616cf6dfe1..88ecc8e9ea9 100644
Binary files a/public/images/items/pinsirite.png and b/public/images/items/pinsirite.png differ
diff --git a/public/images/items/pixie_plate.png b/public/images/items/pixie_plate.png
index dcc829c107f..e123ae6a49a 100644
Binary files a/public/images/items/pixie_plate.png and b/public/images/items/pixie_plate.png differ
diff --git a/public/images/items/poison_barb.png b/public/images/items/poison_barb.png
index 913ede4d819..3f9d714b08c 100644
Binary files a/public/images/items/poison_barb.png and b/public/images/items/poison_barb.png differ
diff --git a/public/images/items/poison_memory.png b/public/images/items/poison_memory.png
index 2b0036201d9..6c2b0aea77b 100644
Binary files a/public/images/items/poison_memory.png and b/public/images/items/poison_memory.png differ
diff --git a/public/images/items/poison_tera_shard.png b/public/images/items/poison_tera_shard.png
index b124fa051b9..4f21d158a41 100644
Binary files a/public/images/items/poison_tera_shard.png and b/public/images/items/poison_tera_shard.png differ
diff --git a/public/images/items/potion.png b/public/images/items/potion.png
index 10a7d5848db..f69c3210f03 100644
Binary files a/public/images/items/potion.png and b/public/images/items/potion.png differ
diff --git a/public/images/items/power_herb.png b/public/images/items/power_herb.png
index 15a581490a0..ba156c62122 100644
Binary files a/public/images/items/power_herb.png and b/public/images/items/power_herb.png differ
diff --git a/public/images/items/pp_max.png b/public/images/items/pp_max.png
index 48752829557..787641e26ac 100644
Binary files a/public/images/items/pp_max.png and b/public/images/items/pp_max.png differ
diff --git a/public/images/items/pp_up.png b/public/images/items/pp_up.png
index 1334d228bc3..463c3a0578d 100644
Binary files a/public/images/items/pp_up.png and b/public/images/items/pp_up.png differ
diff --git a/public/images/items/prism_scale.png b/public/images/items/prism_scale.png
index 5a0d45c686b..2436e96bf73 100644
Binary files a/public/images/items/prism_scale.png and b/public/images/items/prism_scale.png differ
diff --git a/public/images/items/prison_bottle.png b/public/images/items/prison_bottle.png
index da733bb14bb..06217988364 100644
Binary files a/public/images/items/prison_bottle.png and b/public/images/items/prison_bottle.png differ
diff --git a/public/images/items/protector.png b/public/images/items/protector.png
index a7b01a8c53d..8f65be09b2f 100644
Binary files a/public/images/items/protector.png and b/public/images/items/protector.png differ
diff --git a/public/images/items/protein.png b/public/images/items/protein.png
index b3386a8841b..54df13c6753 100644
Binary files a/public/images/items/protein.png and b/public/images/items/protein.png differ
diff --git a/public/images/items/psychic_memory.png b/public/images/items/psychic_memory.png
index a17afa4a617..21d62daa483 100644
Binary files a/public/images/items/psychic_memory.png and b/public/images/items/psychic_memory.png differ
diff --git a/public/images/items/psychic_tera_shard.png b/public/images/items/psychic_tera_shard.png
index 0a5656ccea1..f4b1cf7b259 100644
Binary files a/public/images/items/psychic_tera_shard.png and b/public/images/items/psychic_tera_shard.png differ
diff --git a/public/images/items/quick_claw.png b/public/images/items/quick_claw.png
index e6317898e2a..ff4f76d0576 100644
Binary files a/public/images/items/quick_claw.png and b/public/images/items/quick_claw.png differ
diff --git a/public/images/items/quick_powder.png b/public/images/items/quick_powder.png
index c73ec09eb05..58a8a1187a9 100644
Binary files a/public/images/items/quick_powder.png and b/public/images/items/quick_powder.png differ
diff --git a/public/images/items/rare_candy.png b/public/images/items/rare_candy.png
index d81e7ad0844..a860a116905 100644
Binary files a/public/images/items/rare_candy.png and b/public/images/items/rare_candy.png differ
diff --git a/public/images/items/rarer_candy.png b/public/images/items/rarer_candy.png
index b8432bd8216..4424caa659a 100644
Binary files a/public/images/items/rarer_candy.png and b/public/images/items/rarer_candy.png differ
diff --git a/public/images/items/rayquazite.png b/public/images/items/rayquazite.png
index 068f02936be..b39957b857d 100644
Binary files a/public/images/items/rayquazite.png and b/public/images/items/rayquazite.png differ
diff --git a/public/images/items/razor_claw.png b/public/images/items/razor_claw.png
index a9541c4d251..0ba506e8706 100644
Binary files a/public/images/items/razor_claw.png and b/public/images/items/razor_claw.png differ
diff --git a/public/images/items/razor_fang.png b/public/images/items/razor_fang.png
index 77c3da44c92..75306db5c4c 100644
Binary files a/public/images/items/razor_fang.png and b/public/images/items/razor_fang.png differ
diff --git a/public/images/items/rb.png b/public/images/items/rb.png
index 440ab8bf1b4..020f2ff878b 100644
Binary files a/public/images/items/rb.png and b/public/images/items/rb.png differ
diff --git a/public/images/items/reaper_cloth.png b/public/images/items/reaper_cloth.png
index a86714bfc4f..9caf7665e95 100644
Binary files a/public/images/items/reaper_cloth.png and b/public/images/items/reaper_cloth.png differ
diff --git a/public/images/items/red_orb.png b/public/images/items/red_orb.png
index b982649c9b3..cee83740ca5 100644
Binary files a/public/images/items/red_orb.png and b/public/images/items/red_orb.png differ
diff --git a/public/images/items/relic_band.png b/public/images/items/relic_band.png
index 634b91e41b3..adbd73bc46b 100644
Binary files a/public/images/items/relic_band.png and b/public/images/items/relic_band.png differ
diff --git a/public/images/items/relic_crown.png b/public/images/items/relic_crown.png
index d8c4552ea3c..de090041c1c 100644
Binary files a/public/images/items/relic_crown.png and b/public/images/items/relic_crown.png differ
diff --git a/public/images/items/relic_gold.png b/public/images/items/relic_gold.png
index da3f33fdfa1..af5b1797938 100644
Binary files a/public/images/items/relic_gold.png and b/public/images/items/relic_gold.png differ
diff --git a/public/images/items/repel.png b/public/images/items/repel.png
index 3d1359e688e..80c7738e9ff 100644
Binary files a/public/images/items/repel.png and b/public/images/items/repel.png differ
diff --git a/public/images/items/reveal_glass.png b/public/images/items/reveal_glass.png
index 3fae3bdf934..469d20a2752 100644
Binary files a/public/images/items/reveal_glass.png and b/public/images/items/reveal_glass.png differ
diff --git a/public/images/items/revive.png b/public/images/items/revive.png
index d7952b7653f..e84659867d8 100644
Binary files a/public/images/items/revive.png and b/public/images/items/revive.png differ
diff --git a/public/images/items/reviver_seed.png b/public/images/items/reviver_seed.png
index 31cfae46f94..10bc5c32451 100644
Binary files a/public/images/items/reviver_seed.png and b/public/images/items/reviver_seed.png differ
diff --git a/public/images/items/ribbon_gen1.png b/public/images/items/ribbon_gen1.png
index a9774d18ad0..1d731cf2e98 100644
Binary files a/public/images/items/ribbon_gen1.png and b/public/images/items/ribbon_gen1.png differ
diff --git a/public/images/items/ribbon_gen2.png b/public/images/items/ribbon_gen2.png
index a04f6a32a62..2ff54112105 100644
Binary files a/public/images/items/ribbon_gen2.png and b/public/images/items/ribbon_gen2.png differ
diff --git a/public/images/items/ribbon_gen3.png b/public/images/items/ribbon_gen3.png
index 0cf20ed92ee..14a5eb09f7d 100644
Binary files a/public/images/items/ribbon_gen3.png and b/public/images/items/ribbon_gen3.png differ
diff --git a/public/images/items/ribbon_gen4.png b/public/images/items/ribbon_gen4.png
index aa24433b71b..c482ac1d04a 100644
Binary files a/public/images/items/ribbon_gen4.png and b/public/images/items/ribbon_gen4.png differ
diff --git a/public/images/items/ribbon_gen5.png b/public/images/items/ribbon_gen5.png
index 7bb7800671f..52560cde636 100644
Binary files a/public/images/items/ribbon_gen5.png and b/public/images/items/ribbon_gen5.png differ
diff --git a/public/images/items/ribbon_gen6.png b/public/images/items/ribbon_gen6.png
index e466eb78842..3dd04927acd 100644
Binary files a/public/images/items/ribbon_gen6.png and b/public/images/items/ribbon_gen6.png differ
diff --git a/public/images/items/ribbon_gen7.png b/public/images/items/ribbon_gen7.png
index 9c156ebd1c6..225b40da419 100644
Binary files a/public/images/items/ribbon_gen7.png and b/public/images/items/ribbon_gen7.png differ
diff --git a/public/images/items/ribbon_gen8.png b/public/images/items/ribbon_gen8.png
index 86b3748e348..32aaa803699 100644
Binary files a/public/images/items/ribbon_gen8.png and b/public/images/items/ribbon_gen8.png differ
diff --git a/public/images/items/ribbon_gen9.png b/public/images/items/ribbon_gen9.png
index e9609daf3cd..ad489005e23 100644
Binary files a/public/images/items/ribbon_gen9.png and b/public/images/items/ribbon_gen9.png differ
diff --git a/public/images/items/rock_memory.png b/public/images/items/rock_memory.png
index 01f436dd461..cfa71c851c0 100644
Binary files a/public/images/items/rock_memory.png and b/public/images/items/rock_memory.png differ
diff --git a/public/images/items/rock_tera_shard.png b/public/images/items/rock_tera_shard.png
index b4e6f8a29cf..a07ca7955a4 100644
Binary files a/public/images/items/rock_tera_shard.png and b/public/images/items/rock_tera_shard.png differ
diff --git a/public/images/items/rogue_ribbon.png b/public/images/items/rogue_ribbon.png
index 85986d93c8a..c3cfdcd85f3 100644
Binary files a/public/images/items/rogue_ribbon.png and b/public/images/items/rogue_ribbon.png differ
diff --git a/public/images/items/rusted_shield.png b/public/images/items/rusted_shield.png
index 569f86c15c7..3748f13dc4b 100644
Binary files a/public/images/items/rusted_shield.png and b/public/images/items/rusted_shield.png differ
diff --git a/public/images/items/rusted_sword.png b/public/images/items/rusted_sword.png
index c42e669441c..249233374e0 100644
Binary files a/public/images/items/rusted_sword.png and b/public/images/items/rusted_sword.png differ
diff --git a/public/images/items/sablenite.png b/public/images/items/sablenite.png
index 904abea5ce4..48eac2d5875 100644
Binary files a/public/images/items/sablenite.png and b/public/images/items/sablenite.png differ
diff --git a/public/images/items/sachet.png b/public/images/items/sachet.png
index 1ec6010f1af..6d91fa210fc 100644
Binary files a/public/images/items/sachet.png and b/public/images/items/sachet.png differ
diff --git a/public/images/items/sacred_ash.png b/public/images/items/sacred_ash.png
index 389b2605b93..4fab9dc0dc7 100644
Binary files a/public/images/items/sacred_ash.png and b/public/images/items/sacred_ash.png differ
diff --git a/public/images/items/salac_berry.png b/public/images/items/salac_berry.png
index ac0d29f2159..846dbb4f160 100644
Binary files a/public/images/items/salac_berry.png and b/public/images/items/salac_berry.png differ
diff --git a/public/images/items/salamencite.png b/public/images/items/salamencite.png
index 1a0096b4de5..f175f39d351 100644
Binary files a/public/images/items/salamencite.png and b/public/images/items/salamencite.png differ
diff --git a/public/images/items/scanner.png b/public/images/items/scanner.png
index 27a67484f19..a291d3f43f8 100644
Binary files a/public/images/items/scanner.png and b/public/images/items/scanner.png differ
diff --git a/public/images/items/sceptilite.png b/public/images/items/sceptilite.png
index 123e79d9893..ff81c4a55fe 100644
Binary files a/public/images/items/sceptilite.png and b/public/images/items/sceptilite.png differ
diff --git a/public/images/items/scizorite.png b/public/images/items/scizorite.png
index ce86b80701c..8ffca143835 100644
Binary files a/public/images/items/scizorite.png and b/public/images/items/scizorite.png differ
diff --git a/public/images/items/scope_lens.png b/public/images/items/scope_lens.png
index 57ec2c4148e..d3b1f354313 100644
Binary files a/public/images/items/scope_lens.png and b/public/images/items/scope_lens.png differ
diff --git a/public/images/items/scroll_of_darkness.png b/public/images/items/scroll_of_darkness.png
index 19be0feb6dc..ff6a6065e40 100644
Binary files a/public/images/items/scroll_of_darkness.png and b/public/images/items/scroll_of_darkness.png differ
diff --git a/public/images/items/scroll_of_waters.png b/public/images/items/scroll_of_waters.png
index d1e6a0388b6..e4a0cb725eb 100644
Binary files a/public/images/items/scroll_of_waters.png and b/public/images/items/scroll_of_waters.png differ
diff --git a/public/images/items/shadow_reins_of_unity.png b/public/images/items/shadow_reins_of_unity.png
index 929aeac6fb4..85cbc446851 100644
Binary files a/public/images/items/shadow_reins_of_unity.png and b/public/images/items/shadow_reins_of_unity.png differ
diff --git a/public/images/items/sharp_beak.png b/public/images/items/sharp_beak.png
index 3ce8d83e3aa..f22019e658b 100644
Binary files a/public/images/items/sharp_beak.png and b/public/images/items/sharp_beak.png differ
diff --git a/public/images/items/sharp_meteorite.png b/public/images/items/sharp_meteorite.png
index 1a135b64980..61a139fab05 100644
Binary files a/public/images/items/sharp_meteorite.png and b/public/images/items/sharp_meteorite.png differ
diff --git a/public/images/items/sharpedonite.png b/public/images/items/sharpedonite.png
index 3a71f7258ce..b3eabd5650f 100644
Binary files a/public/images/items/sharpedonite.png and b/public/images/items/sharpedonite.png differ
diff --git a/public/images/items/shed_shell.png b/public/images/items/shed_shell.png
index a0570cf29c4..17981864897 100644
Binary files a/public/images/items/shed_shell.png and b/public/images/items/shed_shell.png differ
diff --git a/public/images/items/shell_bell.png b/public/images/items/shell_bell.png
index a185be50188..6367d134672 100644
Binary files a/public/images/items/shell_bell.png and b/public/images/items/shell_bell.png differ
diff --git a/public/images/items/shiny_charm.png b/public/images/items/shiny_charm.png
index d0c8197f7c4..9f692828d04 100644
Binary files a/public/images/items/shiny_charm.png and b/public/images/items/shiny_charm.png differ
diff --git a/public/images/items/shiny_stone.png b/public/images/items/shiny_stone.png
index d9d1e8b77ca..d2fabe6ec8b 100644
Binary files a/public/images/items/shiny_stone.png and b/public/images/items/shiny_stone.png differ
diff --git a/public/images/items/shock_drive.png b/public/images/items/shock_drive.png
index e0bcc66f202..592b0085a8f 100644
Binary files a/public/images/items/shock_drive.png and b/public/images/items/shock_drive.png differ
diff --git a/public/images/items/silk_scarf.png b/public/images/items/silk_scarf.png
index 2eaea7aa435..83f056c8b41 100644
Binary files a/public/images/items/silk_scarf.png and b/public/images/items/silk_scarf.png differ
diff --git a/public/images/items/silver_powder.png b/public/images/items/silver_powder.png
index 03f62b45250..eb717fc6776 100644
Binary files a/public/images/items/silver_powder.png and b/public/images/items/silver_powder.png differ
diff --git a/public/images/items/sitrus_berry.png b/public/images/items/sitrus_berry.png
index 8e9463a80c2..703657ad8dd 100644
Binary files a/public/images/items/sitrus_berry.png and b/public/images/items/sitrus_berry.png differ
diff --git a/public/images/items/sky_plate.png b/public/images/items/sky_plate.png
index 1fed973142b..293bb8f5dc2 100644
Binary files a/public/images/items/sky_plate.png and b/public/images/items/sky_plate.png differ
diff --git a/public/images/items/slowbronite.png b/public/images/items/slowbronite.png
index 7eac1fb82d5..3dc21ffb550 100644
Binary files a/public/images/items/slowbronite.png and b/public/images/items/slowbronite.png differ
diff --git a/public/images/items/smooth_meteorite.png b/public/images/items/smooth_meteorite.png
index 4c2e5e07978..059e8e91a30 100644
Binary files a/public/images/items/smooth_meteorite.png and b/public/images/items/smooth_meteorite.png differ
diff --git a/public/images/items/soft_sand.png b/public/images/items/soft_sand.png
index c627bc10a8e..feda8cd3858 100644
Binary files a/public/images/items/soft_sand.png and b/public/images/items/soft_sand.png differ
diff --git a/public/images/items/soothe_bell.png b/public/images/items/soothe_bell.png
index 62fd6ff26c5..fbceb808c56 100644
Binary files a/public/images/items/soothe_bell.png and b/public/images/items/soothe_bell.png differ
diff --git a/public/images/items/soul_dew.png b/public/images/items/soul_dew.png
index 9c0abfdef9a..56b9655714b 100644
Binary files a/public/images/items/soul_dew.png and b/public/images/items/soul_dew.png differ
diff --git a/public/images/items/spell_tag.png b/public/images/items/spell_tag.png
index ccf071e122d..f9270c6e0a6 100644
Binary files a/public/images/items/spell_tag.png and b/public/images/items/spell_tag.png differ
diff --git a/public/images/items/splash_plate.png b/public/images/items/splash_plate.png
index a832f3dbf8a..d86ae5eab57 100644
Binary files a/public/images/items/splash_plate.png and b/public/images/items/splash_plate.png differ
diff --git a/public/images/items/spooky_plate.png b/public/images/items/spooky_plate.png
index b5794713d0d..d7df7d25e32 100644
Binary files a/public/images/items/spooky_plate.png and b/public/images/items/spooky_plate.png differ
diff --git a/public/images/items/starf_berry.png b/public/images/items/starf_berry.png
index 71fe1ac116f..cbf423e8343 100644
Binary files a/public/images/items/starf_berry.png and b/public/images/items/starf_berry.png differ
diff --git a/public/images/items/steel_memory.png b/public/images/items/steel_memory.png
index fbc13016c00..8c45bc8b640 100644
Binary files a/public/images/items/steel_memory.png and b/public/images/items/steel_memory.png differ
diff --git a/public/images/items/steel_tera_shard.png b/public/images/items/steel_tera_shard.png
index b0b2ccb1737..c93f8c52f60 100644
Binary files a/public/images/items/steel_tera_shard.png and b/public/images/items/steel_tera_shard.png differ
diff --git a/public/images/items/steelixite.png b/public/images/items/steelixite.png
index 62f688f0842..429c668e656 100644
Binary files a/public/images/items/steelixite.png and b/public/images/items/steelixite.png differ
diff --git a/public/images/items/stellar_tera_shard.png b/public/images/items/stellar_tera_shard.png
index b6625066e16..1d5982f5b94 100644
Binary files a/public/images/items/stellar_tera_shard.png and b/public/images/items/stellar_tera_shard.png differ
diff --git a/public/images/items/stone_plate.png b/public/images/items/stone_plate.png
index 44653583e60..dfc3a0cd132 100644
Binary files a/public/images/items/stone_plate.png and b/public/images/items/stone_plate.png differ
diff --git a/public/images/items/strange_ball.png b/public/images/items/strange_ball.png
index 64246f031ee..2ddce33d7ac 100644
Binary files a/public/images/items/strange_ball.png and b/public/images/items/strange_ball.png differ
diff --git a/public/images/items/strawberry_sweet.png b/public/images/items/strawberry_sweet.png
index b08fece34cc..5df6e1cd8be 100644
Binary files a/public/images/items/strawberry_sweet.png and b/public/images/items/strawberry_sweet.png differ
diff --git a/public/images/items/sun_flute.png b/public/images/items/sun_flute.png
index 7010c9fefbd..f81d35fde9c 100644
Binary files a/public/images/items/sun_flute.png and b/public/images/items/sun_flute.png differ
diff --git a/public/images/items/sun_stone.png b/public/images/items/sun_stone.png
index d22b24792fb..33a7e8f8387 100644
Binary files a/public/images/items/sun_stone.png and b/public/images/items/sun_stone.png differ
diff --git a/public/images/items/super_exp_charm.png b/public/images/items/super_exp_charm.png
index 8697edf4be6..ccd73f558cc 100644
Binary files a/public/images/items/super_exp_charm.png and b/public/images/items/super_exp_charm.png differ
diff --git a/public/images/items/super_lure.png b/public/images/items/super_lure.png
index 1a80c8ea309..9c2213cd964 100644
Binary files a/public/images/items/super_lure.png and b/public/images/items/super_lure.png differ
diff --git a/public/images/items/super_potion.png b/public/images/items/super_potion.png
index bfd1868b545..16205cb0fff 100644
Binary files a/public/images/items/super_potion.png and b/public/images/items/super_potion.png differ
diff --git a/public/images/items/super_repel.png b/public/images/items/super_repel.png
index db09ded8a26..628cdbc5c1d 100644
Binary files a/public/images/items/super_repel.png and b/public/images/items/super_repel.png differ
diff --git a/public/images/items/swampertite.png b/public/images/items/swampertite.png
index bfcdd99606b..d4d6415f6f4 100644
Binary files a/public/images/items/swampertite.png and b/public/images/items/swampertite.png differ
diff --git a/public/images/items/sweet_apple.png b/public/images/items/sweet_apple.png
index 5070af6ae64..cfdf79a9eac 100644
Binary files a/public/images/items/sweet_apple.png and b/public/images/items/sweet_apple.png differ
diff --git a/public/images/items/syrupy_apple.png b/public/images/items/syrupy_apple.png
index 99a0b7b5627..9c9d05e2e0a 100644
Binary files a/public/images/items/syrupy_apple.png and b/public/images/items/syrupy_apple.png differ
diff --git a/public/images/items/tart_apple.png b/public/images/items/tart_apple.png
index 8f9cf89da9f..ad9a1728bb5 100644
Binary files a/public/images/items/tart_apple.png and b/public/images/items/tart_apple.png differ
diff --git a/public/images/items/tera_orb.png b/public/images/items/tera_orb.png
index f4b6e47398e..d8720e41669 100644
Binary files a/public/images/items/tera_orb.png and b/public/images/items/tera_orb.png differ
diff --git a/public/images/items/thick_club.png b/public/images/items/thick_club.png
index a4459aa7701..f15885f0190 100644
Binary files a/public/images/items/thick_club.png and b/public/images/items/thick_club.png differ
diff --git a/public/images/items/thunder_stone.png b/public/images/items/thunder_stone.png
index 8b853b2f758..9e87909516b 100644
Binary files a/public/images/items/thunder_stone.png and b/public/images/items/thunder_stone.png differ
diff --git a/public/images/items/tm_bug.png b/public/images/items/tm_bug.png
index 56278cf2f66..229230198c4 100644
Binary files a/public/images/items/tm_bug.png and b/public/images/items/tm_bug.png differ
diff --git a/public/images/items/tm_dark.png b/public/images/items/tm_dark.png
index 6168cd2f070..6856b1d5444 100644
Binary files a/public/images/items/tm_dark.png and b/public/images/items/tm_dark.png differ
diff --git a/public/images/items/tm_dragon.png b/public/images/items/tm_dragon.png
index 9e1866cc2d6..62405519132 100644
Binary files a/public/images/items/tm_dragon.png and b/public/images/items/tm_dragon.png differ
diff --git a/public/images/items/tm_electric.png b/public/images/items/tm_electric.png
index 0610c3f3337..34e4fe8de7b 100644
Binary files a/public/images/items/tm_electric.png and b/public/images/items/tm_electric.png differ
diff --git a/public/images/items/tm_fairy.png b/public/images/items/tm_fairy.png
index de6335acbc8..056783a8d63 100644
Binary files a/public/images/items/tm_fairy.png and b/public/images/items/tm_fairy.png differ
diff --git a/public/images/items/tm_fighting.png b/public/images/items/tm_fighting.png
index b9f812767e3..144d75826cd 100644
Binary files a/public/images/items/tm_fighting.png and b/public/images/items/tm_fighting.png differ
diff --git a/public/images/items/tm_fire.png b/public/images/items/tm_fire.png
index 1de4b7a4a64..ae19e381873 100644
Binary files a/public/images/items/tm_fire.png and b/public/images/items/tm_fire.png differ
diff --git a/public/images/items/tm_flying.png b/public/images/items/tm_flying.png
index 4d738edb57f..3db06a69e68 100644
Binary files a/public/images/items/tm_flying.png and b/public/images/items/tm_flying.png differ
diff --git a/public/images/items/tm_ghost.png b/public/images/items/tm_ghost.png
index 71a6b558fae..a7e8928aa7e 100644
Binary files a/public/images/items/tm_ghost.png and b/public/images/items/tm_ghost.png differ
diff --git a/public/images/items/tm_grass.png b/public/images/items/tm_grass.png
index 6811d354fd9..42f11f590eb 100644
Binary files a/public/images/items/tm_grass.png and b/public/images/items/tm_grass.png differ
diff --git a/public/images/items/tm_ground.png b/public/images/items/tm_ground.png
index 0408eb71125..ff9dc7c7384 100644
Binary files a/public/images/items/tm_ground.png and b/public/images/items/tm_ground.png differ
diff --git a/public/images/items/tm_ice.png b/public/images/items/tm_ice.png
index b628d39f801..4edbb447a3e 100644
Binary files a/public/images/items/tm_ice.png and b/public/images/items/tm_ice.png differ
diff --git a/public/images/items/tm_normal.png b/public/images/items/tm_normal.png
index ab6e5e82729..19afe85d442 100644
Binary files a/public/images/items/tm_normal.png and b/public/images/items/tm_normal.png differ
diff --git a/public/images/items/tm_poison.png b/public/images/items/tm_poison.png
index f9f31b015dc..83cb4488f33 100644
Binary files a/public/images/items/tm_poison.png and b/public/images/items/tm_poison.png differ
diff --git a/public/images/items/tm_psychic.png b/public/images/items/tm_psychic.png
index 3c3becc0af2..4296914eda2 100644
Binary files a/public/images/items/tm_psychic.png and b/public/images/items/tm_psychic.png differ
diff --git a/public/images/items/tm_rock.png b/public/images/items/tm_rock.png
index d05ee8c1a7c..6e13a1835e7 100644
Binary files a/public/images/items/tm_rock.png and b/public/images/items/tm_rock.png differ
diff --git a/public/images/items/tm_steel.png b/public/images/items/tm_steel.png
index 840caff9ace..32071b0843b 100644
Binary files a/public/images/items/tm_steel.png and b/public/images/items/tm_steel.png differ
diff --git a/public/images/items/tm_water.png b/public/images/items/tm_water.png
index 2082766777d..85403f20be7 100644
Binary files a/public/images/items/tm_water.png and b/public/images/items/tm_water.png differ
diff --git a/public/images/items/toxic_orb.png b/public/images/items/toxic_orb.png
index 7fb36db516e..3483c13ba2b 100644
Binary files a/public/images/items/toxic_orb.png and b/public/images/items/toxic_orb.png differ
diff --git a/public/images/items/toxic_plate.png b/public/images/items/toxic_plate.png
index 8538e9fce2a..efb2cff129c 100644
Binary files a/public/images/items/toxic_plate.png and b/public/images/items/toxic_plate.png differ
diff --git a/public/images/items/twisted_spoon.png b/public/images/items/twisted_spoon.png
index 54a96de7d03..9bb23b04386 100644
Binary files a/public/images/items/twisted_spoon.png and b/public/images/items/twisted_spoon.png differ
diff --git a/public/images/items/tyranitarite.png b/public/images/items/tyranitarite.png
index 3d94f05c35f..691f8c6123d 100644
Binary files a/public/images/items/tyranitarite.png and b/public/images/items/tyranitarite.png differ
diff --git a/public/images/items/ub.png b/public/images/items/ub.png
index 964fb6b25c3..6ad0702223a 100644
Binary files a/public/images/items/ub.png and b/public/images/items/ub.png differ
diff --git a/public/images/items/ultra_ribbon.png b/public/images/items/ultra_ribbon.png
index 69dc7365bb4..a63ec63e394 100644
Binary files a/public/images/items/ultra_ribbon.png and b/public/images/items/ultra_ribbon.png differ
diff --git a/public/images/items/ultranecrozium_z.png b/public/images/items/ultranecrozium_z.png
index 208f3fb173d..cdcb29e6c26 100644
Binary files a/public/images/items/ultranecrozium_z.png and b/public/images/items/ultranecrozium_z.png differ
diff --git a/public/images/items/unknown.png b/public/images/items/unknown.png
index 4e01608daed..2d0637048ae 100644
Binary files a/public/images/items/unknown.png and b/public/images/items/unknown.png differ
diff --git a/public/images/items/unremarkable_teacup.png b/public/images/items/unremarkable_teacup.png
index fd4298b6a59..340214b6a5c 100644
Binary files a/public/images/items/unremarkable_teacup.png and b/public/images/items/unremarkable_teacup.png differ
diff --git a/public/images/items/upgrade.png b/public/images/items/upgrade.png
index 38db96a1792..11a7ade4d6a 100644
Binary files a/public/images/items/upgrade.png and b/public/images/items/upgrade.png differ
diff --git a/public/images/items/venusaurite.png b/public/images/items/venusaurite.png
index b8118a6c02d..845d1cef75a 100644
Binary files a/public/images/items/venusaurite.png and b/public/images/items/venusaurite.png differ
diff --git a/public/images/items/water_memory.png b/public/images/items/water_memory.png
index 4586a618836..a0cf8b3c5c9 100644
Binary files a/public/images/items/water_memory.png and b/public/images/items/water_memory.png differ
diff --git a/public/images/items/water_stone.png b/public/images/items/water_stone.png
index ab4543ee61a..fa3d924960b 100644
Binary files a/public/images/items/water_stone.png and b/public/images/items/water_stone.png differ
diff --git a/public/images/items/water_tera_shard.png b/public/images/items/water_tera_shard.png
index c00c1b5c1cb..eec8caf1245 100644
Binary files a/public/images/items/water_tera_shard.png and b/public/images/items/water_tera_shard.png differ
diff --git a/public/images/items/wellspring_mask.png b/public/images/items/wellspring_mask.png
index d5546cdb8da..921c71e1493 100644
Binary files a/public/images/items/wellspring_mask.png and b/public/images/items/wellspring_mask.png differ
diff --git a/public/images/items/whipped_dream.png b/public/images/items/whipped_dream.png
index 94628a443d1..16090ccaac0 100644
Binary files a/public/images/items/whipped_dream.png and b/public/images/items/whipped_dream.png differ
diff --git a/public/images/items/white_herb.png b/public/images/items/white_herb.png
index 56ca7c6aeb2..829c64f188e 100644
Binary files a/public/images/items/white_herb.png and b/public/images/items/white_herb.png differ
diff --git a/public/images/items/wide_lens.png b/public/images/items/wide_lens.png
index bf622521a9a..f7dbe9843fa 100644
Binary files a/public/images/items/wide_lens.png and b/public/images/items/wide_lens.png differ
diff --git a/public/images/items/wise_glasses.png b/public/images/items/wise_glasses.png
index 49a95761afd..b48d2cb3ffd 100644
Binary files a/public/images/items/wise_glasses.png and b/public/images/items/wise_glasses.png differ
diff --git a/public/images/items/wl_ability_urge.png b/public/images/items/wl_ability_urge.png
index a9eaa834313..b6b2c8bd398 100644
Binary files a/public/images/items/wl_ability_urge.png and b/public/images/items/wl_ability_urge.png differ
diff --git a/public/images/items/wl_antidote.png b/public/images/items/wl_antidote.png
index dbe0d5b94ea..93e4757938b 100644
Binary files a/public/images/items/wl_antidote.png and b/public/images/items/wl_antidote.png differ
diff --git a/public/images/items/wl_awakening.png b/public/images/items/wl_awakening.png
index 9a0adcda904..57e83b30cda 100644
Binary files a/public/images/items/wl_awakening.png and b/public/images/items/wl_awakening.png differ
diff --git a/public/images/items/wl_burn_heal.png b/public/images/items/wl_burn_heal.png
index d2f65e7da4c..3565af12d62 100644
Binary files a/public/images/items/wl_burn_heal.png and b/public/images/items/wl_burn_heal.png differ
diff --git a/public/images/items/wl_custom_spliced.png b/public/images/items/wl_custom_spliced.png
index 6a0ad4f8349..8aef30edb27 100644
Binary files a/public/images/items/wl_custom_spliced.png and b/public/images/items/wl_custom_spliced.png differ
diff --git a/public/images/items/wl_custom_thief.png b/public/images/items/wl_custom_thief.png
index cc1302ffb35..de6d62a48bc 100644
Binary files a/public/images/items/wl_custom_thief.png and b/public/images/items/wl_custom_thief.png differ
diff --git a/public/images/items/wl_elixir.png b/public/images/items/wl_elixir.png
index 29e413aa634..05eb590c484 100644
Binary files a/public/images/items/wl_elixir.png and b/public/images/items/wl_elixir.png differ
diff --git a/public/images/items/wl_ether.png b/public/images/items/wl_ether.png
index d3c0fe85918..114e8ffc941 100644
Binary files a/public/images/items/wl_ether.png and b/public/images/items/wl_ether.png differ
diff --git a/public/images/items/wl_full_heal.png b/public/images/items/wl_full_heal.png
index 68b8272c08f..215f9801d65 100644
Binary files a/public/images/items/wl_full_heal.png and b/public/images/items/wl_full_heal.png differ
diff --git a/public/images/items/wl_guard_spec.png b/public/images/items/wl_guard_spec.png
index b494123e92e..9d22029e927 100644
Binary files a/public/images/items/wl_guard_spec.png and b/public/images/items/wl_guard_spec.png differ
diff --git a/public/images/items/wl_hyper_potion.png b/public/images/items/wl_hyper_potion.png
index 51e81461da9..1eb075445e4 100644
Binary files a/public/images/items/wl_hyper_potion.png and b/public/images/items/wl_hyper_potion.png differ
diff --git a/public/images/items/wl_ice_heal.png b/public/images/items/wl_ice_heal.png
index e28f3205a80..9ac297c0e7c 100644
Binary files a/public/images/items/wl_ice_heal.png and b/public/images/items/wl_ice_heal.png differ
diff --git a/public/images/items/wl_item_drop.png b/public/images/items/wl_item_drop.png
index fe7ffdbdc1f..73425749670 100644
Binary files a/public/images/items/wl_item_drop.png and b/public/images/items/wl_item_drop.png differ
diff --git a/public/images/items/wl_item_urge.png b/public/images/items/wl_item_urge.png
index 5c291188dee..17a6343058f 100644
Binary files a/public/images/items/wl_item_urge.png and b/public/images/items/wl_item_urge.png differ
diff --git a/public/images/items/wl_max_elixir.png b/public/images/items/wl_max_elixir.png
index ba900bc2e97..4a33dc853fd 100644
Binary files a/public/images/items/wl_max_elixir.png and b/public/images/items/wl_max_elixir.png differ
diff --git a/public/images/items/wl_max_ether.png b/public/images/items/wl_max_ether.png
index 3cd58498fa7..d3f69ce053d 100644
Binary files a/public/images/items/wl_max_ether.png and b/public/images/items/wl_max_ether.png differ
diff --git a/public/images/items/wl_max_potion.png b/public/images/items/wl_max_potion.png
index cf92810943c..6b58c07e86a 100644
Binary files a/public/images/items/wl_max_potion.png and b/public/images/items/wl_max_potion.png differ
diff --git a/public/images/items/wl_max_revive.png b/public/images/items/wl_max_revive.png
index 12e3b263c21..f2eabaa8d5b 100644
Binary files a/public/images/items/wl_max_revive.png and b/public/images/items/wl_max_revive.png differ
diff --git a/public/images/items/wl_paralyze_heal.png b/public/images/items/wl_paralyze_heal.png
index 9a741c705d4..8e89e54c156 100644
Binary files a/public/images/items/wl_paralyze_heal.png and b/public/images/items/wl_paralyze_heal.png differ
diff --git a/public/images/items/wl_potion.png b/public/images/items/wl_potion.png
index 42086fc20ba..619c5d2b014 100644
Binary files a/public/images/items/wl_potion.png and b/public/images/items/wl_potion.png differ
diff --git a/public/images/items/wl_reset_urge.png b/public/images/items/wl_reset_urge.png
index 25ba0dfcdb9..0d2f94504f0 100644
Binary files a/public/images/items/wl_reset_urge.png and b/public/images/items/wl_reset_urge.png differ
diff --git a/public/images/items/wl_revive.png b/public/images/items/wl_revive.png
index c0881125c52..c01b5f68853 100644
Binary files a/public/images/items/wl_revive.png and b/public/images/items/wl_revive.png differ
diff --git a/public/images/items/wl_super_potion.png b/public/images/items/wl_super_potion.png
index da9ccec78ce..eaf60d6c882 100644
Binary files a/public/images/items/wl_super_potion.png and b/public/images/items/wl_super_potion.png differ
diff --git a/public/images/items/x_accuracy.png b/public/images/items/x_accuracy.png
index d119a75f1bb..e7af52fc684 100644
Binary files a/public/images/items/x_accuracy.png and b/public/images/items/x_accuracy.png differ
diff --git a/public/images/items/x_attack.png b/public/images/items/x_attack.png
index 36c76da9486..711aca7269c 100644
Binary files a/public/images/items/x_attack.png and b/public/images/items/x_attack.png differ
diff --git a/public/images/items/x_defense.png b/public/images/items/x_defense.png
index 2eb14b06ffb..ee8d3fa5e2d 100644
Binary files a/public/images/items/x_defense.png and b/public/images/items/x_defense.png differ
diff --git a/public/images/items/x_sp_atk.png b/public/images/items/x_sp_atk.png
index 772f9fe3315..f0e674e4d45 100644
Binary files a/public/images/items/x_sp_atk.png and b/public/images/items/x_sp_atk.png differ
diff --git a/public/images/items/x_sp_def.png b/public/images/items/x_sp_def.png
index 8c9baf03a4c..2ab43574af9 100644
Binary files a/public/images/items/x_sp_def.png and b/public/images/items/x_sp_def.png differ
diff --git a/public/images/items/x_speed.png b/public/images/items/x_speed.png
index cbd1747142f..daebb295d77 100644
Binary files a/public/images/items/x_speed.png and b/public/images/items/x_speed.png differ
diff --git a/public/images/items/zap_plate.png b/public/images/items/zap_plate.png
index e582b41937f..a966fb76cd3 100644
Binary files a/public/images/items/zap_plate.png and b/public/images/items/zap_plate.png differ
diff --git a/public/images/items/zinc.png b/public/images/items/zinc.png
index d2602f43328..c1dfd47a9fc 100644
Binary files a/public/images/items/zinc.png and b/public/images/items/zinc.png differ
diff --git a/public/images/items/zoom_lens.png b/public/images/items/zoom_lens.png
index f46855135bf..30b3ed55bdf 100644
Binary files a/public/images/items/zoom_lens.png and b/public/images/items/zoom_lens.png differ
diff --git a/public/images/pokemon/1011.png b/public/images/pokemon/1011.png
index 39ed4c0d519..035ea0aca44 100644
Binary files a/public/images/pokemon/1011.png and b/public/images/pokemon/1011.png differ
diff --git a/public/images/pokemon/1019.png b/public/images/pokemon/1019.png
index 9c11ccecb89..f29e2df2fcf 100644
Binary files a/public/images/pokemon/1019.png and b/public/images/pokemon/1019.png differ
diff --git a/public/images/pokemon/143-gigantamax.png b/public/images/pokemon/143-gigantamax.png
index aa775df6164..3adc2c148cd 100644
Binary files a/public/images/pokemon/143-gigantamax.png and b/public/images/pokemon/143-gigantamax.png differ
diff --git a/public/images/pokemon/143.png b/public/images/pokemon/143.png
index 8050627a9a1..a09d0533fce 100644
Binary files a/public/images/pokemon/143.png and b/public/images/pokemon/143.png differ
diff --git a/public/images/pokemon/189.png b/public/images/pokemon/189.png
index fb7f53ced67..632366956bb 100644
Binary files a/public/images/pokemon/189.png and b/public/images/pokemon/189.png differ
diff --git a/public/images/pokemon/2038.png b/public/images/pokemon/2038.png
index 71cedc8af13..7e8fd0ea1b2 100644
Binary files a/public/images/pokemon/2038.png and b/public/images/pokemon/2038.png differ
diff --git a/public/images/pokemon/207.png b/public/images/pokemon/207.png
index ec2f862a139..115c41b0673 100644
Binary files a/public/images/pokemon/207.png and b/public/images/pokemon/207.png differ
diff --git a/public/images/pokemon/261.png b/public/images/pokemon/261.png
index 9e47128a545..da22d88806f 100644
Binary files a/public/images/pokemon/261.png and b/public/images/pokemon/261.png differ
diff --git a/public/images/pokemon/313.png b/public/images/pokemon/313.png
index 0a6336ec37b..fb0dd07c924 100644
Binary files a/public/images/pokemon/313.png and b/public/images/pokemon/313.png differ
diff --git a/public/images/pokemon/314.png b/public/images/pokemon/314.png
index 575b962093a..7252a7fb840 100644
Binary files a/public/images/pokemon/314.png and b/public/images/pokemon/314.png differ
diff --git a/public/images/pokemon/332.png b/public/images/pokemon/332.png
index f320ab4c331..a9979480673 100644
Binary files a/public/images/pokemon/332.png and b/public/images/pokemon/332.png differ
diff --git a/public/images/pokemon/335.json b/public/images/pokemon/335.json
index 0279e0fba5a..a9313fcec5d 100644
--- a/public/images/pokemon/335.json
+++ b/public/images/pokemon/335.json
@@ -1,1910 +1,547 @@
-{
- "textures": [
- {
- "image": "335.png",
- "format": "RGBA8888",
- "size": {
- "w": 366,
- "h": 366
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 192,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 65,
- "h": 61
- },
- "frame": {
- "x": 199,
- "y": 0,
- "w": 65,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 183,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 244,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 9,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 61,
- "y": 309,
- "w": 63,
- "h": 57
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 64
- },
- "frame": {
- "x": 123,
- "y": 244,
- "w": 61,
- "h": 64
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 63,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 308,
- "w": 63,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 62,
- "h": 63
- },
- "frame": {
- "x": 264,
- "y": 58,
- "w": 62,
- "h": 63
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 189,
- "y": 128,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 247,
- "y": 121,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 249,
- "y": 250,
- "w": 60,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9c4e9647cd30b406386dcfa45795951c:b817a280fcd689ce74ea32e378a31e74:40bb9f4809624b12bf79bbfe664bea73$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 248, "y": 129, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 188, "y": 123, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 125, "w": 61, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 61, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 66, "w": 63, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 234, "y": 190, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 234, "y": 246, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 11, "w": 60, "h": 55 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 115, "y": 239, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 63, "y": 62, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 62, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 63, "y": 0, "w": 66, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 66, "h": 62 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 63, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 63, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 261, "y": 0, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 181, "y": 184, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 53, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 63, "y": 122, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 56, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 320, "y": 61, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 65 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 129, "y": 61, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 59, "h": 64 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 195, "y": 60, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 255, "y": 66, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "335.png",
+ "format": "I8",
+ "size": { "w": 382, "h": 305 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/335.png b/public/images/pokemon/335.png
index e5d051dd850..65b56582339 100644
Binary files a/public/images/pokemon/335.png and b/public/images/pokemon/335.png differ
diff --git a/public/images/pokemon/34.png b/public/images/pokemon/34.png
index 3eec3a66805..e697a987354 100644
Binary files a/public/images/pokemon/34.png and b/public/images/pokemon/34.png differ
diff --git a/public/images/pokemon/396.png b/public/images/pokemon/396.png
index 5f42fc90461..34033368ac6 100644
Binary files a/public/images/pokemon/396.png and b/public/images/pokemon/396.png differ
diff --git a/public/images/pokemon/397.png b/public/images/pokemon/397.png
index 0197ee7182e..e9d14db7eab 100644
Binary files a/public/images/pokemon/397.png and b/public/images/pokemon/397.png differ
diff --git a/public/images/pokemon/398.png b/public/images/pokemon/398.png
index 55f8c7c09a3..d1adb74b7ca 100644
Binary files a/public/images/pokemon/398.png and b/public/images/pokemon/398.png differ
diff --git a/public/images/pokemon/404.png b/public/images/pokemon/404.png
index 50038f7a17c..c3c77be70db 100644
Binary files a/public/images/pokemon/404.png and b/public/images/pokemon/404.png differ
diff --git a/public/images/pokemon/417.png b/public/images/pokemon/417.png
index 6d7100f66fe..02cffd1c73f 100644
Binary files a/public/images/pokemon/417.png and b/public/images/pokemon/417.png differ
diff --git a/public/images/pokemon/420.png b/public/images/pokemon/420.png
index 4b76cdfcd21..8cf4dfd0bfc 100644
Binary files a/public/images/pokemon/420.png and b/public/images/pokemon/420.png differ
diff --git a/public/images/pokemon/421-overcast.png b/public/images/pokemon/421-overcast.png
index fb91ea937f1..82b66fd07f9 100644
Binary files a/public/images/pokemon/421-overcast.png and b/public/images/pokemon/421-overcast.png differ
diff --git a/public/images/pokemon/421-sunshine.png b/public/images/pokemon/421-sunshine.png
index 3ab91a47ca6..9da091ae12a 100644
Binary files a/public/images/pokemon/421-sunshine.png and b/public/images/pokemon/421-sunshine.png differ
diff --git a/public/images/pokemon/446.png b/public/images/pokemon/446.png
index 40795f6cd17..523d790a89c 100644
Binary files a/public/images/pokemon/446.png and b/public/images/pokemon/446.png differ
diff --git a/public/images/pokemon/472.png b/public/images/pokemon/472.png
index cc13377bd53..eefd055ffc3 100644
Binary files a/public/images/pokemon/472.png and b/public/images/pokemon/472.png differ
diff --git a/public/images/pokemon/477.png b/public/images/pokemon/477.png
index de140bf6ba9..1013ca3d0dd 100644
Binary files a/public/images/pokemon/477.png and b/public/images/pokemon/477.png differ
diff --git a/public/images/pokemon/498.png b/public/images/pokemon/498.png
index d45f8988cc0..f019a1f38b3 100644
Binary files a/public/images/pokemon/498.png and b/public/images/pokemon/498.png differ
diff --git a/public/images/pokemon/499.png b/public/images/pokemon/499.png
index c8232f9bb34..8f2f76ca6bb 100644
Binary files a/public/images/pokemon/499.png and b/public/images/pokemon/499.png differ
diff --git a/public/images/pokemon/500.png b/public/images/pokemon/500.png
index 9d388d33640..ae842c38bcd 100644
Binary files a/public/images/pokemon/500.png and b/public/images/pokemon/500.png differ
diff --git a/public/images/pokemon/511.png b/public/images/pokemon/511.png
index ebf4b069b23..77ba327fd12 100644
Binary files a/public/images/pokemon/511.png and b/public/images/pokemon/511.png differ
diff --git a/public/images/pokemon/512.png b/public/images/pokemon/512.png
index 94ae881fdb2..58870d253cb 100644
Binary files a/public/images/pokemon/512.png and b/public/images/pokemon/512.png differ
diff --git a/public/images/pokemon/513.png b/public/images/pokemon/513.png
index f8d6e6017de..99f2fccc23e 100644
Binary files a/public/images/pokemon/513.png and b/public/images/pokemon/513.png differ
diff --git a/public/images/pokemon/514.png b/public/images/pokemon/514.png
index 87a2ece7f6d..57216c76e08 100644
Binary files a/public/images/pokemon/514.png and b/public/images/pokemon/514.png differ
diff --git a/public/images/pokemon/515.png b/public/images/pokemon/515.png
index 3dc40ff122d..e6187568544 100644
Binary files a/public/images/pokemon/515.png and b/public/images/pokemon/515.png differ
diff --git a/public/images/pokemon/516.png b/public/images/pokemon/516.png
index c13615fa119..cd4d5d64392 100644
Binary files a/public/images/pokemon/516.png and b/public/images/pokemon/516.png differ
diff --git a/public/images/pokemon/522.png b/public/images/pokemon/522.png
index 3e545afc925..64ca1253304 100644
Binary files a/public/images/pokemon/522.png and b/public/images/pokemon/522.png differ
diff --git a/public/images/pokemon/523.png b/public/images/pokemon/523.png
index 49674e2ee8b..3c491927a02 100644
Binary files a/public/images/pokemon/523.png and b/public/images/pokemon/523.png differ
diff --git a/public/images/pokemon/535.png b/public/images/pokemon/535.png
index afa9cfb10ee..b8a82d204c5 100644
Binary files a/public/images/pokemon/535.png and b/public/images/pokemon/535.png differ
diff --git a/public/images/pokemon/536.png b/public/images/pokemon/536.png
index bbc6d6b548c..90202df0339 100644
Binary files a/public/images/pokemon/536.png and b/public/images/pokemon/536.png differ
diff --git a/public/images/pokemon/537.png b/public/images/pokemon/537.png
index 9b70ea2eafe..906b546cf42 100644
Binary files a/public/images/pokemon/537.png and b/public/images/pokemon/537.png differ
diff --git a/public/images/pokemon/554.png b/public/images/pokemon/554.png
index d2483d4cec7..b0c4bb10335 100644
Binary files a/public/images/pokemon/554.png and b/public/images/pokemon/554.png differ
diff --git a/public/images/pokemon/555-zen.png b/public/images/pokemon/555-zen.png
index e94c779abce..48cbf58a17a 100644
Binary files a/public/images/pokemon/555-zen.png and b/public/images/pokemon/555-zen.png differ
diff --git a/public/images/pokemon/555.png b/public/images/pokemon/555.png
index 0843ef0026b..0ec02846a6a 100644
Binary files a/public/images/pokemon/555.png and b/public/images/pokemon/555.png differ
diff --git a/public/images/pokemon/566.png b/public/images/pokemon/566.png
index 67b5f09c056..e54a8680298 100644
Binary files a/public/images/pokemon/566.png and b/public/images/pokemon/566.png differ
diff --git a/public/images/pokemon/572.png b/public/images/pokemon/572.png
index ba9446aa9d2..32f01341e2f 100644
Binary files a/public/images/pokemon/572.png and b/public/images/pokemon/572.png differ
diff --git a/public/images/pokemon/573.png b/public/images/pokemon/573.png
index b827c23d78e..a33172fe8d3 100644
Binary files a/public/images/pokemon/573.png and b/public/images/pokemon/573.png differ
diff --git a/public/images/pokemon/626.png b/public/images/pokemon/626.png
index 281119efdc2..542cefe41bb 100644
Binary files a/public/images/pokemon/626.png and b/public/images/pokemon/626.png differ
diff --git a/public/images/pokemon/643.png b/public/images/pokemon/643.png
index b7c21248166..30d993791ab 100644
Binary files a/public/images/pokemon/643.png and b/public/images/pokemon/643.png differ
diff --git a/public/images/pokemon/644.png b/public/images/pokemon/644.png
index 4ccbb7700d5..14fce7e0bab 100644
Binary files a/public/images/pokemon/644.png and b/public/images/pokemon/644.png differ
diff --git a/public/images/pokemon/646-black.png b/public/images/pokemon/646-black.png
index 4c45fcf2a03..f5ad11ddcac 100644
Binary files a/public/images/pokemon/646-black.png and b/public/images/pokemon/646-black.png differ
diff --git a/public/images/pokemon/646-white.png b/public/images/pokemon/646-white.png
index 0de658c5a39..9907f8e278c 100644
Binary files a/public/images/pokemon/646-white.png and b/public/images/pokemon/646-white.png differ
diff --git a/public/images/pokemon/656.json b/public/images/pokemon/656.json
index 9f2483c56b9..3776b4ed7e5 100644
--- a/public/images/pokemon/656.json
+++ b/public/images/pokemon/656.json
@@ -1,41 +1,20 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 35,
- "h": 35
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25355f0b039f39b6231cb75c6f8a0200:2e119e5dd64fab6d996ea751c24a38e0:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 32, "h": 35 },
+ "sourceSize": { "w": 32, "h": 35 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 34, "h": 37 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/656.png b/public/images/pokemon/656.png
index b653616955d..06a9cd58268 100644
Binary files a/public/images/pokemon/656.png and b/public/images/pokemon/656.png differ
diff --git a/public/images/pokemon/666-continental.png b/public/images/pokemon/666-continental.png
index 1bd15dbb70d..b45f5c4e76d 100644
Binary files a/public/images/pokemon/666-continental.png and b/public/images/pokemon/666-continental.png differ
diff --git a/public/images/pokemon/666-fancy.png b/public/images/pokemon/666-fancy.png
index ec5e8a5f6e8..9e40deb3568 100644
Binary files a/public/images/pokemon/666-fancy.png and b/public/images/pokemon/666-fancy.png differ
diff --git a/public/images/pokemon/666-high-plains.png b/public/images/pokemon/666-high-plains.png
index c294984e469..45cb22fc592 100644
Binary files a/public/images/pokemon/666-high-plains.png and b/public/images/pokemon/666-high-plains.png differ
diff --git a/public/images/pokemon/666-river.png b/public/images/pokemon/666-river.png
index eeabeecb069..ca93fd612b7 100644
Binary files a/public/images/pokemon/666-river.png and b/public/images/pokemon/666-river.png differ
diff --git a/public/images/pokemon/668-female.json b/public/images/pokemon/668-female.json
deleted file mode 100644
index 13d67c90194..00000000000
--- a/public/images/pokemon/668-female.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "668-female.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f88e039152d4a967a218cb721938610:e6991ce9c3bad348cbc05ebf9b440302:d99ed0e84a0695b54e479aa98271aba1$"
- }
-}
diff --git a/public/images/pokemon/668-female.png b/public/images/pokemon/668-female.png
deleted file mode 100644
index c8f4e205491..00000000000
Binary files a/public/images/pokemon/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/674.json b/public/images/pokemon/674.json
index 9534a585c64..9954c30188d 100644
--- a/public/images/pokemon/674.json
+++ b/public/images/pokemon/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 28,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:17675dc9d79a224d5cfe26d4ea11594d:afc8db52143597fb62ac44c9a1600a80:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 87, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 29, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 87, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 58, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 29, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 84, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 58, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 42, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 29, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 126, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 116, "h": 168 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/674.png b/public/images/pokemon/674.png
index 3161096bb29..85b2fafb91b 100644
Binary files a/public/images/pokemon/674.png and b/public/images/pokemon/674.png differ
diff --git a/public/images/pokemon/692.json b/public/images/pokemon/692.json
index a06bb0c77b7..125642a01f1 100644
--- a/public/images/pokemon/692.json
+++ b/public/images/pokemon/692.json
@@ -1,41 +1,20 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 56,
- "h": 56
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:031fb8fbcf9162adb44c0a90fd2cc110:44a2bd195c730b2d35c3ad898e1b3672:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 239, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/692.png b/public/images/pokemon/692.png
index ce0cb4d3243..a22655931a8 100644
Binary files a/public/images/pokemon/692.png and b/public/images/pokemon/692.png differ
diff --git a/public/images/pokemon/694.json b/public/images/pokemon/694.json
index c770e137915..48e9623d7f4 100644
--- a/public/images/pokemon/694.json
+++ b/public/images/pokemon/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 41,
- "h": 41
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a121458917a5069ac5fcf0438e46af2b:afcd331d4ef231f539d602827ea66e55:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 282, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 241, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 171, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 85, "y": 170, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 227, "y": 93, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 52, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 50, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 39 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 56, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 0, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 49 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 224, "y": 47, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 281, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 168, "y": 0, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 56, "h": 48 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 281, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 224, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 50, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 281, "y": 92, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 57, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 112, "y": 49, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 94, "w": 56, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 56, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 170, "y": 48, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 53, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 126, "y": 175, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 138, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 249 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/694.png b/public/images/pokemon/694.png
index 2659476db8a..fbd210e7d89 100644
Binary files a/public/images/pokemon/694.png and b/public/images/pokemon/694.png differ
diff --git a/public/images/pokemon/698.json b/public/images/pokemon/698.json
index 34938139984..6baf41b0ce7 100644
--- a/public/images/pokemon/698.json
+++ b/public/images/pokemon/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 57,
- "h": 57
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:563dc7193ff897a6bf95dc8334febb0f:0dc4e9f203f0efed6323a93621a24f2c:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 152, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/698.png b/public/images/pokemon/698.png
index 2e00f5693a6..d9e638561d1 100644
Binary files a/public/images/pokemon/698.png and b/public/images/pokemon/698.png differ
diff --git a/public/images/pokemon/703.json b/public/images/pokemon/703.json
index e160dd32d25..5c0a6230108 100644
--- a/public/images/pokemon/703.json
+++ b/public/images/pokemon/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5da3bf1b2b82712da609c628fc886d69:7a2dc2f1f3b5fa2ee6b04cdf4c952277:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 35, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 35, "y": 153, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 111, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 183, "h": 192 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/703.png b/public/images/pokemon/703.png
index 3f3767fbc6c..ea231fc6c09 100644
Binary files a/public/images/pokemon/703.png and b/public/images/pokemon/703.png differ
diff --git a/public/images/pokemon/707.json b/public/images/pokemon/707.json
index b37a090ddb5..ee5036fb541 100644
--- a/public/images/pokemon/707.json
+++ b/public/images/pokemon/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:56a3742632a462544b501f22a2cb2e57:5315127216c0bad2620a5352c4e424ba:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 578, "y": 149, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 95, "y": 62, "w": 59, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 14, "w": 59, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 519, "y": 2, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 67, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 280, "y": 2, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 82, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 93, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 63 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 95, "y": 2, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 95, "h": 60 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 190, "y": 2, "w": 90, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 90, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 362, "y": 2, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 445, "y": 2, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 74, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 586, "y": 2, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 2, "y": 220, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 4, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 319, "y": 447, "w": 42, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 5, "w": 42, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 447, "y": 489, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 614, "y": 500, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 10, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 573, "y": 453, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 267, "y": 480, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 184, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 2, "y": 443, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 226, "y": 442, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 130, "y": 438, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 366, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 52, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 682, "y": 221, "w": 48, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 18, "w": 48, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 519, "y": 361, "w": 47, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 47, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 43, "y": 502, "w": 44, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 20, "w": 44, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 714, "y": 505, "w": 41, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 20, "w": 41, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 402, "y": 489, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 471, "y": 219, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 692, "y": 80, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 389, "y": 147, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 399, "y": 297, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 610, "y": 375, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 141, "y": 360, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 638, "y": 79, "w": 54, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 54, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 362, "y": 67, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 60, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 474, "y": 73, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 59, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 264, "y": 147, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 57, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 298, "y": 264, "w": 54, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 54, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 524, "y": 148, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 211, "y": 135, "w": 53, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 53, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 471, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 569, "y": 302, "w": 48, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 19, "w": 48, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 154, "y": 134, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 57, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 154, "y": 64, "w": 60, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 20, "w": 60, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 214, "y": 64, "w": 59, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 19, "w": 59, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 2, "y": 292, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 18, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 696, "y": 426, "w": 41, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 41, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 533, "y": 73, "w": 53, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 53, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 56, "y": 135, "w": 62, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 62, "h": 64 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 662, "y": 373, "w": 62, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 62, "h": 53 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 655, "y": 505, "w": 59, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 22, "w": 59, "h": 47 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 422, "y": 437, "w": 61, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 61, "h": 52 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 326, "y": 136, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 63, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 321, "y": 198, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 57, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 519, "y": 291, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 20, "w": 50, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 445, "y": 363, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 20, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 45, "y": 426, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 189, "y": 352, "w": 44, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 44, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 667, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 425, "y": 218, "w": 46, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 40, "y": 18, "w": 46, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 148, "y": 203, "w": 47, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 47, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 572, "y": 224, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 18, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 244, "y": 287, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 763, "h": 577 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/707.png b/public/images/pokemon/707.png
index e96c81bb953..899ab995926 100644
Binary files a/public/images/pokemon/707.png and b/public/images/pokemon/707.png differ
diff --git a/public/images/pokemon/708.json b/public/images/pokemon/708.json
index 99aa2cffcb4..abc8d24db2b 100644
--- a/public/images/pokemon/708.json
+++ b/public/images/pokemon/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c7204472319329328505da257ec6edec:b1ef9ba3c80855e31831f718036043ff:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 90, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 135, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 90, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 10, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 134, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 180, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 225, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 15, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 270, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 17, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 270, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 90, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 23, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 135, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 180, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 225, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 18, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 178, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 15, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 223, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 226, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 45, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 180, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 315, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/708.png b/public/images/pokemon/708.png
index a51533e592b..0b612280028 100644
Binary files a/public/images/pokemon/708.png and b/public/images/pokemon/708.png differ
diff --git a/public/images/pokemon/714.json b/public/images/pokemon/714.json
index 84c1183e47b..b43aebd68a1 100644
--- a/public/images/pokemon/714.json
+++ b/public/images/pokemon/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 64,
- "h": 64
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 64,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:acf096b1d2c6d9730a18ff797fb5ae47:ea434d000e9983cb42ecd03220d247c4:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 133, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 117, "w": 34, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 34, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 117, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 196, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 218, "y": 117, "w": 33, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 33, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 258, "h": 186 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/714.png b/public/images/pokemon/714.png
index c79f9b83b82..4572eada3f3 100644
Binary files a/public/images/pokemon/714.png and b/public/images/pokemon/714.png differ
diff --git a/public/images/pokemon/715.png b/public/images/pokemon/715.png
index e173bfe25ff..08d9c985776 100644
Binary files a/public/images/pokemon/715.png and b/public/images/pokemon/715.png differ
diff --git a/public/images/pokemon/718-10.json b/public/images/pokemon/718-10.json
index 479c069fe0a..ad273c9ea79 100644
--- a/public/images/pokemon/718-10.json
+++ b/public/images/pokemon/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 66,
- "h": 66
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1845dc28b51b657957628d4b4d7af94:87a4c3e6fcac562963f6331abb3d962c:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 287, "y": 130, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 57, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 164, "y": 261, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 327, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 56, "y": 327, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 329, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 112, "y": 326, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 265, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 226, "y": 332, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 220, "y": 261, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 264, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 279, "y": 196, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 56, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 110, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 198, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 169, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 224, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 132, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 113, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 345, "h": 395 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/718-10.png b/public/images/pokemon/718-10.png
index a2acc542c68..4d15f78dd83 100644
Binary files a/public/images/pokemon/718-10.png and b/public/images/pokemon/718-10.png differ
diff --git a/public/images/pokemon/718.json b/public/images/pokemon/718.json
index b86c5362079..98053a226cb 100644
--- a/public/images/pokemon/718.json
+++ b/public/images/pokemon/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c521b0d088429d6fd0d1d291823b7881:a063fa0268f5006b3587b06e3245db2a:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 222, "y": 355, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 354, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 149, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 442, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 149, "y": 266, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 377, "y": 265, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 308, "y": 177, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 91, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 301, "y": 264, "w": 76, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 76, "h": 86 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 267, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 90, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 391, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 78, "h": 91 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 468, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 157, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 313, "y": 0, "w": 78, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 78, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 79, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 391, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 235, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 469, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 313, "y": 89, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 157, "y": 90, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 76, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 226, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 354, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 547, "h": 530 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/718.png b/public/images/pokemon/718.png
index 0c65ebefb31..07319fd6de0 100644
Binary files a/public/images/pokemon/718.png and b/public/images/pokemon/718.png differ
diff --git a/public/images/pokemon/719.json b/public/images/pokemon/719.json
index 4503b576777..29716341ffd 100644
--- a/public/images/pokemon/719.json
+++ b/public/images/pokemon/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2444999ec5c861d795baf2a948bfbf12:226dba2be6e002f00cb5559f02986b41:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 86, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 172, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 42, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 40, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 83, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 124, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 215, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 128, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 80, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 120, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 237, "y": 288, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 198, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 237, "y": 359, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 160, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 165, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 212, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 206, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 200, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 240, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 159, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 40, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 80, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 248, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 43, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 128, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 80, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 120, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 237, "y": 288, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 198, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 237, "y": 359, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 120, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 160, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 165, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 212, "y": 72, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 206, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 200, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 240, "y": 216, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 159, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 40, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 80, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 248, "y": 144, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 43, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 287, "h": 429 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/719.png b/public/images/pokemon/719.png
index 287bfb9fd27..536e999a3d6 100644
Binary files a/public/images/pokemon/719.png and b/public/images/pokemon/719.png differ
diff --git a/public/images/pokemon/728.png b/public/images/pokemon/728.png
index 414ccd7b0b8..4c7f3f94f27 100644
Binary files a/public/images/pokemon/728.png and b/public/images/pokemon/728.png differ
diff --git a/public/images/pokemon/730.png b/public/images/pokemon/730.png
index 3438d9fc63f..92090460124 100644
Binary files a/public/images/pokemon/730.png and b/public/images/pokemon/730.png differ
diff --git a/public/images/pokemon/746-school.png b/public/images/pokemon/746-school.png
index e9d8bdbd944..c592b71a66a 100644
Binary files a/public/images/pokemon/746-school.png and b/public/images/pokemon/746-school.png differ
diff --git a/public/images/pokemon/746.png b/public/images/pokemon/746.png
index 22f4ec2fd6f..3de01770ee6 100644
Binary files a/public/images/pokemon/746.png and b/public/images/pokemon/746.png differ
diff --git a/public/images/pokemon/749.png b/public/images/pokemon/749.png
index 5e51f2f017a..28c2f5ce4e3 100644
Binary files a/public/images/pokemon/749.png and b/public/images/pokemon/749.png differ
diff --git a/public/images/pokemon/750.png b/public/images/pokemon/750.png
index bfd7e20743d..f0ca7b407dd 100644
Binary files a/public/images/pokemon/750.png and b/public/images/pokemon/750.png differ
diff --git a/public/images/pokemon/782.json b/public/images/pokemon/782.json
index 9b8f8e93d39..938568ed74a 100644
--- a/public/images/pokemon/782.json
+++ b/public/images/pokemon/782.json
@@ -1,41 +1,1010 @@
-{
- "textures": [
- {
- "image": "782.png",
- "format": "RGBA8888",
- "size": {
- "w": 50,
- "h": 50
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 50
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:350889f3e7d7ba0c8471435ab283acd5:fde1ef9d118b98abfede0d4980b8ef8d:d07862436676aa228a148ee1f1d82a8f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 98, "y": 109, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 49, "y": 161, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 146, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 97, "y": 162, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 194, "y": 162, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 109, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 160, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 50, "y": 109, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 148, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 197, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 50, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 193, "y": 108, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 193, "y": 108, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 148, "y": 54, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 196, "y": 54, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 1, "y": 55, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 49, "y": 55, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 99, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 99, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 193, "y": 108, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 193, "y": 108, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 97, "y": 55, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 97, "y": 55, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 49, "y": 55, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 49, "y": 55, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 99, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 99, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 99, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 193, "y": 108, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 193, "y": 108, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 97, "y": 55, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 97, "y": 55, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 1, "y": 55, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 145, "y": 108, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 197, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 148, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "782.png",
+ "format": "I8",
+ "size": { "w": 245, "h": 211 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/782.png b/public/images/pokemon/782.png
index ad461fe00ae..093d0189535 100644
Binary files a/public/images/pokemon/782.png and b/public/images/pokemon/782.png differ
diff --git a/public/images/pokemon/783.json b/public/images/pokemon/783.json
index ff018d3f04a..df0c084fa38 100644
--- a/public/images/pokemon/783.json
+++ b/public/images/pokemon/783.json
@@ -1,41 +1,965 @@
-{
- "textures": [
- {
- "image": "783.png",
- "format": "RGBA8888",
- "size": {
- "w": 69,
- "h": 69
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a352518568888797dbb97bf40e2075df:76c85cf57217dd8c084dd2b2591b9bef:aab166e28c744865a0296041224dd01b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 66, "y": 214, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 336, "y": 146, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 73, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 424, "y": 73, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 284, "y": 70, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 64, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 350, "y": 74, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 490, "y": 141, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 415, "y": 145, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 318, "y": 217, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 442, "y": 353, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 59, "y": 425, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 425, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 117, "y": 426, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 486, "y": 424, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 298, "y": 358, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 63, "y": 285, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 66, "y": 214, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 336, "y": 146, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 73, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 424, "y": 73, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 284, "y": 70, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 64, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 350, "y": 74, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 490, "y": 141, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 415, "y": 145, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 318, "y": 217, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 442, "y": 353, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 59, "y": 425, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 425, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 117, "y": 426, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 486, "y": 424, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 298, "y": 358, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 63, "y": 285, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 66, "y": 214, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 336, "y": 146, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 73, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 424, "y": 73, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 284, "y": 70, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 64, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 350, "y": 74, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 490, "y": 141, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 415, "y": 145, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 318, "y": 217, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 442, "y": 353, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 59, "y": 425, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 425, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 117, "y": 426, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 486, "y": 424, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 298, "y": 358, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 63, "y": 285, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 66, "y": 214, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 336, "y": 146, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 73, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 424, "y": 73, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 284, "y": 70, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 64, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 350, "y": 74, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 490, "y": 141, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 415, "y": 145, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 318, "y": 217, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 442, "y": 353, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 59, "y": 425, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 425, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 426, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 486, "y": 424, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 298, "y": 358, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 63, "y": 285, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 255, "y": 214, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 462, "y": 283, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 309, "y": 288, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 370, "y": 356, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 380, "y": 287, "w": 60, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 215, "w": 63, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 63, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 492, "y": 1, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 68, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 284, "y": 1, "w": 70, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 70, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 72, "y": 1, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 71, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 214, "y": 1, "w": 68, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 68, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 214, "y": 72, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 66, "y": 214, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 67, "y": 142, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 424, "y": 1, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 66, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 69, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 145, "y": 1, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 67, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 356, "y": 1, "w": 66, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 66, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 121, "y": 355, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 57, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 239, "y": 426, "w": 54, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 357, "y": 425, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 429, "y": 423, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 55, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 180, "y": 356, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 57, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 66, "y": 214, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 271, "y": 143, "w": 63, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 63, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 72, "y": 71, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 187, "y": 285, "w": 59, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 59, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 192, "y": 214, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 206, "y": 143, "w": 63, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 492, "y": 70, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 503, "y": 353, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 58, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 129, "y": 214, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 132, "y": 144, "w": 63, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 63, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 139, "y": 74, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 61, "y": 355, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 125, "y": 285, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 479, "y": 213, "w": 62, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 1, "y": 145, "w": 63, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 63, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 239, "y": 356, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 1, "y": 354, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 248, "y": 285, "w": 59, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 1, "y": 283, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 400, "y": 216, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "783.png",
+ "format": "I8",
+ "size": { "w": 562, "h": 494 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/783.png b/public/images/pokemon/783.png
index 3ec37265afe..9396392b588 100644
Binary files a/public/images/pokemon/783.png and b/public/images/pokemon/783.png differ
diff --git a/public/images/pokemon/784.json b/public/images/pokemon/784.json
index 93433997311..7899177cfc7 100644
--- a/public/images/pokemon/784.json
+++ b/public/images/pokemon/784.json
@@ -1,41 +1,812 @@
-{
- "textures": [
- {
- "image": "784.png",
- "format": "RGBA8888",
- "size": {
- "w": 81,
- "h": 81
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 79,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 79,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 79,
- "h": 81
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dcfcb88e42dad35e57b259d31fbc6143:26fe93636d2b2e8c3da41c05f0648a08:c2f7ca3ab1075b8c824730653d891244$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 260, "y": 244, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 381, "y": 166, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 84, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 291, "y": 161, "w": 88, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 88, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 106, "y": 80, "w": 94, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 94, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 422, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 1, "w": 103, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 103, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 106, "y": 1, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 212, "y": 1, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 316, "y": 79, "w": 96, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 96, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 414, "y": 82, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 89, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 505, "y": 165, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 82, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 325, "y": 333, "w": 77, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 77, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 237, "y": 410, "w": 76, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 483, "y": 333, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 585, "y": 332, "w": 78, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 78, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 165, "y": 252, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 260, "y": 244, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 381, "y": 166, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 84, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 291, "y": 161, "w": 88, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 88, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 106, "y": 80, "w": 94, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 94, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 422, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 103, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 103, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 106, "y": 1, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 212, "y": 1, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 316, "y": 79, "w": 96, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 96, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 414, "y": 82, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 89, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 505, "y": 165, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 82, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 325, "y": 333, "w": 77, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 77, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 237, "y": 410, "w": 76, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 483, "y": 333, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 585, "y": 332, "w": 78, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 78, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 165, "y": 252, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 260, "y": 244, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 381, "y": 166, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 84, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 291, "y": 161, "w": 88, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 88, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 106, "y": 80, "w": 94, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 94, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 422, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 1, "w": 103, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 103, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 106, "y": 1, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 212, "y": 1, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 316, "y": 79, "w": 96, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 96, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 414, "y": 82, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 89, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 505, "y": 165, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 82, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 325, "y": 333, "w": 77, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 77, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 237, "y": 410, "w": 76, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 483, "y": 333, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 585, "y": 332, "w": 78, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 78, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 165, "y": 252, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 260, "y": 244, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 381, "y": 166, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 84, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 291, "y": 161, "w": 88, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 88, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 106, "y": 80, "w": 94, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 94, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 422, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 1, "w": 103, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 103, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 106, "y": 1, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 212, "y": 1, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 316, "y": 79, "w": 96, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 96, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 414, "y": 82, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 89, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 505, "y": 165, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 82, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 325, "y": 333, "w": 77, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 77, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 237, "y": 410, "w": 76, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 483, "y": 333, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 585, "y": 332, "w": 78, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 78, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 165, "y": 252, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 246, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 589, "y": 166, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 162, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 89, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 81, "w": 95, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 95, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 624, "y": 1, "w": 100, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 100, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 316, "y": 1, "w": 104, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 104, "h": 76 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 523, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 505, "y": 82, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 624, "y": 81, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 202, "y": 81, "w": 87, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 87, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 92, "y": 162, "w": 84, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 84, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 159, "y": 335, "w": 76, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 76, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 562, "y": 414, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 75, "h": 74 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 412, "w": 75, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 75, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 78, "y": 413, "w": 76, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 76, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 404, "y": 333, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 245, "y": 327, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 178, "y": 168, "w": 80, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 80, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 244, "w": 80, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 80, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 342, "y": 249, "w": 79, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 79, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 328, "w": 77, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 80, "y": 329, "w": 77, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 77, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 423, "y": 249, "w": 79, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 79, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 589, "y": 249, "w": 79, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 79, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 504, "y": 250, "w": 79, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 79, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "784.png",
+ "format": "I8",
+ "size": { "w": 725, "h": 493 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/784.png b/public/images/pokemon/784.png
index 7bca9f0794a..6d37807b8a0 100644
Binary files a/public/images/pokemon/784.png and b/public/images/pokemon/784.png differ
diff --git a/public/images/pokemon/840.png b/public/images/pokemon/840.png
index f0d1f83bd93..1a263e3ee19 100644
Binary files a/public/images/pokemon/840.png and b/public/images/pokemon/840.png differ
diff --git a/public/images/pokemon/841-gigantamax.png b/public/images/pokemon/841-gigantamax.png
index 69c53677722..07121b9c12f 100644
Binary files a/public/images/pokemon/841-gigantamax.png and b/public/images/pokemon/841-gigantamax.png differ
diff --git a/public/images/pokemon/841.png b/public/images/pokemon/841.png
index 5e665960df4..e7329f2eb97 100644
Binary files a/public/images/pokemon/841.png and b/public/images/pokemon/841.png differ
diff --git a/public/images/pokemon/842-gigantamax.png b/public/images/pokemon/842-gigantamax.png
index 69c53677722..aee95b7b881 100644
Binary files a/public/images/pokemon/842-gigantamax.png and b/public/images/pokemon/842-gigantamax.png differ
diff --git a/public/images/pokemon/842.png b/public/images/pokemon/842.png
index 468ca88562e..4e3fec8ef1b 100644
Binary files a/public/images/pokemon/842.png and b/public/images/pokemon/842.png differ
diff --git a/public/images/pokemon/871.png b/public/images/pokemon/871.png
index bdcedb9d90a..af53b0275e6 100644
Binary files a/public/images/pokemon/871.png and b/public/images/pokemon/871.png differ
diff --git a/public/images/pokemon/back/1011.png b/public/images/pokemon/back/1011.png
index 3e23fc1ebe3..ab3cc75482d 100644
Binary files a/public/images/pokemon/back/1011.png and b/public/images/pokemon/back/1011.png differ
diff --git a/public/images/pokemon/back/1019.png b/public/images/pokemon/back/1019.png
index ece50558c8c..d80a0930192 100644
Binary files a/public/images/pokemon/back/1019.png and b/public/images/pokemon/back/1019.png differ
diff --git a/public/images/pokemon/back/143-gigantamax.png b/public/images/pokemon/back/143-gigantamax.png
index 3ebb6f16483..cd251a515e6 100644
Binary files a/public/images/pokemon/back/143-gigantamax.png and b/public/images/pokemon/back/143-gigantamax.png differ
diff --git a/public/images/pokemon/back/2038.png b/public/images/pokemon/back/2038.png
index 68a9cfb2d6e..957b2d31714 100644
Binary files a/public/images/pokemon/back/2038.png and b/public/images/pokemon/back/2038.png differ
diff --git a/public/images/pokemon/back/2075.json b/public/images/pokemon/back/2075.json
index 4c8365eeddb..3dd46debe2f 100644
--- a/public/images/pokemon/back/2075.json
+++ b/public/images/pokemon/back/2075.json
@@ -1,41 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 71,
- "h": 71
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 71,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0f1bcbf28a4b69c4dc92a48c8faf81da:0130dd5f38c7e72cc16e62dd634dc3a2:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 289, "y": 175, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 497, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 497, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 503, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 73, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 486, "y": 46, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 210, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 45, "w": 66, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 278, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 284, "y": 131, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 143, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 281, "y": 216, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 432, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 361, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 73, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 215, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 71, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 140, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 68, "y": 88, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 346, "y": 45, "w": 70, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 130, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 417, "y": 45, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 507, "y": 1, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 140, "y": 45, "w": 69, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 488, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 142, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 213, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 354, "y": 133, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 217, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 425, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 212, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 45, "w": 71, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 363, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 577, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/2075.png b/public/images/pokemon/back/2075.png
index 98e86ccfe81..6c11c18bd1d 100644
Binary files a/public/images/pokemon/back/2075.png and b/public/images/pokemon/back/2075.png differ
diff --git a/public/images/pokemon/back/332.png b/public/images/pokemon/back/332.png
index a6940fbaba6..a432b1af4b2 100644
Binary files a/public/images/pokemon/back/332.png and b/public/images/pokemon/back/332.png differ
diff --git a/public/images/pokemon/back/34.png b/public/images/pokemon/back/34.png
index 40827a68879..bb0ad630d1a 100644
Binary files a/public/images/pokemon/back/34.png and b/public/images/pokemon/back/34.png differ
diff --git a/public/images/pokemon/back/396.png b/public/images/pokemon/back/396.png
index 141103a25ad..843c9dca1e4 100644
Binary files a/public/images/pokemon/back/396.png and b/public/images/pokemon/back/396.png differ
diff --git a/public/images/pokemon/back/397.png b/public/images/pokemon/back/397.png
index 96a5d4f161a..236fc18ea44 100644
Binary files a/public/images/pokemon/back/397.png and b/public/images/pokemon/back/397.png differ
diff --git a/public/images/pokemon/back/398.png b/public/images/pokemon/back/398.png
index 57fbb92e12f..63ed37bfd15 100644
Binary files a/public/images/pokemon/back/398.png and b/public/images/pokemon/back/398.png differ
diff --git a/public/images/pokemon/back/403.png b/public/images/pokemon/back/403.png
index c8f49d37d96..303c4b57cbd 100644
Binary files a/public/images/pokemon/back/403.png and b/public/images/pokemon/back/403.png differ
diff --git a/public/images/pokemon/back/404.png b/public/images/pokemon/back/404.png
index eb1a04e4d1b..6592f80c58d 100644
Binary files a/public/images/pokemon/back/404.png and b/public/images/pokemon/back/404.png differ
diff --git a/public/images/pokemon/back/405.png b/public/images/pokemon/back/405.png
index b6c6f12a0fb..0afe5b3036d 100644
Binary files a/public/images/pokemon/back/405.png and b/public/images/pokemon/back/405.png differ
diff --git a/public/images/pokemon/back/477.png b/public/images/pokemon/back/477.png
index 40142d042b9..02b662fbd74 100644
Binary files a/public/images/pokemon/back/477.png and b/public/images/pokemon/back/477.png differ
diff --git a/public/images/pokemon/back/498.png b/public/images/pokemon/back/498.png
index 8ea4900e8f3..c14fb4561e7 100644
Binary files a/public/images/pokemon/back/498.png and b/public/images/pokemon/back/498.png differ
diff --git a/public/images/pokemon/back/500.png b/public/images/pokemon/back/500.png
index de1b556bede..082f0460ff2 100644
Binary files a/public/images/pokemon/back/500.png and b/public/images/pokemon/back/500.png differ
diff --git a/public/images/pokemon/back/522.png b/public/images/pokemon/back/522.png
index 54c706d1455..ff5bbafb915 100644
Binary files a/public/images/pokemon/back/522.png and b/public/images/pokemon/back/522.png differ
diff --git a/public/images/pokemon/back/523.png b/public/images/pokemon/back/523.png
index 6f25fd9cc74..023afbd1008 100644
Binary files a/public/images/pokemon/back/523.png and b/public/images/pokemon/back/523.png differ
diff --git a/public/images/pokemon/back/535.png b/public/images/pokemon/back/535.png
index ac477600b72..2556d646aa6 100644
Binary files a/public/images/pokemon/back/535.png and b/public/images/pokemon/back/535.png differ
diff --git a/public/images/pokemon/back/536.png b/public/images/pokemon/back/536.png
index 32e48b10c85..393006e83b9 100644
Binary files a/public/images/pokemon/back/536.png and b/public/images/pokemon/back/536.png differ
diff --git a/public/images/pokemon/back/554.png b/public/images/pokemon/back/554.png
index 4ed9c06f0ee..f6423a5e66e 100644
Binary files a/public/images/pokemon/back/554.png and b/public/images/pokemon/back/554.png differ
diff --git a/public/images/pokemon/back/555-zen.png b/public/images/pokemon/back/555-zen.png
index 48ef6beb7c4..8fe0e672a3a 100644
Binary files a/public/images/pokemon/back/555-zen.png and b/public/images/pokemon/back/555-zen.png differ
diff --git a/public/images/pokemon/back/555.png b/public/images/pokemon/back/555.png
index 8f1a709c5f4..77c04139079 100644
Binary files a/public/images/pokemon/back/555.png and b/public/images/pokemon/back/555.png differ
diff --git a/public/images/pokemon/back/567.png b/public/images/pokemon/back/567.png
index ca9432a3e71..ec4197fbb92 100644
Binary files a/public/images/pokemon/back/567.png and b/public/images/pokemon/back/567.png differ
diff --git a/public/images/pokemon/back/572.png b/public/images/pokemon/back/572.png
index d7ddaf62136..4d081564b50 100644
Binary files a/public/images/pokemon/back/572.png and b/public/images/pokemon/back/572.png differ
diff --git a/public/images/pokemon/back/573.png b/public/images/pokemon/back/573.png
index 03a0093d70d..ef4a8bc14ab 100644
Binary files a/public/images/pokemon/back/573.png and b/public/images/pokemon/back/573.png differ
diff --git a/public/images/pokemon/back/626.png b/public/images/pokemon/back/626.png
index 05b6514878d..a3098a1c1d3 100644
Binary files a/public/images/pokemon/back/626.png and b/public/images/pokemon/back/626.png differ
diff --git a/public/images/pokemon/back/643.png b/public/images/pokemon/back/643.png
index 30b32e7902d..597b4bcb189 100644
Binary files a/public/images/pokemon/back/643.png and b/public/images/pokemon/back/643.png differ
diff --git a/public/images/pokemon/back/644.png b/public/images/pokemon/back/644.png
index ab17e62c2e6..39a4d3499bd 100644
Binary files a/public/images/pokemon/back/644.png and b/public/images/pokemon/back/644.png differ
diff --git a/public/images/pokemon/back/645-incarnate.png b/public/images/pokemon/back/645-incarnate.png
index 8be36f692f9..d47e03c718b 100644
Binary files a/public/images/pokemon/back/645-incarnate.png and b/public/images/pokemon/back/645-incarnate.png differ
diff --git a/public/images/pokemon/back/645-therian.png b/public/images/pokemon/back/645-therian.png
index 2e5e6e03e05..127a759f89a 100644
Binary files a/public/images/pokemon/back/645-therian.png and b/public/images/pokemon/back/645-therian.png differ
diff --git a/public/images/pokemon/back/646-black.png b/public/images/pokemon/back/646-black.png
index aeeb90f147e..7783e4c8cd5 100644
Binary files a/public/images/pokemon/back/646-black.png and b/public/images/pokemon/back/646-black.png differ
diff --git a/public/images/pokemon/back/646-white.png b/public/images/pokemon/back/646-white.png
index f5db6867e94..1dc659ed6ac 100644
Binary files a/public/images/pokemon/back/646-white.png and b/public/images/pokemon/back/646-white.png differ
diff --git a/public/images/pokemon/back/646.png b/public/images/pokemon/back/646.png
index 3a36013adec..6ca7f51f01d 100644
Binary files a/public/images/pokemon/back/646.png and b/public/images/pokemon/back/646.png differ
diff --git a/public/images/pokemon/back/658.json b/public/images/pokemon/back/658.json
index 050b63e3592..1d8893e2d5d 100644
--- a/public/images/pokemon/back/658.json
+++ b/public/images/pokemon/back/658.json
@@ -1,19 +1,19 @@
{ "frames": [
{
"filename": "0001.png",
- "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 65 },
"rotated": false,
"trimmed": false,
- "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
- "sourceSize": { "w": 77, "h": 77 },
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 65 },
+ "sourceSize": { "w": 77, "h": 65 },
"duration": 100
}
],
"meta": {
"app": "https://www.aseprite.org/",
- "version": "1.3.7-x64",
+ "version": "1.3.9.2-x64",
"format": "I8",
- "size": { "w": 77, "h": 77 },
+ "size": { "w": 77, "h": 65 },
"scale": "1"
}
}
diff --git a/public/images/pokemon/back/658.png b/public/images/pokemon/back/658.png
index ea24d9a6336..be286b88666 100644
Binary files a/public/images/pokemon/back/658.png and b/public/images/pokemon/back/658.png differ
diff --git a/public/images/pokemon/back/666-fancy.png b/public/images/pokemon/back/666-fancy.png
index 35ed4317d8e..b56daf08a52 100644
Binary files a/public/images/pokemon/back/666-fancy.png and b/public/images/pokemon/back/666-fancy.png differ
diff --git a/public/images/pokemon/back/666-high-plains.png b/public/images/pokemon/back/666-high-plains.png
index 22f676d8f49..d6cca9c2413 100644
Binary files a/public/images/pokemon/back/666-high-plains.png and b/public/images/pokemon/back/666-high-plains.png differ
diff --git a/public/images/pokemon/back/666-river.png b/public/images/pokemon/back/666-river.png
index 0d7d7a65d1e..effabe7fa2d 100644
Binary files a/public/images/pokemon/back/666-river.png and b/public/images/pokemon/back/666-river.png differ
diff --git a/public/images/pokemon/back/668-female.json b/public/images/pokemon/back/668-female.json
deleted file mode 100644
index dc3fc99ba58..00000000000
--- a/public/images/pokemon/back/668-female.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "668-female.png",
- "format": "RGBA8888",
- "size": {
- "w": 74,
- "h": 74
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 74,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3b22b1fc8fabd22888048f909287acba:10bec1e42fb1d39868a624d00345818d:d99ed0e84a0695b54e479aa98271aba1$"
- }
-}
diff --git a/public/images/pokemon/back/668-female.png b/public/images/pokemon/back/668-female.png
deleted file mode 100644
index 6f28278630a..00000000000
Binary files a/public/images/pokemon/back/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/back/674.json b/public/images/pokemon/back/674.json
index e280c324a0a..cc0ead50962 100644
--- a/public/images/pokemon/back/674.json
+++ b/public/images/pokemon/back/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1fb0fb4f4e63f6114c7490a9d4d536dc:9830bfa81d721fc889ca0580935f03e3:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 42, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 83, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 115, "h": 122 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/674.png b/public/images/pokemon/back/674.png
index be77e6e1598..9a9d0ec59dd 100644
Binary files a/public/images/pokemon/back/674.png and b/public/images/pokemon/back/674.png differ
diff --git a/public/images/pokemon/back/692.json b/public/images/pokemon/back/692.json
index bce3c7e1b49..e83252f8486 100644
--- a/public/images/pokemon/back/692.json
+++ b/public/images/pokemon/back/692.json
@@ -1,41 +1,20 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 56,
- "h": 56
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0a35aa3345ff8a4432ecda2feb4d64c0:d3698e869432ff55b6d6cefbe02ef068:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/692.png b/public/images/pokemon/back/692.png
index c61c905353f..33059d53c05 100644
Binary files a/public/images/pokemon/back/692.png and b/public/images/pokemon/back/692.png differ
diff --git a/public/images/pokemon/back/694.json b/public/images/pokemon/back/694.json
index afdb992784d..76c88067e7e 100644
--- a/public/images/pokemon/back/694.json
+++ b/public/images/pokemon/back/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b35211eb8a79aa76e67039dd27e0e5a6:1905f4c2a0828a1c7c274f51d78b7e21:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 253, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 297, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 209, "y": 162, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 90, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 90, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 117, "y": 0, "w": 58, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 59, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 59, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 232, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 232, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 175, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 289, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 117, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 174, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 58, "y": 48, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 90, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 48, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 90, "w": 58, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 12, "w": 58, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 227, "y": 90, "w": 56, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 56, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 169, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 190, "y": 199, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 348, "h": 242 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/694.png b/public/images/pokemon/back/694.png
index 5c5b107960c..d5f2f5f9563 100644
Binary files a/public/images/pokemon/back/694.png and b/public/images/pokemon/back/694.png differ
diff --git a/public/images/pokemon/back/698.json b/public/images/pokemon/back/698.json
index 5cfdd360d26..0da697e1f4e 100644
--- a/public/images/pokemon/back/698.json
+++ b/public/images/pokemon/back/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 55,
- "h": 55
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:18b6430a6c7f4e62e682eee0f5b03c01:4297c6c0129460df1d8cf73dd3393a43:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 174, "h": 169 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/698.png b/public/images/pokemon/back/698.png
index 7326005d6f1..cd49968a7cd 100644
Binary files a/public/images/pokemon/back/698.png and b/public/images/pokemon/back/698.png differ
diff --git a/public/images/pokemon/back/703.json b/public/images/pokemon/back/703.json
index 4afe5c3a14d..d6752e6f7ff 100644
--- a/public/images/pokemon/back/703.json
+++ b/public/images/pokemon/back/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:32e6c2d8721f80aa2afd20f97c5e4cf1:2c61f7a426cd2d739241c87d6ab5ea99:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 110, "h": 117 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/703.png b/public/images/pokemon/back/703.png
index 1f52ddd3afe..b5b35e07027 100644
Binary files a/public/images/pokemon/back/703.png and b/public/images/pokemon/back/703.png differ
diff --git a/public/images/pokemon/back/707.json b/public/images/pokemon/back/707.json
index cf372e6a60f..b92e1983efc 100644
--- a/public/images/pokemon/back/707.json
+++ b/public/images/pokemon/back/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8e9f9a53c8e85bade8027fc978f717a4:3280efd867363be1c2e5a01411ad5bd5:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 428, "y": 143, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 62, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 14, "w": 61, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 530, "y": 2, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 11, "w": 70, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 194, "y": 2, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 85, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 96, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 98, "y": 2, "w": 96, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 96, "h": 60 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 279, "y": 2, "w": 91, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 91, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 370, "y": 2, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 84, "h": 64 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 454, "y": 2, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 600, "y": 2, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 372, "y": 210, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 4, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 172, "y": 450, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 526, "y": 443, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 432, "y": 453, "w": 41, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 10, "w": 41, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 43, "y": 438, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 2, "y": 435, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 13, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 565, "y": 366, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 131, "y": 429, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 485, "y": 426, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 649, "y": 421, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 2, "y": 281, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 53, "y": 214, "w": 48, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 18, "w": 48, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 354, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 345, "y": 421, "w": 46, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 20, "w": 46, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 567, "y": 451, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 45, "h": 68 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 423, "y": 218, "w": 52, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 52, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 2, "y": 137, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 2, "y": 65, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 19, "w": 59, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 600, "y": 71, "w": 58, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 19, "w": 58, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 577, "y": 291, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 303, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 400, "y": 364, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 524, "y": 285, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 266, "y": 213, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 60, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 674, "y": 219, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 58, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 150, "y": 288, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 18, "w": 56, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 250, "y": 351, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 53, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 674, "y": 149, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 214, "y": 145, "w": 52, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 52, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 48, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 161, "y": 217, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 343, "y": 66, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 61, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 279, "y": 64, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 64, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 667, "y": 2, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 19, "w": 64, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 101, "y": 223, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 89, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 671, "y": 281, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 274, "y": 441, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 62, "h": 50 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 275, "y": 491, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 674, "y": 505, "w": 59, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 23, "w": 59, "h": 42 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 612, "y": 498, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 213, "y": 491, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 22, "w": 62, "h": 49 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 372, "y": 287, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 21, "w": 58, "h": 61 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 96, "y": 296, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 51, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 84, "y": 441, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 728, "y": 149, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 19, "w": 42, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 690, "y": 434, "w": 44, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 44, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 669, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 259, "y": 275, "w": 47, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 47, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 212, "y": 218, "w": 47, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 18, "w": 47, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 578, "y": 213, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 18, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 724, "y": 281, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 772, "h": 549 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/707.png b/public/images/pokemon/back/707.png
index 78aa7077f90..83ca7298f45 100644
Binary files a/public/images/pokemon/back/707.png and b/public/images/pokemon/back/707.png differ
diff --git a/public/images/pokemon/back/708.json b/public/images/pokemon/back/708.json
index 33edc5748bd..22aa1885edb 100644
--- a/public/images/pokemon/back/708.json
+++ b/public/images/pokemon/back/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 43,
- "h": 43
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:baaaa3a73da00bbc954269f5f5228420:171d77a039e525f9a3a332d9e2d5d82c:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 126, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 88, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 175, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 88, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 13, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 132, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 14, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 176, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 220, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 17, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 264, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 262, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 44, "y": 166, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 23, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 167, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 88, "y": 206, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 20, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 220, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 44, "y": 247, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 218, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 262, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 177, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 264, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 222, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 307, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/708.png b/public/images/pokemon/back/708.png
index d6ba8dd838c..9e094aa7122 100644
Binary files a/public/images/pokemon/back/708.png and b/public/images/pokemon/back/708.png differ
diff --git a/public/images/pokemon/back/714.json b/public/images/pokemon/back/714.json
index e4e3740603e..abcb8902edd 100644
--- a/public/images/pokemon/back/714.json
+++ b/public/images/pokemon/back/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 63,
- "h": 63
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8ffbc9c4153869b318391be0e5f3743c:6e53f3ebf638d13b0d9b325c9e1c6198:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 198, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 124, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 264, "y": 61, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 198, "y": 60, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 160, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 196, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 245, "y": 120, "w": 35, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 35, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 264, "y": 1, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 47, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 133, "y": 1, "w": 63, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 63, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 282, "y": 120, "w": 34, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 34, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 317, "h": 239 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/714.png b/public/images/pokemon/back/714.png
index b9724fe6a63..afe2bce45a4 100644
Binary files a/public/images/pokemon/back/714.png and b/public/images/pokemon/back/714.png differ
diff --git a/public/images/pokemon/back/715.png b/public/images/pokemon/back/715.png
index edcb84dbd2a..624780ff0c6 100644
Binary files a/public/images/pokemon/back/715.png and b/public/images/pokemon/back/715.png differ
diff --git a/public/images/pokemon/back/718-10.json b/public/images/pokemon/back/718-10.json
index 74c29a2514f..75053d61900 100644
--- a/public/images/pokemon/back/718-10.json
+++ b/public/images/pokemon/back/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e9f4b2c69d996349a8e35598e7ddec9c:06067c7cf2cde81fd4d1f42fe319185e:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 59, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 56, "y": 319, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 59, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 259, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 177, "y": 320, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 232, "y": 128, "w": 61, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 56, "y": 258, "w": 61, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 61, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 118, "y": 195, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 115, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 237, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 234, "y": 253, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 254, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 258, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 175, "y": 128, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 253, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 59, "y": 65, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 117, "y": 128, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 65, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 364, "h": 387 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/718-10.png b/public/images/pokemon/back/718-10.png
index 351da7fa3b3..2f3b211e9a6 100644
Binary files a/public/images/pokemon/back/718-10.png and b/public/images/pokemon/back/718-10.png differ
diff --git a/public/images/pokemon/back/718.json b/public/images/pokemon/back/718.json
index ef727edcb5c..1a835e26b08 100644
--- a/public/images/pokemon/back/718.json
+++ b/public/images/pokemon/back/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3aa5b45708c79b806af72f343f73edbc:0b68b84d5671a020b28cd5a19650bf44:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 359, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 300, "y": 357, "w": 73, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 380, "y": 271, "w": 74, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 74, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 384, "y": 181, "w": 75, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 75, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 155, "y": 92, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 91, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 227, "y": 268, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 150, "y": 182, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 272, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 75, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 310, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 387, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 155, "y": 0, "w": 77, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 92 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 77, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 93 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 231, "y": 180, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 77, "y": 91, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 78, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 0, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 232, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 464, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 93, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 75, "y": 179, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 454, "y": 357, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 541, "h": 534 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/718.png b/public/images/pokemon/back/718.png
index 8e3966b1f79..ce48ca205b4 100644
Binary files a/public/images/pokemon/back/718.png and b/public/images/pokemon/back/718.png differ
diff --git a/public/images/pokemon/back/719.json b/public/images/pokemon/back/719.json
index ea7fd0f3213..440e23718de 100644
--- a/public/images/pokemon/back/719.json
+++ b/public/images/pokemon/back/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 42,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fd235f556d7919416a78362d72f6badd:d250eac977fb7684257a27d4f4c11bea:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 44, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 176, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 42, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 83, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 84, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 131, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 220, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 126, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 168, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 124, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 206, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 162, "y": 359, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 202, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 82, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 165, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 210, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 217, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 44, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 88, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 252, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 247, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 162, "y": 288, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 241, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 122, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 41, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 216, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 174, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 168, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 124, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 206, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 162, "y": 359, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 202, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 82, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 165, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 210, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 217, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 72, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 88, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 252, "y": 144, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 247, "y": 216, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 162, "y": 288, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 241, "y": 288, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 122, "y": 288, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 41, "y": 288, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 216, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 174, "y": 72, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 292, "h": 428 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/719.png b/public/images/pokemon/back/719.png
index 14ff62742f7..1c275f3241d 100644
Binary files a/public/images/pokemon/back/719.png and b/public/images/pokemon/back/719.png differ
diff --git a/public/images/pokemon/back/728.png b/public/images/pokemon/back/728.png
index 36633bf4174..fa04ca2bdbb 100644
Binary files a/public/images/pokemon/back/728.png and b/public/images/pokemon/back/728.png differ
diff --git a/public/images/pokemon/back/730.png b/public/images/pokemon/back/730.png
index 75499065e47..5c150efb08c 100644
Binary files a/public/images/pokemon/back/730.png and b/public/images/pokemon/back/730.png differ
diff --git a/public/images/pokemon/back/746-school.png b/public/images/pokemon/back/746-school.png
index 55b8f33929b..1884123d82e 100644
Binary files a/public/images/pokemon/back/746-school.png and b/public/images/pokemon/back/746-school.png differ
diff --git a/public/images/pokemon/back/746.png b/public/images/pokemon/back/746.png
index 3b1b4438f15..cb424c9fbe1 100644
Binary files a/public/images/pokemon/back/746.png and b/public/images/pokemon/back/746.png differ
diff --git a/public/images/pokemon/back/749.png b/public/images/pokemon/back/749.png
index 8a14933a52e..0f28ee107c9 100644
Binary files a/public/images/pokemon/back/749.png and b/public/images/pokemon/back/749.png differ
diff --git a/public/images/pokemon/back/750.png b/public/images/pokemon/back/750.png
index caa6b0c4eef..62015e8714e 100644
Binary files a/public/images/pokemon/back/750.png and b/public/images/pokemon/back/750.png differ
diff --git a/public/images/pokemon/back/782.json b/public/images/pokemon/back/782.json
index 64036da7750..6cefb281b7b 100644
--- a/public/images/pokemon/back/782.json
+++ b/public/images/pokemon/back/782.json
@@ -1,41 +1,1010 @@
-{
- "textures": [
- {
- "image": "782.png",
- "format": "RGBA8888",
- "size": {
- "w": 50,
- "h": 50
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 50
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:03129fcf647a44654eebf65e3131032f:56b06453c435e6f8d3648a6836f20d5d:d07862436676aa228a148ee1f1d82a8f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 99, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 148, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 195, "y": 164, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 146, "y": 164, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 166, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 50, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 98, "y": 164, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 50, "y": 111, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 201, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 201, "y": 55, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 51, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 101, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 101, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 56, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 50, "y": 56, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 99, "y": 56, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 148, "y": 56, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 151, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 151, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 101, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 101, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 197, "y": 109, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 197, "y": 109, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 148, "y": 56, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 148, "y": 56, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 151, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 151, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 151, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 101, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 101, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 197, "y": 109, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 197, "y": 109, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 99, "y": 56, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 1, "y": 111, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 201, "y": 55, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 201, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 76 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "782.png",
+ "format": "I8",
+ "size": { "w": 249, "h": 216 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/782.png b/public/images/pokemon/back/782.png
index aa3e05416a2..eb222077d81 100644
Binary files a/public/images/pokemon/back/782.png and b/public/images/pokemon/back/782.png differ
diff --git a/public/images/pokemon/back/783.json b/public/images/pokemon/back/783.json
index dbdf0832c04..d8f4119f161 100644
--- a/public/images/pokemon/back/783.json
+++ b/public/images/pokemon/back/783.json
@@ -1,41 +1,965 @@
-{
- "textures": [
- {
- "image": "783.png",
- "format": "RGBA8888",
- "size": {
- "w": 69,
- "h": 69
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7d62b0df753b06fca02f434512c11d99:8e8a5ac9c7d2fc25a02a4d24d5c5b640:aab166e28c744865a0296041224dd01b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 420, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 272, "y": 280, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 487, "y": 277, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 347, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 266, "y": 350, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 62, "h": 71 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 66, "y": 349, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 347, "y": 279, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 134, "y": 282, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 200, "y": 347, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 329, "y": 350, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 418, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 519, "y": 418, "w": 61, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 61, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 456, "y": 418, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 130, "y": 352, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 413, "y": 347, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 420, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 272, "y": 280, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 487, "y": 277, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 347, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 266, "y": 350, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 62, "h": 71 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 66, "y": 349, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 347, "y": 279, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 134, "y": 282, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 200, "y": 347, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 329, "y": 350, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 418, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 519, "y": 418, "w": 61, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 61, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 456, "y": 418, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 130, "y": 352, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 413, "y": 347, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 420, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 272, "y": 280, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 487, "y": 277, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 347, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 266, "y": 350, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 62, "h": 71 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 66, "y": 349, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 347, "y": 279, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 134, "y": 282, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 200, "y": 347, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 329, "y": 350, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 418, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 519, "y": 418, "w": 61, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 61, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 456, "y": 418, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 130, "y": 352, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 413, "y": 347, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 420, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 272, "y": 280, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 487, "y": 277, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 347, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 266, "y": 350, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 62, "h": 71 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 66, "y": 349, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 347, "y": 279, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 134, "y": 282, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 1, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 200, "y": 347, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 329, "y": 350, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 418, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 519, "y": 418, "w": 61, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 61, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 456, "y": 418, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 130, "y": 352, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 413, "y": 347, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 420, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 205, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 138, "y": 211, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 66, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 278, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 141, "y": 140, "w": 67, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 67, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 294, "y": 1, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 69, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 149, "y": 1, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 71, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 490, "y": 209, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 69, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 143, "y": 71, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 506, "y": 1, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 361, "y": 139, "w": 68, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 68, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 420, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 430, "y": 140, "w": 68, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 68, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 436, "y": 1, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 69, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 505, "y": 71, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 69, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 209, "y": 209, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 69, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 420, "y": 209, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 69, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 195, "y": 416, "w": 63, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 63, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 329, "y": 419, "w": 59, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 59, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 64, "y": 420, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 58, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 394, "y": 416, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 479, "y": 348, "w": 64, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 64, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 420, "y": 277, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 292, "y": 72, "w": 68, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 68, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 221, "y": 1, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 72, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 1, "y": 139, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 69, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 364, "y": 70, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 221, "y": 70, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 75, "y": 1, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 73, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 71, "y": 139, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 69, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 72, "y": 70, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 1, "y": 70, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 1, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 73, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 283, "y": 142, "w": 68, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 68, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 499, "y": 140, "w": 68, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 435, "y": 71, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 69, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 364, "y": 1, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 71, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 1, "y": 208, "w": 68, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 68, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 279, "y": 211, "w": 67, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 67, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 214, "y": 139, "w": 68, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 68, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 70, "y": 208, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 352, "y": 209, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "783.png",
+ "format": "I8",
+ "size": { "w": 581, "h": 489 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/783.png b/public/images/pokemon/back/783.png
index 80b07db3466..ff8c7ca052f 100644
Binary files a/public/images/pokemon/back/783.png and b/public/images/pokemon/back/783.png differ
diff --git a/public/images/pokemon/back/784.json b/public/images/pokemon/back/784.json
index 8a31743fa63..2be405d5d06 100644
--- a/public/images/pokemon/back/784.json
+++ b/public/images/pokemon/back/784.json
@@ -1,41 +1,812 @@
-{
- "textures": [
- {
- "image": "784.png",
- "format": "RGBA8888",
- "size": {
- "w": 92,
- "h": 92
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 92,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 92,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 92,
- "h": 81
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f20be28706ee0de7538fc5feaf80d0ee:599492666e3be0e6a26e56f7fe23eebd:c2f7ca3ab1075b8c824730653d891244$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 189, "y": 242, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 1, "y": 166, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 94, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 545, "y": 84, "w": 98, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 98, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 545, "y": 1, "w": 103, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 103, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 333, "y": 1, "w": 106, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 106, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 1, "w": 110, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 110, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 220, "y": 1, "w": 110, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 110, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 651, "y": 1, "w": 106, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 106, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 204, "y": 162, "w": 102, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 102, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 309, "y": 165, "w": 97, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 97, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 98, "y": 172, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 461, "y": 251, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 341, "y": 332, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 6, "w": 81, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 176, "y": 326, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 89, "y": 258, "w": 84, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 84, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 250, "w": 85, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 85, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 189, "y": 242, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 166, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 94, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 545, "y": 84, "w": 98, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 98, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 545, "y": 1, "w": 103, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 103, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 333, "y": 1, "w": 106, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 106, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 110, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 110, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 220, "y": 1, "w": 110, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 110, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 651, "y": 1, "w": 106, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 106, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 204, "y": 162, "w": 102, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 102, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 309, "y": 165, "w": 97, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 97, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 98, "y": 172, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 461, "y": 251, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 341, "y": 332, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 6, "w": 81, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 176, "y": 326, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 89, "y": 258, "w": 84, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 84, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 250, "w": 85, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 85, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 189, "y": 242, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 166, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 94, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 545, "y": 84, "w": 98, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 98, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 545, "y": 1, "w": 103, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 103, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 333, "y": 1, "w": 106, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 106, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 1, "w": 110, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 110, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 220, "y": 1, "w": 110, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 110, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 651, "y": 1, "w": 106, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 106, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 204, "y": 162, "w": 102, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 102, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 309, "y": 165, "w": 97, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 97, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 98, "y": 172, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 461, "y": 251, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 341, "y": 332, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 6, "w": 81, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 176, "y": 326, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 89, "y": 258, "w": 84, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 84, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 250, "w": 85, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 85, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 189, "y": 242, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 1, "y": 166, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 94, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 545, "y": 84, "w": 98, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 98, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 545, "y": 1, "w": 103, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 103, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 333, "y": 1, "w": 106, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 106, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 1, "w": 110, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 110, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 220, "y": 1, "w": 110, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 110, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 651, "y": 1, "w": 106, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 106, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 204, "y": 162, "w": 102, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 102, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 309, "y": 165, "w": 97, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 97, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 98, "y": 172, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 251, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 341, "y": 332, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 6, "w": 81, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 176, "y": 326, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 89, "y": 258, "w": 84, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 84, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 250, "w": 85, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 85, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 409, "y": 166, "w": 93, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 93, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 104, "y": 88, "w": 97, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 97, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 83, "w": 100, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 100, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 651, "y": 81, "w": 102, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 102, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 220, "y": 82, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 432, "y": 87, "w": 104, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 104, "h": 76 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 327, "y": 84, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 646, "y": 163, "w": 96, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 96, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 442, "y": 1, "w": 100, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 100, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 114, "y": 1, "w": 103, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 103, "h": 84 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 505, "y": 168, "w": 92, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 92, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 341, "w": 75, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 0, "w": 75, "h": 85 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 579, "y": 415, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 12, "w": 72, "h": 74 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 504, "y": 413, "w": 72, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 5, "w": 72, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 341, "y": 414, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 10, "w": 72, "h": 75 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 693, "y": 247, "w": 73, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 5, "w": 73, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 161, "y": 409, "w": 74, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 3, "w": 74, "h": 82 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 425, "y": 335, "w": 76, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 1, "w": 76, "h": 84 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 261, "y": 331, "w": 77, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 1, "w": 77, "h": 84 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 632, "y": 330, "w": 79, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 79, "h": 82 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 334, "w": 79, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 547, "y": 330, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 372, "y": 250, "w": 86, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 6, "w": 86, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 282, "y": 248, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 5, "w": 87, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 600, "y": 247, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 90, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "784.png",
+ "format": "I8",
+ "size": { "w": 767, "h": 494 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/784.png b/public/images/pokemon/back/784.png
index 365f0d0610d..08b953b3351 100644
Binary files a/public/images/pokemon/back/784.png and b/public/images/pokemon/back/784.png differ
diff --git a/public/images/pokemon/back/840.png b/public/images/pokemon/back/840.png
index f9ff9f11790..a247dc33939 100644
Binary files a/public/images/pokemon/back/840.png and b/public/images/pokemon/back/840.png differ
diff --git a/public/images/pokemon/back/841-gigantamax.png b/public/images/pokemon/back/841-gigantamax.png
index af30e475002..7c7e9e442b5 100644
Binary files a/public/images/pokemon/back/841-gigantamax.png and b/public/images/pokemon/back/841-gigantamax.png differ
diff --git a/public/images/pokemon/back/841.png b/public/images/pokemon/back/841.png
index 705b651521b..7b083594ab0 100644
Binary files a/public/images/pokemon/back/841.png and b/public/images/pokemon/back/841.png differ
diff --git a/public/images/pokemon/back/842-gigantamax.png b/public/images/pokemon/back/842-gigantamax.png
index af30e475002..7c7e9e442b5 100644
Binary files a/public/images/pokemon/back/842-gigantamax.png and b/public/images/pokemon/back/842-gigantamax.png differ
diff --git a/public/images/pokemon/back/842.png b/public/images/pokemon/back/842.png
index d3f9ff8e12b..f6f72d57b06 100644
Binary files a/public/images/pokemon/back/842.png and b/public/images/pokemon/back/842.png differ
diff --git a/public/images/pokemon/back/871.png b/public/images/pokemon/back/871.png
index 657da7f864f..73eb65ab089 100644
Binary files a/public/images/pokemon/back/871.png and b/public/images/pokemon/back/871.png differ
diff --git a/public/images/pokemon/back/881.png b/public/images/pokemon/back/881.png
index 2f77327cfd0..60ab60a9aa1 100644
Binary files a/public/images/pokemon/back/881.png and b/public/images/pokemon/back/881.png differ
diff --git a/public/images/pokemon/back/female/332.png b/public/images/pokemon/back/female/332.png
index a6940fbaba6..a432b1af4b2 100644
Binary files a/public/images/pokemon/back/female/332.png and b/public/images/pokemon/back/female/332.png differ
diff --git a/public/images/pokemon/back/female/396.png b/public/images/pokemon/back/female/396.png
index 0222da73920..d18d4c1a99a 100644
Binary files a/public/images/pokemon/back/female/396.png and b/public/images/pokemon/back/female/396.png differ
diff --git a/public/images/pokemon/back/female/397.png b/public/images/pokemon/back/female/397.png
index a1f7f52a0e4..32768daead2 100644
Binary files a/public/images/pokemon/back/female/397.png and b/public/images/pokemon/back/female/397.png differ
diff --git a/public/images/pokemon/back/female/398.png b/public/images/pokemon/back/female/398.png
index 57fbb92e12f..bf296c54b91 100644
Binary files a/public/images/pokemon/back/female/398.png and b/public/images/pokemon/back/female/398.png differ
diff --git a/public/images/pokemon/back/female/403.png b/public/images/pokemon/back/female/403.png
index 68ed4a12507..b730b32f6ee 100644
Binary files a/public/images/pokemon/back/female/403.png and b/public/images/pokemon/back/female/403.png differ
diff --git a/public/images/pokemon/back/female/404.png b/public/images/pokemon/back/female/404.png
index d6fdef26c83..27602ee0439 100644
Binary files a/public/images/pokemon/back/female/404.png and b/public/images/pokemon/back/female/404.png differ
diff --git a/public/images/pokemon/back/female/405.png b/public/images/pokemon/back/female/405.png
index 21d28b1fede..1aa669e1fbd 100644
Binary files a/public/images/pokemon/back/female/405.png and b/public/images/pokemon/back/female/405.png differ
diff --git a/public/images/pokemon/back/shiny/477.png b/public/images/pokemon/back/shiny/477.png
index 45879a61d11..e7630e58e07 100644
Binary files a/public/images/pokemon/back/shiny/477.png and b/public/images/pokemon/back/shiny/477.png differ
diff --git a/public/images/pokemon/back/shiny/658.json b/public/images/pokemon/back/shiny/658.json
index 050b63e3592..867e1d2d3d2 100644
--- a/public/images/pokemon/back/shiny/658.json
+++ b/public/images/pokemon/back/shiny/658.json
@@ -1,11 +1,11 @@
{ "frames": [
{
"filename": "0001.png",
- "frame": { "x": 0, "y": 0, "w": 77, "h": 77 },
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 65 },
"rotated": false,
"trimmed": false,
- "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 77 },
- "sourceSize": { "w": 77, "h": 77 },
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 77, "h": 65 },
+ "sourceSize": { "w": 77, "h": 65 },
"duration": 100
}
],
@@ -13,7 +13,7 @@
"app": "https://www.aseprite.org/",
"version": "1.3.7-x64",
"format": "I8",
- "size": { "w": 77, "h": 77 },
+ "size": { "w": 77, "h": 65 },
"scale": "1"
}
}
diff --git a/public/images/pokemon/back/shiny/658.png b/public/images/pokemon/back/shiny/658.png
index 21519b6a145..239aaafb6ce 100644
Binary files a/public/images/pokemon/back/shiny/658.png and b/public/images/pokemon/back/shiny/658.png differ
diff --git a/public/images/pokemon/back/shiny/668-female.json b/public/images/pokemon/back/shiny/668-female.json
deleted file mode 100644
index 7b4adc1a94d..00000000000
--- a/public/images/pokemon/back/shiny/668-female.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "668-female.png",
- "format": "RGBA8888",
- "size": {
- "w": 74,
- "h": 74
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 74,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3f814ea1f5b062df0ecc4e7c343d89b:769178f31dc2505ae0e67b72b1319828:d99ed0e84a0695b54e479aa98271aba1$"
- }
-}
diff --git a/public/images/pokemon/back/shiny/668-female.png b/public/images/pokemon/back/shiny/668-female.png
deleted file mode 100644
index caf8bed99ac..00000000000
Binary files a/public/images/pokemon/back/shiny/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/back/shiny/674.json b/public/images/pokemon/back/shiny/674.json
index eac9372c5d4..cc0ead50962 100644
--- a/public/images/pokemon/back/shiny/674.json
+++ b/public/images/pokemon/back/shiny/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:efc4d9ff714ef5249d5ea29e541766f9:c21489bea9a10b1521844e4efb4735d5:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 42, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 83, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 58, "y": 0, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 87, "y": 0, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 54, "y": 82, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 81, "y": 82, "w": 27, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 27, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 27, "y": 80, "w": 27, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 27, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 85, "y": 41, "w": 27, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 27, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 58, "y": 40, "w": 27, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 27, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 115, "h": 122 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/674.png b/public/images/pokemon/back/shiny/674.png
index 96734feb3f7..4617b03c6eb 100644
Binary files a/public/images/pokemon/back/shiny/674.png and b/public/images/pokemon/back/shiny/674.png differ
diff --git a/public/images/pokemon/back/shiny/694.json b/public/images/pokemon/back/shiny/694.json
index ae617f4876f..76c88067e7e 100644
--- a/public/images/pokemon/back/shiny/694.json
+++ b/public/images/pokemon/back/shiny/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:136b476d55eb513322e6355dbd903c97:982afbb162c554e6193d6fe06bccb61d:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 57, "y": 129, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 162, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 126, "w": 48, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 283, "y": 90, "w": 49, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 126, "w": 49, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 49, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 276, "y": 127, "w": 47, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 132, "w": 45, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 45, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 132, "y": 201, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 234, "y": 201, "w": 42, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 42, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 206, "w": 42, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 42, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 44, "y": 203, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 276, "y": 201, "w": 43, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 43, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 89, "y": 200, "w": 43, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 43, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 146, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 102, "y": 163, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 253, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 297, "y": 164, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 209, "y": 162, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 90, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 90, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 117, "y": 0, "w": 58, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 59, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 59, "h": 48 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 232, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 232, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 175, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 289, "y": 45, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 117, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 45 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 174, "y": 47, "w": 57, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 43 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 58, "y": 48, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 90, "w": 57, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 48, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 90, "w": 58, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 12, "w": 58, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 227, "y": 90, "w": 56, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 56, "h": 36 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 169, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 190, "y": 199, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 44, "h": 37 },
+ "sourceSize": { "w": 61, "h": 48 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 348, "h": 242 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/694.png b/public/images/pokemon/back/shiny/694.png
index 1c6444e450a..b4d451678ef 100644
Binary files a/public/images/pokemon/back/shiny/694.png and b/public/images/pokemon/back/shiny/694.png differ
diff --git a/public/images/pokemon/back/shiny/698.json b/public/images/pokemon/back/shiny/698.json
index fba1db6d11d..0da697e1f4e 100644
--- a/public/images/pokemon/back/shiny/698.json
+++ b/public/images/pokemon/back/shiny/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 55,
- "h": 55
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 55
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d3467f0abbe6bec820c8196bd88983a:3a8331cf2af48202898ef3b9681f4110:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 99, "y": 113, "w": 31, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 31, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 68, "y": 112, "w": 31, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 31, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 139, "y": 111, "w": 33, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 33, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 107, "w": 35, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 45, "h": 52 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 44, "h": 53 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 89, "y": 0, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 41, "h": 54 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 130, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 39, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 37, "y": 53, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 71, "y": 54, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 105, "y": 55, "w": 34, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 34, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 35, "y": 111, "w": 33, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 33, "h": 58 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 139, "y": 55, "w": 35, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 56 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 0, "y": 52, "w": 37, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 55 },
+ "sourceSize": { "w": 45, "h": 58 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 174, "h": 169 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/698.png b/public/images/pokemon/back/shiny/698.png
index 3daad1fd4ab..bc96912bd46 100644
Binary files a/public/images/pokemon/back/shiny/698.png and b/public/images/pokemon/back/shiny/698.png differ
diff --git a/public/images/pokemon/back/shiny/703.json b/public/images/pokemon/back/shiny/703.json
index ee6074b20ca..d6752e6f7ff 100644
--- a/public/images/pokemon/back/shiny/703.json
+++ b/public/images/pokemon/back/shiny/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d9d865fef42b5a28e45d32fccd741f98:96057dceb7fdf650f54901c6be0f386f:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 73, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 36, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 36, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 36, "y": 38, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 72, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 110, "h": 117 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/703.png b/public/images/pokemon/back/shiny/703.png
index ea22e4ad5d4..635d930e674 100644
Binary files a/public/images/pokemon/back/shiny/703.png and b/public/images/pokemon/back/shiny/703.png differ
diff --git a/public/images/pokemon/back/shiny/707.json b/public/images/pokemon/back/shiny/707.json
index 8151fd60f08..b92e1983efc 100644
--- a/public/images/pokemon/back/shiny/707.json
+++ b/public/images/pokemon/back/shiny/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c2d2cb3b868498a2b93c8233ad35af4a:09ee133b9c655c6135da1abf1c9b6ddf:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 190, "y": 373, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 391, "y": 440, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 443, "y": 377, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 715, "y": 359, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 45, "y": 363, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 520, "y": 352, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 306, "y": 291, "w": 48, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 48, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 527, "y": 213, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 372, "y": 139, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 12, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 404, "y": 69, "w": 59, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 13, "w": 59, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 658, "y": 73, "w": 57, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 14, "w": 57, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 570, "y": 141, "w": 55, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 13, "w": 55, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 161, "y": 145, "w": 53, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 14, "w": 53, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 208, "w": 51, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 15, "w": 51, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 475, "y": 229, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 16, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 623, "y": 300, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 475, "y": 302, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 17, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 232, "y": 414, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 607, "y": 374, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 147, "y": 351, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 16, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 206, "y": 295, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 326, "y": 213, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 479, "y": 151, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 112, "y": 145, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 321, "y": 135, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 269, "y": 134, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 214, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 463, "y": 69, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 55, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 159, "y": 69, "w": 55, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 55, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 715, "y": 73, "w": 53, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 53, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 518, "y": 74, "w": 52, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 52, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 61, "y": 136, "w": 51, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 51, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 625, "y": 144, "w": 49, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 16, "w": 49, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 625, "y": 222, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 16, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 430, "y": 287, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 428, "y": 143, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 62, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 14, "w": 61, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 530, "y": 2, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 11, "w": 70, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 194, "y": 2, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 85, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 96, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 98, "y": 2, "w": 96, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 96, "h": 60 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 279, "y": 2, "w": 91, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 91, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 370, "y": 2, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 84, "h": 64 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 454, "y": 2, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 600, "y": 2, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 372, "y": 210, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 4, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 172, "y": 450, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 5, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 526, "y": 443, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 432, "y": 453, "w": 41, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 10, "w": 41, "h": 74 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 43, "y": 438, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 2, "y": 435, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 13, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 565, "y": 366, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 131, "y": 429, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 485, "y": 426, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 649, "y": 421, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 358, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 2, "y": 281, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 53, "y": 214, "w": 48, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 18, "w": 48, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 354, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 345, "y": 421, "w": 46, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 20, "w": 46, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 567, "y": 451, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 45, "h": 68 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 423, "y": 218, "w": 52, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 52, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 2, "y": 137, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 2, "y": 65, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 19, "w": 59, "h": 72 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 600, "y": 71, "w": 58, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 19, "w": 58, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 577, "y": 291, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 303, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 400, "y": 364, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 524, "y": 285, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 266, "y": 213, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 60, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 674, "y": 219, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 58, "h": 62 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 150, "y": 288, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 18, "w": 56, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 250, "y": 351, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 53, "h": 63 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 674, "y": 149, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 18, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 214, "y": 145, "w": 52, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 52, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 48, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 161, "y": 217, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 343, "y": 66, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 61, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 279, "y": 64, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 20, "w": 64, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 667, "y": 2, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 19, "w": 64, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 101, "y": 223, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 89, "y": 363, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 671, "y": 281, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 53, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 274, "y": 441, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 62, "h": 50 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 275, "y": 491, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 674, "y": 505, "w": 59, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 23, "w": 59, "h": 42 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 612, "y": 498, "w": 62, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 62, "h": 43 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 213, "y": 491, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 22, "w": 62, "h": 49 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 372, "y": 287, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 21, "w": 58, "h": 61 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 96, "y": 296, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 51, "h": 67 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 84, "y": 441, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 728, "y": 149, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 19, "w": 42, "h": 70 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 690, "y": 434, "w": 44, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 44, "h": 71 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 669, "y": 348, "w": 46, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 46, "h": 73 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 259, "y": 275, "w": 47, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 47, "h": 76 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 212, "y": 218, "w": 47, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 18, "w": 47, "h": 77 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 578, "y": 213, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 18, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 724, "y": 281, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 772, "h": 549 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/707.png b/public/images/pokemon/back/shiny/707.png
index da84624a35c..8d7e5922091 100644
Binary files a/public/images/pokemon/back/shiny/707.png and b/public/images/pokemon/back/shiny/707.png differ
diff --git a/public/images/pokemon/back/shiny/708.json b/public/images/pokemon/back/shiny/708.json
index 1433d1f3954..22aa1885edb 100644
--- a/public/images/pokemon/back/shiny/708.json
+++ b/public/images/pokemon/back/shiny/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 43,
- "h": 43
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ab46d1202eb640c4a791f5c8d9bd36ec:04314281a1a95837e11d92d38c448507:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 132, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 176, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 218, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 262, "y": 206, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 9, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 44, "y": 207, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 131, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 208, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 85, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 130, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 86, "y": 84, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 174, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 218, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 132, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 43, "y": 43, "w": 42, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 42, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 132, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 44, "y": 0, "w": 43, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 43, "h": 42 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 264, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 88, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 176, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 220, "y": 0, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 43, "h": 41 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 44, "y": 125, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 132, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 126, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 88, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 175, "y": 206, "w": 42, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 42, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 88, "y": 247, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 13, "w": 42, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 132, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 14, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 176, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 15, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 220, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 17, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 264, "y": 165, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 19, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 262, "y": 124, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 44, "y": 166, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 23, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 167, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 21, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 88, "y": 206, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 20, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 220, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 44, "y": 247, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 218, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 262, "y": 246, "w": 43, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 43, "h": 39 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 177, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 264, "y": 83, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 43, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 222, "y": 42, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 67, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 307, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/708.png b/public/images/pokemon/back/shiny/708.png
index 51462cccc15..8a9ff2cb9ee 100644
Binary files a/public/images/pokemon/back/shiny/708.png and b/public/images/pokemon/back/shiny/708.png differ
diff --git a/public/images/pokemon/back/shiny/714.json b/public/images/pokemon/back/shiny/714.json
index 135bc02dbd5..abcb8902edd 100644
--- a/public/images/pokemon/back/shiny/714.json
+++ b/public/images/pokemon/back/shiny/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 63,
- "h": 63
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:11292bc220f23110a419628bee722abd:b42c1c416a6792bd1666ba41005a2f4d:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 198, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 124, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 264, "y": 61, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 198, "y": 60, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 64, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 160, "y": 120, "w": 34, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 34, "h": 65 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 196, "y": 178, "w": 34, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 34, "h": 60 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 50, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 245, "y": 120, "w": 35, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 35, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 264, "y": 1, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 47, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 61, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 133, "y": 1, "w": 63, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 63, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 64, "h": 58 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 120, "w": 35, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 35, "h": 66 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 282, "y": 120, "w": 34, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 34, "h": 61 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 120, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 196, "y": 119, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 68, "h": 68 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 317, "h": 239 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/714.png b/public/images/pokemon/back/shiny/714.png
index 65433cec665..e1e5d5dbec7 100644
Binary files a/public/images/pokemon/back/shiny/714.png and b/public/images/pokemon/back/shiny/714.png differ
diff --git a/public/images/pokemon/back/shiny/718-10.json b/public/images/pokemon/back/shiny/718-10.json
index 032783b5555..75053d61900 100644
--- a/public/images/pokemon/back/shiny/718-10.json
+++ b/public/images/pokemon/back/shiny/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c99dd53bf67561425f9faac1002806d0:277725239a09766c1d58b4a0f8c45775:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 128, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 131, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 181, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 242, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 303, "y": 0, "w": 61, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 61, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 232, "y": 190, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 191, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 60, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 60, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 238, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 297, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 120, "y": 63, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 59, "y": 194, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 56, "y": 319, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 59, "h": 63 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 259, "w": 60, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 177, "y": 320, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 232, "y": 128, "w": 61, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 62 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 56, "y": 258, "w": 61, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 61, "h": 61 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 118, "y": 195, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 59, "h": 64 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 115, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 237, "y": 321, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 55, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 234, "y": 253, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 254, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 258, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 175, "y": 128, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 253, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 59, "y": 65, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 117, "y": 128, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 66 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 65, "w": 59, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 65 },
+ "sourceSize": { "w": 64, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 364, "h": 387 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/718-10.png b/public/images/pokemon/back/shiny/718-10.png
index 0479543fc7a..7998912c001 100644
Binary files a/public/images/pokemon/back/shiny/718-10.png and b/public/images/pokemon/back/shiny/718-10.png differ
diff --git a/public/images/pokemon/back/shiny/718.json b/public/images/pokemon/back/shiny/718.json
index 4badc82d015..1a835e26b08 100644
--- a/public/images/pokemon/back/shiny/718.json
+++ b/public/images/pokemon/back/shiny/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f2bba9e481cf6dfcc460f398fd1af964:386098c871ad5fe384af5f85559e7551:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 148, "y": 445, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 71, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 445, "y": 445, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 72, "y": 446, "w": 70, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 373, "y": 360, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 226, "y": 355, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 184, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 150, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 304, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 459, "y": 269, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 76, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 308, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 462, "y": 180, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 386, "y": 91, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 75, "y": 270, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 75, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 150, "y": 357, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 74, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 75, "y": 358, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 224, "y": 443, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 359, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 72, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 300, "y": 357, "w": 73, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 380, "y": 271, "w": 74, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 74, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 384, "y": 181, "w": 75, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 75, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 155, "y": 92, "w": 76, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 91, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 89 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 227, "y": 268, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 150, "y": 182, "w": 77, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 77, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 272, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 75, "h": 87 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 310, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 387, "y": 0, "w": 77, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 77, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 155, "y": 0, "w": 77, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 92 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 77, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 0, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 77, "h": 93 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 231, "y": 180, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 77, "y": 91, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 78, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 0, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 232, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 464, "y": 90, "w": 77, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 77, "h": 90 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 93, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 75, "y": 179, "w": 75, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 75, "h": 91 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 454, "y": 357, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 73, "h": 88 },
+ "sourceSize": { "w": 87, "h": 93 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 541, "h": 534 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/718.png b/public/images/pokemon/back/shiny/718.png
index 4492fbd3b22..bb8d4179347 100644
Binary files a/public/images/pokemon/back/shiny/718.png and b/public/images/pokemon/back/shiny/718.png differ
diff --git a/public/images/pokemon/back/shiny/719.json b/public/images/pokemon/back/shiny/719.json
index 8cb7bee25c3..f7fa0ccb512 100644
--- a/public/images/pokemon/back/shiny/719.json
+++ b/public/images/pokemon/back/shiny/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0340084a126284b9d4aa16b7bbdc9616:f699a390d9b5db64f5f03e684cf77f66:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 168, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 80, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 119, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 125, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 210, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 120, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 160, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 158, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 112, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 38, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 156, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 197, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 200, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 207, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 42, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 84, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 39, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 78, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 350, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 75, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 194, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 117, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 40, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 166, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 120, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 160, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 158, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 112, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 0, "w": 37, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 38, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 156, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 197, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 200, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 207, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 70, "w": 42, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 42, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 84, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 39, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 350, "w": 38, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 38, "h": 69 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 75, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 194, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 117, "y": 280, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 40, "y": 210, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 40, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 166, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 41, "h": 70 },
+ "sourceSize": { "w": 61, "h": 80 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 252, "h": 420 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/719.png b/public/images/pokemon/back/shiny/719.png
index a0b34f5bcca..6e76d35bc93 100644
Binary files a/public/images/pokemon/back/shiny/719.png and b/public/images/pokemon/back/shiny/719.png differ
diff --git a/public/images/pokemon/back/shiny/730.png b/public/images/pokemon/back/shiny/730.png
index 1a988baaa92..7a6c4d4fc73 100644
Binary files a/public/images/pokemon/back/shiny/730.png and b/public/images/pokemon/back/shiny/730.png differ
diff --git a/public/images/pokemon/back/shiny/782.json b/public/images/pokemon/back/shiny/782.json
index 326e8fa09de..ed58485e3bd 100644
--- a/public/images/pokemon/back/shiny/782.json
+++ b/public/images/pokemon/back/shiny/782.json
@@ -1,41 +1,1010 @@
-{
- "textures": [
- {
- "image": "782.png",
- "format": "RGBA8888",
- "size": {
- "w": 50,
- "h": 50
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 50
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ab84568c98e2c8417dfbab0b26bf5b7a:bf5226700592a08e6818638b6aca1b1a:d07862436676aa228a148ee1f1d82a8f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 93, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 139, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 183, "y": 155, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 137, "y": 155, "w": 46, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 26, "w": 46, "h": 48 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 157, "w": 45, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 25, "w": 45, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 47, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 92, "y": 155, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 47, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 189, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 189, "y": 52, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 48, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 47, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 93, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 139, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 142, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 142, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 185, "y": 103, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 185, "y": 103, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 139, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 139, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 142, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 142, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 142, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 185, "y": 103, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 185, "y": 103, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 93, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 1, "y": 105, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 189, "y": 52, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 189, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "782.png",
+ "format": "I8",
+ "size": { "w": 237, "h": 207 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/782.png b/public/images/pokemon/back/shiny/782.png
index a775abe8bf4..e5bed3d1642 100644
Binary files a/public/images/pokemon/back/shiny/782.png and b/public/images/pokemon/back/shiny/782.png differ
diff --git a/public/images/pokemon/back/shiny/783.json b/public/images/pokemon/back/shiny/783.json
index 253da2ab9a8..17ec3df99a0 100644
--- a/public/images/pokemon/back/shiny/783.json
+++ b/public/images/pokemon/back/shiny/783.json
@@ -1,41 +1,965 @@
-{
- "textures": [
- {
- "image": "783.png",
- "format": "RGBA8888",
- "size": {
- "w": 69,
- "h": 69
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e5544237a4fd9ef3e516be84f3a24a8a:dd780189298088c8e8eb741377c46b07:aab166e28c744865a0296041224dd01b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 414, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 268, "y": 276, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 480, "y": 273, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 342, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 262, "y": 345, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 62, "h": 71 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 65, "y": 344, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 342, "y": 275, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 132, "y": 278, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 197, "y": 342, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 324, "y": 345, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 412, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 511, "y": 412, "w": 61, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 61, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 449, "y": 412, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 128, "y": 347, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 407, "y": 342, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 414, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 268, "y": 276, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 480, "y": 273, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 342, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 262, "y": 345, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 62, "h": 71 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 65, "y": 344, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 342, "y": 275, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 132, "y": 278, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 197, "y": 342, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 324, "y": 345, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 412, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 511, "y": 412, "w": 61, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 61, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 449, "y": 412, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 128, "y": 347, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 407, "y": 342, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 414, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 268, "y": 276, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 480, "y": 273, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 342, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 262, "y": 345, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 62, "h": 71 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 65, "y": 344, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 342, "y": 275, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 132, "y": 278, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 197, "y": 342, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 324, "y": 345, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 412, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 511, "y": 412, "w": 61, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 61, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 449, "y": 412, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 128, "y": 347, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 407, "y": 342, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 414, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 268, "y": 276, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 480, "y": 273, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 342, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 262, "y": 345, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 62, "h": 71 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 65, "y": 344, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 342, "y": 275, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 132, "y": 278, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 1, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 197, "y": 342, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 324, "y": 345, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 412, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 511, "y": 412, "w": 61, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 61, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 449, "y": 412, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 62, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 128, "y": 347, "w": 64, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 64, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 407, "y": 342, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 414, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 202, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 136, "y": 208, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 66, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 67, "y": 274, "w": 65, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 65, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 139, "y": 138, "w": 67, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 67, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 290, "y": 1, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 69, "h": 70 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 71, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 483, "y": 206, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 69, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 141, "y": 70, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 499, "y": 1, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 356, "y": 137, "w": 68, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 68, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 414, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 424, "y": 138, "w": 68, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 68, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 430, "y": 1, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 69, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 498, "y": 70, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 69, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 206, "y": 206, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 69, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 414, "y": 206, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 69, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 192, "y": 410, "w": 63, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 63, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 324, "y": 413, "w": 59, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 59, "h": 67 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 63, "y": 414, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 58, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 388, "y": 410, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 472, "y": 343, "w": 64, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 64, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 414, "y": 273, "w": 66, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 66, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 288, "y": 71, "w": 68, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 68, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 218, "y": 1, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 72, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 1, "y": 137, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 69, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 359, "y": 69, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 218, "y": 69, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 74, "y": 1, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 73, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 70, "y": 137, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 69, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 71, "y": 69, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 1, "y": 69, "w": 70, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 70, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 1, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 73, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 279, "y": 140, "w": 68, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 68, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 492, "y": 138, "w": 68, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 429, "y": 70, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 69, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 359, "y": 1, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 71, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 1, "y": 205, "w": 68, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 68, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 275, "y": 208, "w": 67, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 67, "h": 68 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 211, "y": 137, "w": 68, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 68, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 69, "y": 205, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 347, "y": 206, "w": 67, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 67, "h": 69 },
+ "sourceSize": { "w": 75, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "783.png",
+ "format": "I8",
+ "size": { "w": 573, "h": 483 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/783.png b/public/images/pokemon/back/shiny/783.png
index 6ba2506ecc8..30d6c49f5e0 100644
Binary files a/public/images/pokemon/back/shiny/783.png and b/public/images/pokemon/back/shiny/783.png differ
diff --git a/public/images/pokemon/back/shiny/784.json b/public/images/pokemon/back/shiny/784.json
index 552fb3c9595..87ddecc06fb 100644
--- a/public/images/pokemon/back/shiny/784.json
+++ b/public/images/pokemon/back/shiny/784.json
@@ -1,41 +1,812 @@
-{
- "textures": [
- {
- "image": "784.png",
- "format": "RGBA8888",
- "size": {
- "w": 92,
- "h": 92
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 92,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 92,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 92,
- "h": 81
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3e83e25b8e7e32a8993a48c7e36af553:6ed75435976e4481fad74457807089c7:c2f7ca3ab1075b8c824730653d891244$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 183, "y": 233, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 1, "y": 160, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 94, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 530, "y": 81, "w": 98, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 98, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 530, "y": 1, "w": 103, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 103, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 324, "y": 1, "w": 106, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 106, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 1, "w": 110, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 110, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 214, "y": 1, "w": 110, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 110, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 633, "y": 1, "w": 106, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 106, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 198, "y": 156, "w": 102, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 102, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 300, "y": 159, "w": 97, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 97, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 95, "y": 166, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 358, "y": 241, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 681, "y": 318, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 6, "w": 81, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 87, "y": 249, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 441, "y": 242, "w": 84, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 84, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 273, "y": 239, "w": 85, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 85, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 183, "y": 233, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 160, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 94, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 530, "y": 81, "w": 98, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 98, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 530, "y": 1, "w": 103, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 103, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 324, "y": 1, "w": 106, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 106, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 110, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 110, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 214, "y": 1, "w": 110, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 110, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 633, "y": 1, "w": 106, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 106, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 198, "y": 156, "w": 102, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 102, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 300, "y": 159, "w": 97, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 97, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 95, "y": 166, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 358, "y": 241, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 681, "y": 318, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 6, "w": 81, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 87, "y": 249, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 441, "y": 242, "w": 84, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 84, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 273, "y": 239, "w": 85, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 85, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 183, "y": 233, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 160, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 94, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 530, "y": 81, "w": 98, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 98, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 530, "y": 1, "w": 103, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 103, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 324, "y": 1, "w": 106, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 106, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 1, "w": 110, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 110, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 214, "y": 1, "w": 110, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 110, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 633, "y": 1, "w": 106, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 106, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 198, "y": 156, "w": 102, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 102, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 300, "y": 159, "w": 97, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 97, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 95, "y": 166, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 358, "y": 241, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 681, "y": 318, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 6, "w": 81, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 87, "y": 249, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 441, "y": 242, "w": 84, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 84, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 273, "y": 239, "w": 85, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 85, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 183, "y": 233, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 1, "y": 160, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 94, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 530, "y": 81, "w": 98, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 98, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 530, "y": 1, "w": 103, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 103, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 324, "y": 1, "w": 106, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 106, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 1, "w": 110, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 110, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 214, "y": 1, "w": 110, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 110, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 633, "y": 1, "w": 106, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 106, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 198, "y": 156, "w": 102, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 102, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 300, "y": 159, "w": 97, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 97, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 95, "y": 166, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 358, "y": 241, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 681, "y": 318, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 6, "w": 81, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 87, "y": 249, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 441, "y": 242, "w": 84, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 84, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 273, "y": 239, "w": 85, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 85, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 397, "y": 160, "w": 93, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 93, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 101, "y": 85, "w": 97, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 97, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 80, "w": 100, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 100, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 633, "y": 78, "w": 102, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 102, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 214, "y": 79, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 420, "y": 84, "w": 104, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 104, "h": 76 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 318, "y": 81, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 628, "y": 157, "w": 96, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 96, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 430, "y": 1, "w": 100, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 100, "h": 83 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 111, "y": 1, "w": 103, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 103, "h": 84 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 490, "y": 162, "w": 92, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 92, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 327, "y": 322, "w": 75, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 0, "w": 75, "h": 85 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 476, "y": 400, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 12, "w": 72, "h": 74 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 153, "y": 394, "w": 72, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 5, "w": 72, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 681, "y": 397, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 10, "w": 72, "h": 75 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 80, "y": 329, "w": 73, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 5, "w": 73, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 402, "y": 322, "w": 74, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 3, "w": 74, "h": 82 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 251, "y": 320, "w": 76, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 1, "w": 76, "h": 84 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 604, "y": 318, "w": 77, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 1, "w": 77, "h": 84 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 525, "y": 318, "w": 79, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 79, "h": 82 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 320, "w": 79, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 81 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 169, "y": 314, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 82, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 241, "w": 86, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 6, "w": 86, "h": 79 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 672, "y": 238, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 5, "w": 87, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 582, "y": 238, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 90, "h": 80 },
+ "sourceSize": { "w": 112, "h": 86 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "784.png",
+ "format": "I8",
+ "size": { "w": 763, "h": 475 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/back/shiny/784.png b/public/images/pokemon/back/shiny/784.png
index c32690792ac..51a3962a6ea 100644
Binary files a/public/images/pokemon/back/shiny/784.png and b/public/images/pokemon/back/shiny/784.png differ
diff --git a/public/images/pokemon/back/shiny/881.png b/public/images/pokemon/back/shiny/881.png
index 3686b34dd99..4dc11742548 100644
Binary files a/public/images/pokemon/back/shiny/881.png and b/public/images/pokemon/back/shiny/881.png differ
diff --git a/public/images/pokemon/exp/2037.json b/public/images/pokemon/exp/2037.json
index 2e3362314c9..201e8eaa174 100644
--- a/public/images/pokemon/exp/2037.json
+++ b/public/images/pokemon/exp/2037.json
@@ -1,1112 +1,101 @@
-{
- "textures": [
- {
- "image": "2037.png",
- "format": "RGBA8888",
- "size": {
- "w": 224,
- "h": 224
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 47,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 52,
- "y": 0,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 157,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 94,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 52,
- "y": 47,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 140,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 157,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 91,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 138,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 157,
- "y": 135,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cb371bc4c4d65115dbfd5277a8b37fae:f235d22648ca7d0f60ca039b1e3915e7:c679847d1c2ddf91caeaa5ebb76a6664$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 45, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 55, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 45, "w": 54, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 54, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 112, "y": 46, "w": 54, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 54, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 55, "y": 89, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 166, "y": 90, "w": 54, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 54, "h": 44 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 55, "y": 45, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 44 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 59, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 59, "y": 0, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 58, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 57, "h": 45 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 56, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2037.png",
+ "format": "I8",
+ "size": { "w": 230, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2037.png b/public/images/pokemon/exp/2037.png
index a892d43c70b..b1ebd401e5f 100644
Binary files a/public/images/pokemon/exp/2037.png and b/public/images/pokemon/exp/2037.png differ
diff --git a/public/images/pokemon/exp/2038.json b/public/images/pokemon/exp/2038.json
index b7d26753f24..90b36cbc795 100644
--- a/public/images/pokemon/exp/2038.json
+++ b/public/images/pokemon/exp/2038.json
@@ -1,692 +1,155 @@
-{
- "textures": [
- {
- "image": "2038.png",
- "format": "RGBA8888",
- "size": {
- "w": 516,
- "h": 516
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 9,
- "w": 86,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 84,
- "h": 75
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 84,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 85,
- "h": 75
- },
- "frame": {
- "x": 170,
- "y": 0,
- "w": 85,
- "h": 75
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 85,
- "h": 75
- },
- "frame": {
- "x": 255,
- "y": 0,
- "w": 85,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 86,
- "h": 75
- },
- "frame": {
- "x": 340,
- "y": 0,
- "w": 86,
- "h": 75
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 86,
- "h": 75
- },
- "frame": {
- "x": 426,
- "y": 0,
- "w": 86,
- "h": 75
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 88,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 75,
- "w": 88,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 87,
- "h": 75
- },
- "frame": {
- "x": 88,
- "y": 75,
- "w": 87,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 89,
- "h": 76
- },
- "frame": {
- "x": 175,
- "y": 75,
- "w": 89,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 87,
- "h": 77
- },
- "frame": {
- "x": 264,
- "y": 75,
- "w": 87,
- "h": 77
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 90,
- "h": 77
- },
- "frame": {
- "x": 351,
- "y": 75,
- "w": 90,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 150,
- "w": 86,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 85,
- "h": 78
- },
- "frame": {
- "x": 86,
- "y": 150,
- "w": 85,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 85,
- "h": 78
- },
- "frame": {
- "x": 171,
- "y": 151,
- "w": 85,
- "h": 78
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 91,
- "h": 78
- },
- "frame": {
- "x": 256,
- "y": 152,
- "w": 91,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 347,
- "y": 152,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 228,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 86,
- "y": 228,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 171,
- "y": 229,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 256,
- "y": 230,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 90,
- "h": 79
- },
- "frame": {
- "x": 341,
- "y": 231,
- "w": 90,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 85,
- "h": 80
- },
- "frame": {
- "x": 431,
- "y": 231,
- "w": 85,
- "h": 80
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 86,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 307,
- "w": 86,
- "h": 80
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 81
- },
- "frame": {
- "x": 86,
- "y": 308,
- "w": 87,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 90,
- "h": 81
- },
- "frame": {
- "x": 173,
- "y": 309,
- "w": 90,
- "h": 81
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 88,
- "h": 82
- },
- "frame": {
- "x": 263,
- "y": 310,
- "w": 88,
- "h": 82
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 90,
- "h": 82
- },
- "frame": {
- "x": 351,
- "y": 311,
- "w": 90,
- "h": 82
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 88,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 389,
- "w": 88,
- "h": 83
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 88,
- "y": 390,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 177,
- "y": 392,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 266,
- "y": 393,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 90,
- "h": 83
- },
- "frame": {
- "x": 355,
- "y": 393,
- "w": 90,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3548b7394d2a2d4370b938ffb12dbe96:5ccdea89bf7be09a529efae090aea261:51bcdbb4fa6a1a9e90a83c2a4132ee1b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 157, "y": 194, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 76, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 164, "y": 128, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 66 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 244, "y": 128, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 130, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 78, "y": 194, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 79, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 170, "y": 0, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 254, "y": 0, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 84, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 170, "y": 64, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 86, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 86, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 254, "y": 64, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 82, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 80, "y": 130, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 82, "y": 65, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 244, "y": 192, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 194, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2038.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 259 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2038.png b/public/images/pokemon/exp/2038.png
index 8e2e9435eee..f6295093fcc 100644
Binary files a/public/images/pokemon/exp/2038.png and b/public/images/pokemon/exp/2038.png differ
diff --git a/public/images/pokemon/exp/2074.json b/public/images/pokemon/exp/2074.json
index 7ee41553243..7512afe50ac 100644
--- a/public/images/pokemon/exp/2074.json
+++ b/public/images/pokemon/exp/2074.json
@@ -1,272 +1,425 @@
-{
- "textures": [
- {
- "image": "2074.png",
- "format": "RGBA8888",
- "size": {
- "w": 142,
- "h": 142
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 63,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 61,
- "h": 30
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 61,
- "h": 30
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 61,
- "h": 30
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 61,
- "h": 30
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 57,
- "y": 30,
- "w": 56,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 57,
- "y": 30,
- "w": 56,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 52,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 52,
- "h": 37
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 52,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 52,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 47,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 47,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 48,
- "h": 39
- },
- "frame": {
- "x": 47,
- "y": 97,
- "w": 48,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 47,
- "h": 39
- },
- "frame": {
- "x": 95,
- "y": 65,
- "w": 47,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:17eb999510749cb5bf44945ce0e6af23:03e8369dbf7ea1c1898cee8cc1b989b3:ad137687a877f55f096b7447bfdfe295$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 124, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 65, "y": 94, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 124, "y": 95, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 93, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 255, "y": 33, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 33, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 255, "y": 63, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 135, "y": 66, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 260, "y": 122, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 122, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 62, "y": 124, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 120, "y": 124, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 65, "y": 94, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 124, "y": 95, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 93, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 255, "y": 33, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 33, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 255, "y": 63, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 135, "y": 66, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 185, "y": 123, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 122, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 62, "y": 124, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 120, "y": 124, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 65, "y": 94, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 124, "y": 95, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 93, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 255, "y": 33, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 33, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 255, "y": 63, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 135, "y": 66, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 185, "y": 123, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 122, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 62, "y": 124, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 120, "y": 124, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 200, "y": 93, "w": 59, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 260, "y": 93, "w": 61, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 61, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 69, "y": 65, "w": 65, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 65, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 64, "w": 67, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 67, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 72, "y": 1, "w": 69, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 69, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 70, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 1, "w": 69, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 69, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 212, "y": 1, "w": 67, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 67, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 280, "y": 1, "w": 65, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 65, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 131, "y": 33, "w": 63, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 69, "y": 33, "w": 61, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 195, "y": 33, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 59, "h": 32 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2074.png",
+ "format": "I8",
+ "size": { "w": 346, "h": 155 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2074.png b/public/images/pokemon/exp/2074.png
index 6544f5aeb17..158120ac79f 100644
Binary files a/public/images/pokemon/exp/2074.png and b/public/images/pokemon/exp/2074.png differ
diff --git a/public/images/pokemon/exp/2075.json b/public/images/pokemon/exp/2075.json
index f9619dcf315..e3d08f5fae1 100644
--- a/public/images/pokemon/exp/2075.json
+++ b/public/images/pokemon/exp/2075.json
@@ -1,272 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 184,
- "h": 184
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 84,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 50
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 84,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 83,
- "h": 50
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 83,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 83,
- "h": 50
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 83,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 82,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 82,
- "h": 51
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 82,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 82,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 83,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 50,
- "w": 83,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 83,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 50,
- "w": 83,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 81,
- "h": 45
- },
- "frame": {
- "x": 82,
- "y": 96,
- "w": 81,
- "h": 45
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 81,
- "h": 45
- },
- "frame": {
- "x": 82,
- "y": 96,
- "w": 81,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 80,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 101,
- "w": 80,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 9,
- "w": 78,
- "h": 43
- },
- "frame": {
- "x": 80,
- "y": 141,
- "w": 78,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f5372b99c8b100650a10a4e8cc6e059e:c743748b938ba16e4c5253d5c5444252:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 147, "y": 223, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 302, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 147, "y": 223, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 302, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 147, "y": 223, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 363, "y": 91, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 146, "y": 90, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 448, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 302, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 153, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 77, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 440, "y": 89, "w": 73, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 363, "y": 173, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 363, "y": 173, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 363, "y": 173, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 437, "y": 173, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 174, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 433, "y": 132, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 75, "y": 176, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 448, "y": 46, "w": 74, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 367, "y": 47, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 220, "y": 46, "w": 71, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 71, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 376, "y": 1, "w": 71, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 71, "h": 45 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 46, "w": 70, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 70, "h": 45 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 292, "y": 89, "w": 70, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 70, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 218, "y": 91, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 146, "y": 46, "w": 73, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 73, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 292, "y": 46, "w": 74, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 218, "y": 176, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 133, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 292, "y": 214, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 366, "y": 214, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 215, "w": 72, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 256, "w": 72, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 213, "y": 259, "w": 71, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 71, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 218, "y": 135, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 71, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 353, "y": 255, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 69, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 149, "y": 134, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 149, "y": 178, "w": 66, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 66, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 287, "y": 255, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 440, "y": 214, "w": 67, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 67, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 423, "y": 258, "w": 68, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 3, "w": 68, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 216, "y": 217, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 70, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 92, "w": 70, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 70, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 74, "y": 258, "w": 72, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 72, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 74, "y": 217, "w": 72, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 76, "y": 134, "w": 72, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 290, "y": 134, "w": 72, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 72, "y": 90, "w": 73, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 72, "y": 46, "w": 73, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 523, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2075.png b/public/images/pokemon/exp/2075.png
index b3d72062e64..243be9bb7b0 100644
Binary files a/public/images/pokemon/exp/2075.png and b/public/images/pokemon/exp/2075.png differ
diff --git a/public/images/pokemon/exp/2076.json b/public/images/pokemon/exp/2076.json
index 7a69b66c3e0..c0f495bcca0 100644
--- a/public/images/pokemon/exp/2076.json
+++ b/public/images/pokemon/exp/2076.json
@@ -1,272 +1,965 @@
-{
- "textures": [
- {
- "image": "2076.png",
- "format": "RGBA8888",
- "size": {
- "w": 204,
- "h": 204
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 58,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 58,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 57,
- "h": 73
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 57,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 56,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 56,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 56,
- "h": 68
- },
- "frame": {
- "x": 117,
- "y": 70,
- "w": 56,
- "h": 68
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 56,
- "h": 68
- },
- "frame": {
- "x": 117,
- "y": 70,
- "w": 56,
- "h": 68
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 116,
- "y": 138,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:66d4eb31967e6cdb8dd33a8c1e1b838e:7d44749d00b35e3fbdae08d5a062828f:719cdf7324091edbb7b1d6e2d7254a1a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 341, "y": 346, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 411, "y": 71, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 410, "y": 207, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 353, "y": 207, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 118, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 177, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 235, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 60, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 237, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 237, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 119, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 354, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 119, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 403, "y": 277, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 117, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 396, "y": 347, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 341, "y": 346, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 411, "y": 71, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 410, "y": 207, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 353, "y": 207, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 118, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 177, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 235, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 60, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 237, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 237, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 119, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 354, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 119, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 403, "y": 277, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 117, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 396, "y": 347, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 341, "y": 346, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 411, "y": 71, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 410, "y": 207, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 353, "y": 207, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 118, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 177, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 235, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 60, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 237, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 237, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 119, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 354, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 119, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 403, "y": 277, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 117, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 396, "y": 347, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 341, "y": 346, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 411, "y": 71, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 410, "y": 207, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 353, "y": 207, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 177, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 235, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 60, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 237, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 237, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 119, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 354, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 119, "y": 70, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 403, "y": 277, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 117, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 396, "y": 347, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 348, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 175, "y": 208, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 293, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 60, "y": 1, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 57, "y": 344, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 412, "y": 1, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 53, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 169, "y": 348, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 343, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 173, "y": 278, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 296, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 295, "y": 207, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 178, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 352, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 352, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 60, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 60, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 293, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 293, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 352, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 352, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 139, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 119, "y": 140, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 178, "y": 140, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 1, "y": 207, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 207, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 207, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 1, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 207, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 60, "y": 71, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 1, "y": 275, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 59, "y": 276, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 232, "y": 276, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 289, "y": 276, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 346, "y": 277, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 229, "y": 345, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 285, "y": 345, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 57, "y": 412, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2076.png",
+ "format": "I8",
+ "size": { "w": 466, "h": 481 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2076.png b/public/images/pokemon/exp/2076.png
index 5bd0c466464..f1fcda5113f 100644
Binary files a/public/images/pokemon/exp/2076.png and b/public/images/pokemon/exp/2076.png differ
diff --git a/public/images/pokemon/exp/2088.json b/public/images/pokemon/exp/2088.json
index e209e005822..3dc69f1024c 100644
--- a/public/images/pokemon/exp/2088.json
+++ b/public/images/pokemon/exp/2088.json
@@ -1,272 +1,173 @@
-{
- "textures": [
- {
- "image": "2088.png",
- "format": "RGBA8888",
- "size": {
- "w": 114,
- "h": 114
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 58,
- "y": 36,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 58,
- "y": 36,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 60,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7d65358280b6fd8fd0351d1933aec389:4371ea558d78deb87b5511996f658c0c:b8df8f168871505f42fdc6d3c5b106f0$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 114, "w": 51, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 231, "y": 75, "w": 52, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 52, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 111, "y": 79, "w": 53, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 75, "w": 54, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 54, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 234, "y": 36, "w": 56, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 75, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 59, "y": 38, "w": 58, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 59, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 59, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 234, "y": 0, "w": 61, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 36 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 60, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 60, "y": 0, "w": 59, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 59, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 176, "y": 0, "w": 58, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 58, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 119, "y": 0, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 176, "y": 38, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 112, "w": 53, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 117, "y": 39, "w": 53, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 53, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 170, "y": 77, "w": 52, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 52, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 222, "y": 115, "w": 51, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2088.png",
+ "format": "I8",
+ "size": { "w": 295, "h": 155 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2088.png b/public/images/pokemon/exp/2088.png
index 1f40127c1c7..71ddd8a7e15 100644
Binary files a/public/images/pokemon/exp/2088.png and b/public/images/pokemon/exp/2088.png differ
diff --git a/public/images/pokemon/exp/2089.json b/public/images/pokemon/exp/2089.json
index 363c17843e8..3f8b618af75 100644
--- a/public/images/pokemon/exp/2089.json
+++ b/public/images/pokemon/exp/2089.json
@@ -1,1343 +1,1091 @@
-{
- "textures": [
- {
- "image": "2089.png",
- "format": "RGBA8888",
- "size": {
- "w": 349,
- "h": 349
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 89,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 89,
- "h": 60
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 59
- },
- "frame": {
- "x": 181,
- "y": 63,
- "w": 89,
- "h": 59
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 59
- },
- "frame": {
- "x": 181,
- "y": 63,
- "w": 89,
- "h": 59
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 89,
- "y": 121,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 89,
- "y": 121,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 178,
- "y": 122,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 178,
- "y": 122,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 88,
- "h": 60
- },
- "frame": {
- "x": 176,
- "y": 180,
- "w": 88,
- "h": 60
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 88,
- "h": 60
- },
- "frame": {
- "x": 176,
- "y": 180,
- "w": 88,
- "h": 60
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b0a68b63523081f6420f4bbdbf7eb38:c61a79944d0322548ea0e1b404a63e40:49ee9ed0dd32c5ba33977741b45fc3f4$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 297, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 224, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 1, "y": 64, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 388, "y": 178, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 540, "y": 178, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 307, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 156, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 159, "y": 186, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 545, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 528, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 416, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 167, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 582, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 1, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 84, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 403, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 240, "y": 186, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 330, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 410, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 229, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 464, "y": 178, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2089.png",
+ "format": "I8",
+ "size": { "w": 666, "h": 409 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/2089.png b/public/images/pokemon/exp/2089.png
index 380e517136c..fc4f2d2a353 100644
Binary files a/public/images/pokemon/exp/2089.png and b/public/images/pokemon/exp/2089.png differ
diff --git a/public/images/pokemon/exp/248-mega.json b/public/images/pokemon/exp/248-mega.json
index 42e7e9f7d6d..2c9370cbeee 100644
--- a/public/images/pokemon/exp/248-mega.json
+++ b/public/images/pokemon/exp/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 271,
- "h": 271
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 181,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 91,
- "y": 170,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cde8b160e19f5e22098d0c8712fe3e26:5bade20a2d91d5c0e3de833bedccd3cb:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 184, "y": 176, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 184, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 374, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 182, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 549, "y": 430, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 89, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 182, "y": 512, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 513, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 456, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 547, "y": 512, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 274, "y": 431, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 91, "y": 430, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 275, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 91, "y": 347, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 369, "y": 345, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 92, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 92, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 184, "y": 345, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 278, "y": 263, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 468, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 549, "y": 346, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 431, "w": 87, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 87, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 367, "y": 429, "w": 87, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 87, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 461, "y": 346, "w": 86, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 86, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 283, "y": 175, "w": 89, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 89, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 189, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 93, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 93, "h": 87 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 380, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 95, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 474, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 190, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 95, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 378, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 283, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 473, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 89, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 374, "y": 175, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 651, "h": 593 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/248-mega.png b/public/images/pokemon/exp/248-mega.png
index b7563738d3d..167b88b09e5 100644
Binary files a/public/images/pokemon/exp/248-mega.png and b/public/images/pokemon/exp/248-mega.png differ
diff --git a/public/images/pokemon/exp/362-mega.json b/public/images/pokemon/exp/362-mega.json
index 05497f4ce7e..c69ecfb1903 100644
--- a/public/images/pokemon/exp/362-mega.json
+++ b/public/images/pokemon/exp/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 116,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:06afd89cf806f88f8f27098b432ad2cd:96be21e5293fd792149dc4962c63b26d:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 122, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/362-mega.png b/public/images/pokemon/exp/362-mega.png
index 76464e38a4c..be87d172e8e 100644
Binary files a/public/images/pokemon/exp/362-mega.png and b/public/images/pokemon/exp/362-mega.png differ
diff --git a/public/images/pokemon/exp/484-origin.json b/public/images/pokemon/exp/484-origin.json
index f52359c264a..2b63fdd6785 100644
--- a/public/images/pokemon/exp/484-origin.json
+++ b/public/images/pokemon/exp/484-origin.json
@@ -4,8 +4,8 @@
"image": "484-origin.png",
"format": "RGBA8888",
"size": {
- "w": 426,
- "h": 426
+ "w": 274,
+ "h": 274
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -35,20 +35,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -56,20 +56,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -77,20 +77,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -98,20 +98,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -119,146 +119,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
"w": 91,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 97
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
+ "h": 95
},
"spriteSourceSize": {
"x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
+ "h": 95
},
"frame": {
"x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
+ "h": 95
}
},
{
@@ -266,20 +140,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -287,20 +161,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -308,20 +182,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -329,20 +203,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -350,20 +224,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -371,20 +245,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -392,20 +266,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -413,20 +287,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -434,20 +308,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -455,20 +329,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -476,20 +350,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -497,272 +371,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
+ "w": 91,
"h": 95
},
- "frame": {
+ "spriteSourceSize": {
"x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
"y": 1,
- "w": 89,
- "h": 95
+ "w": 90,
+ "h": 94
},
"frame": {
"x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
+ "y": 95,
+ "w": 90,
+ "h": 94
}
},
{
@@ -770,20 +392,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -791,20 +413,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -812,20 +434,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -833,20 +455,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -854,20 +476,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -875,20 +497,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -896,20 +518,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -917,20 +539,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -938,20 +560,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -959,20 +581,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -980,20 +602,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -1001,272 +623,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
"w": 91,
- "h": 92
+ "h": 95
},
- "frame": {
- "x": 275,
- "y": 92,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
+ "h": 91
},
"frame": {
"x": 90,
- "y": 97,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 90,
- "y": 97,
- "w": 89,
- "h": 93
+ "y": 0,
+ "w": 91,
+ "h": 91
}
},
{
@@ -1274,20 +644,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1295,20 +665,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1316,20 +686,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1337,20 +707,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1358,20 +728,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1379,20 +749,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1400,20 +770,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1421,20 +791,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1442,20 +812,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1463,20 +833,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1484,20 +854,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1505,19 +875,229 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
+ "h": 91
+ },
+ "frame": {
+ "x": 181,
+ "y": 0,
+ "w": 90,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
"h": 92
},
"frame": {
"x": 90,
- "y": 190,
- "w": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
"h": 92
}
},
@@ -1526,20 +1106,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1547,20 +1127,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1568,20 +1148,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1589,20 +1169,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1610,20 +1190,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1631,20 +1211,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1652,20 +1232,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1673,20 +1253,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1694,20 +1274,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1715,20 +1295,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1736,20 +1316,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1757,62 +1337,62 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
+ "w": 89,
+ "h": 91
+ },
+ "frame": {
+ "x": 90,
+ "y": 183,
+ "w": 89,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
"w": 89,
"h": 92
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 179,
+ "y": 91,
"w": 89,
"h": 92
}
},
{
- "filename": "0077.png",
+ "filename": "0016.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
},
"frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
+ "x": 179,
+ "y": 91,
+ "w": 89,
+ "h": 92
}
},
{
@@ -1820,20 +1400,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1841,20 +1421,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1862,20 +1442,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1883,20 +1463,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1904,20 +1484,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1925,608 +1505,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 79,
- "h": 83
- },
- "frame": {
- "x": 347,
- "y": 274,
- "w": 79,
- "h": 83
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 384,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 371,
- "y": 54,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
}
]
@@ -2535,6 +1527,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:52f94c22e7d6d2608638048866c1910a:045ab453153e084bad1f17ca61076c30:5ea3e660bc9c2624f846675d5196db82$"
+ "smartupdate": "$TexturePacker:SmartUpdate:4eec21f441df8c5ce7313596a1672a9e:bec666304c4bb8072e19fa13a830a7c8:5ea3e660bc9c2624f846675d5196db82$"
}
}
diff --git a/public/images/pokemon/exp/484-origin.png b/public/images/pokemon/exp/484-origin.png
index dbd6db55f78..2d8d0fde472 100644
Binary files a/public/images/pokemon/exp/484-origin.png and b/public/images/pokemon/exp/484-origin.png differ
diff --git a/public/images/pokemon/exp/487-origin.json b/public/images/pokemon/exp/487-origin.json
deleted file mode 100644
index a146f68d70d..00000000000
--- a/public/images/pokemon/exp/487-origin.json
+++ /dev/null
@@ -1,566 +0,0 @@
-{
- "textures": [
- {
- "image": "487-origin.png",
- "format": "RGBA8888",
- "size": {
- "w": 318,
- "h": 318
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 91,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 77
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 91,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 77
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 91,
- "h": 74
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 74
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 91,
- "h": 74
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 74
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 91,
- "h": 74
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 74
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 89,
- "h": 75
- },
- "frame": {
- "x": 182,
- "y": 0,
- "w": 89,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 75
- },
- "frame": {
- "x": 182,
- "y": 0,
- "w": 89,
- "h": 75
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 75
- },
- "frame": {
- "x": 182,
- "y": 0,
- "w": 89,
- "h": 75
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 91,
- "y": 74,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 91,
- "y": 74,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 85,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 77,
- "w": 85,
- "h": 83
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 77,
- "w": 85,
- "h": 83
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 82
- },
- "frame": {
- "x": 177,
- "y": 75,
- "w": 85,
- "h": 82
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 83,
- "h": 83
- },
- "frame": {
- "x": 85,
- "y": 153,
- "w": 83,
- "h": 83
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 83,
- "h": 83
- },
- "frame": {
- "x": 85,
- "y": 153,
- "w": 83,
- "h": 83
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 236,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 236,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 236,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 83,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 160,
- "w": 83,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 83,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 160,
- "w": 83,
- "h": 76
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 81,
- "h": 81
- },
- "frame": {
- "x": 80,
- "y": 236,
- "w": 81,
- "h": 81
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 81,
- "h": 80
- },
- "frame": {
- "x": 161,
- "y": 236,
- "w": 81,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 81,
- "h": 80
- },
- "frame": {
- "x": 161,
- "y": 236,
- "w": 81,
- "h": 80
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 168,
- "y": 157,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 168,
- "y": 157,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 168,
- "y": 157,
- "w": 81,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f669baef18fc6ae83124ad81c9b726f9:b705ee5bfe7dc7d92c348ffa4a4d6ce2:5d19509f6557fe13b0b6311434ba7e2d$"
- }
-}
diff --git a/public/images/pokemon/exp/487-origin.png b/public/images/pokemon/exp/487-origin.png
deleted file mode 100644
index 370ddf89173..00000000000
Binary files a/public/images/pokemon/exp/487-origin.png and /dev/null differ
diff --git a/public/images/pokemon/exp/569-gigantamax.json b/public/images/pokemon/exp/569-gigantamax.json
new file mode 100644
index 00000000000..6cda2b0d79a
--- /dev/null
+++ b/public/images/pokemon/exp/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 419, "h": 261 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/569-gigantamax.png b/public/images/pokemon/exp/569-gigantamax.png
new file mode 100644
index 00000000000..90decc0ad84
Binary files /dev/null and b/public/images/pokemon/exp/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/651.json b/public/images/pokemon/exp/651.json
index 5db25b75d8e..20bdccd5bd4 100644
--- a/public/images/pokemon/exp/651.json
+++ b/public/images/pokemon/exp/651.json
@@ -1,188 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 116,
- "h": 116
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 53,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d110ead01ff70d3da8dfb432dfe00ac0:207046ea51a1627a342c2b30f969868e:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 239, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 60, "y": 0, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 355, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 59, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 179, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 297, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 101, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 329, "y": 252, "w": 51, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 47 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 252, "w": 51, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 219, "y": 204, "w": 52, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 52, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 166, "y": 202, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 52, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 275, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 204, "w": 54, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 333, "y": 202, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 110, "y": 202, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 55, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/651.png b/public/images/pokemon/exp/651.png
index 42a1af8184d..633a3cc0c75 100644
Binary files a/public/images/pokemon/exp/651.png and b/public/images/pokemon/exp/651.png differ
diff --git a/public/images/pokemon/exp/653.json b/public/images/pokemon/exp/653.json
index 19654fbb3cb..a08242f32cf 100644
--- a/public/images/pokemon/exp/653.json
+++ b/public/images/pokemon/exp/653.json
@@ -1,1553 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 180,
- "h": 180
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 47,
- "y": 136,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f19f65b0cc7eac6c736e7e4bd91d830:87ecb6f1ef5612019ef73bbf8249079d:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 168, "h": 175 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/653.png b/public/images/pokemon/exp/653.png
index cf42c8754bc..66e359173aa 100644
Binary files a/public/images/pokemon/exp/653.png and b/public/images/pokemon/exp/653.png differ
diff --git a/public/images/pokemon/exp/654.json b/public/images/pokemon/exp/654.json
index a7f07f56864..74019f665ec 100644
--- a/public/images/pokemon/exp/654.json
+++ b/public/images/pokemon/exp/654.json
@@ -1,818 +1,695 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 390,
- "h": 390
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 162,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 243,
- "w": 47,
- "h": 80
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 81,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 162,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 80
- },
- "frame": {
- "x": 47,
- "y": 243,
- "w": 46,
- "h": 80
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 79,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 158,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 237,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 93,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 139,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 79,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 159,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 46,
- "h": 78
- },
- "frame": {
- "x": 139,
- "y": 239,
- "w": 46,
- "h": 78
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 139,
- "y": 317,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 185,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 231,
- "y": 316,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 46,
- "h": 77
- },
- "frame": {
- "x": 274,
- "y": 79,
- "w": 46,
- "h": 77
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 47,
- "h": 75
- },
- "frame": {
- "x": 275,
- "y": 0,
- "w": 47,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 274,
- "y": 156,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 275,
- "y": 234,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 46,
- "h": 76
- },
- "frame": {
- "x": 319,
- "y": 156,
- "w": 46,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 45,
- "h": 77
- },
- "frame": {
- "x": 320,
- "y": 75,
- "w": 45,
- "h": 77
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 322,
- "y": 0,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 277,
- "y": 312,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 320,
- "y": 232,
- "w": 45,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 323,
- "y": 308,
- "w": 45,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6cb9cd08a225d9ce5a32640f2a1a4760:ab52583219972dae47f87bdaf152d0c0:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 152, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 172, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 213, "y": 265, "w": 51, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 282, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 173, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 60, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 110, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 165, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 282, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 133, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 220, "y": 134, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 198, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 218, "y": 199, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 271, "y": 261, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 51, "y": 264, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 337, "h": 393 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/654.png b/public/images/pokemon/exp/654.png
index 31d16e68e48..b1101648416 100644
Binary files a/public/images/pokemon/exp/654.png and b/public/images/pokemon/exp/654.png differ
diff --git a/public/images/pokemon/exp/656.json b/public/images/pokemon/exp/656.json
index 71ebaea1efb..3c2051bfe3a 100644
--- a/public/images/pokemon/exp/656.json
+++ b/public/images/pokemon/exp/656.json
@@ -1,671 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 96,
- "h": 96
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5f39528f34681b7e85d5ea8d96776a2d:75313d84bbb64652e1825fbfbea72872:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 98, "y": 116, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 129, "y": 1, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 31, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 33, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 65, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 97, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 162, "y": 1, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 81, "w": 29, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 29, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 164, "y": 148, "w": 29, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 29, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 35, "y": 81, "w": 30, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 30, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 69, "y": 152, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 104, "y": 185, "w": 34, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 34, "h": 30 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 186, "w": 34, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 17, "w": 34, "h": 29 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 157, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 137, "y": 112, "w": 33, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 33, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 132, "y": 147, "w": 30, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 36 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 36, "y": 157, "w": 30, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 35, "y": 121, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 35, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 69, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 103, "y": 79, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 240, "h": 216 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/656.png b/public/images/pokemon/exp/656.png
index 7afec8b08ee..cc85a92ecbb 100644
Binary files a/public/images/pokemon/exp/656.png and b/public/images/pokemon/exp/656.png differ
diff --git a/public/images/pokemon/exp/661.json b/public/images/pokemon/exp/661.json
index f01755ccdc0..74bcbcb06a0 100644
--- a/public/images/pokemon/exp/661.json
+++ b/public/images/pokemon/exp/661.json
@@ -1,356 +1,397 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7dcd93b1058cdbc2640b9885ceb2e854:a2e65850e27a715b371214cfcc8954f8:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 32, "y": 113, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 34, "y": 36, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 32, "y": 75, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 114, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 69, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 32, "y": 113, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 34, "y": 36, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 0, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 32, "y": 75, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 114, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 69, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 32, "y": 113, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 34, "y": 36, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 0, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 32, "y": 75, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 114, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 69, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 38, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 66, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 66, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 96, "y": 76, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 34, "y": 0, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 34, "y": 0, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 34, "y": 0, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 103, "y": 0, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 98, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 66, "y": 37, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 137, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/661.png b/public/images/pokemon/exp/661.png
index 52e31c9ec73..ebc25efa895 100644
Binary files a/public/images/pokemon/exp/661.png and b/public/images/pokemon/exp/661.png differ
diff --git a/public/images/pokemon/exp/662.json b/public/images/pokemon/exp/662.json
index a5fb9d1a87c..3600bbcd38d 100644
--- a/public/images/pokemon/exp/662.json
+++ b/public/images/pokemon/exp/662.json
@@ -1,776 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 167,
- "h": 167
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fdd7a1bbdeb9b06a84c6e230eaa36b6e:73c8c872230bd4fc874bce8a02ada9b0:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 221, "y": 131, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 57, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 113, "y": 70, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 19, "w": 56, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 335, "y": 136, "w": 49, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 36, "w": 49, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 197, "w": 63, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 33, "w": 63, "h": 51 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 1, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 16, "w": 59, "h": 66 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 119, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 233, "y": 1, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 54, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 176, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 288, "y": 1, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 59, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 338, "y": 187, "w": 47, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 30, "w": 47, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 249, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 26, "w": 62, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 68, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 58, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 169, "y": 141, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 17, "w": 47, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 275, "y": 198, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 62, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 61, "y": 1, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 288, "y": 66, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 54, "h": 69 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 60, "y": 69, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 52, "h": 71 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 170, "y": 70, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 133, "w": 49, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 49, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 275, "y": 249, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 30, "w": 56, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 205, "w": 64, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 27, "w": 64, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 221, "y": 72, "w": 60, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 60, "h": 58 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 113, "y": 134, "w": 55, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 55, "h": 62 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 223, "y": 193, "w": 51, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 51, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 51, "y": 141, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 169, "y": 193, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 279, "y": 136, "w": 55, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 55, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 386, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/662.png b/public/images/pokemon/exp/662.png
index e47863f724b..be3e0170e73 100644
Binary files a/public/images/pokemon/exp/662.png and b/public/images/pokemon/exp/662.png differ
diff --git a/public/images/pokemon/exp/663.json b/public/images/pokemon/exp/663.json
index 7d61c15fd97..8c4ef182132 100644
--- a/public/images/pokemon/exp/663.json
+++ b/public/images/pokemon/exp/663.json
@@ -1,1700 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 295,
- "h": 295
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:df66b59e88a0e2316e65cc2931e2d45a:38fe3e789df33d7d1b51b40128b5adaa:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 480, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/663.png b/public/images/pokemon/exp/663.png
index e3f83f2594b..394cec2e0ee 100644
Binary files a/public/images/pokemon/exp/663.png and b/public/images/pokemon/exp/663.png differ
diff --git a/public/images/pokemon/exp/664.json b/public/images/pokemon/exp/664.json
index b44e028830f..5036fe74b0b 100644
--- a/public/images/pokemon/exp/664.json
+++ b/public/images/pokemon/exp/664.json
@@ -1,188 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 84,
- "h": 84
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 50,
- "y": 0,
- "w": 25,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:463885b13604daf56d9395607b6a199b:02b6779c8edc4d65f396242ab67065d7:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 46, "w": 26, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 26, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 46, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 90, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 52, "y": 91, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 46, "w": 27, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 78, "y": 91, "w": 26, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 56, "y": 0, "w": 28, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 28, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 84, "y": 0, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 56, "y": 45, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 111, "h": 136 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/664.png b/public/images/pokemon/exp/664.png
index 5f7ee7f426e..d626085b5a1 100644
Binary files a/public/images/pokemon/exp/664.png and b/public/images/pokemon/exp/664.png differ
diff --git a/public/images/pokemon/exp/665.json b/public/images/pokemon/exp/665.json
index 69d1dfa05e2..a06b1d10ad0 100644
--- a/public/images/pokemon/exp/665.json
+++ b/public/images/pokemon/exp/665.json
@@ -1,188 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 76,
- "h": 76
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:359a2e5553846e1cd19ec4ff9a207cd7:96f598328847d5f090f229788215db91:a72e6c94514c750d7462eab6b08ee591$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 193, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 40, "y": 41, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 38, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 3, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 34, "w": 63, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 80, "h": 41 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 34, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 37 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 37, "w": 53, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 53, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 343, "y": 37, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 46, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 41, "w": 40, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 40, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 227, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 261, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 295, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 329, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 363, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 397, "h": 135 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/665.png b/public/images/pokemon/exp/665.png
index 05b0370d0c6..88dc208300f 100644
Binary files a/public/images/pokemon/exp/665.png and b/public/images/pokemon/exp/665.png differ
diff --git a/public/images/pokemon/exp/666-fancy.png b/public/images/pokemon/exp/666-fancy.png
index 6c23274c5e0..92da507a61f 100644
Binary files a/public/images/pokemon/exp/666-fancy.png and b/public/images/pokemon/exp/666-fancy.png differ
diff --git a/public/images/pokemon/exp/666-high-plains.png b/public/images/pokemon/exp/666-high-plains.png
index 9d6527bf091..a34b2fd8254 100644
Binary files a/public/images/pokemon/exp/666-high-plains.png and b/public/images/pokemon/exp/666-high-plains.png differ
diff --git a/public/images/pokemon/exp/666-meadow.json b/public/images/pokemon/exp/666-meadow.json
index ee4f6d31bc0..77158992e59 100644
--- a/public/images/pokemon/exp/666-meadow.json
+++ b/public/images/pokemon/exp/666-meadow.json
@@ -1,314 +1,551 @@
-{
- "textures": [
- {
- "image": "666-meadow.png",
- "format": "RGBA8888",
- "size": {
- "w": 243,
- "h": 243
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 88
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 77,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 77,
- "h": 89
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 77,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 77,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 69,
- "h": 89
- },
- "frame": {
- "x": 77,
- "y": 88,
- "w": 69,
- "h": 89
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 69,
- "h": 89
- },
- "frame": {
- "x": 77,
- "y": 88,
- "w": 69,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 62,
- "h": 87
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 62,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 62,
- "h": 87
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 62,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 2,
- "w": 56,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 56,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 2,
- "w": 56,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 56,
- "h": 86
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 41,
- "h": 85
- },
- "frame": {
- "x": 202,
- "y": 0,
- "w": 41,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 51,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 86,
- "w": 51,
- "h": 86
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 51,
- "h": 86
- },
- "frame": {
- "x": 146,
- "y": 86,
- "w": 51,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 46,
- "h": 86
- },
- "frame": {
- "x": 197,
- "y": 86,
- "w": 46,
- "h": 86
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 46,
- "h": 86
- },
- "frame": {
- "x": 197,
- "y": 86,
- "w": 46,
- "h": 86
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 209, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 209, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 209, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 21, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 347, "y": 140, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 20, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 347, "y": 71, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 2, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 2, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 278, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 53, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 104, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 71, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 20, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 155, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 140, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 206, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 209, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 257, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 278, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 14, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 308, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 2, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 53, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 104, "y": 209, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 20, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 2, "y": 278, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 19, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 209, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 18, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 53, "y": 278, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 17, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 278, "y": 140, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 16, "w": 67, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 104, "y": 278, "w": 49, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 15, "w": 49, "h": 67 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-meadow.png",
+ "format": "I8",
+ "size": { "w": 398, "h": 347 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/666-meadow.png b/public/images/pokemon/exp/666-meadow.png
index 3f9f758ad1f..6912a8d8174 100644
Binary files a/public/images/pokemon/exp/666-meadow.png and b/public/images/pokemon/exp/666-meadow.png differ
diff --git a/public/images/pokemon/exp/666-poke-ball.png b/public/images/pokemon/exp/666-poke-ball.png
index e33fe6e8c5a..58cae8e2aaa 100644
Binary files a/public/images/pokemon/exp/666-poke-ball.png and b/public/images/pokemon/exp/666-poke-ball.png differ
diff --git a/public/images/pokemon/exp/666-river.png b/public/images/pokemon/exp/666-river.png
index 1e908ff89b6..433b2c39254 100644
Binary files a/public/images/pokemon/exp/666-river.png and b/public/images/pokemon/exp/666-river.png differ
diff --git a/public/images/pokemon/exp/667.json b/public/images/pokemon/exp/667.json
index 3667bc80aa0..3fba95afcf9 100644
--- a/public/images/pokemon/exp/667.json
+++ b/public/images/pokemon/exp/667.json
@@ -1,272 +1,659 @@
-{
- "textures": [
- {
- "image": "667.png",
- "format": "RGBA8888",
- "size": {
- "w": 160,
- "h": 160
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 45,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 90,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 46,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 46,
- "w": 40,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0c78c1973ebb266716d5a3a4557bca98:3ab4a906b1847f4048e828e5410eae40:02171d511e760c8a3e1b623ad6bf93f5$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 48 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 48 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "667.png",
+ "format": "I8",
+ "size": { "w": 167, "h": 141 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/667.png b/public/images/pokemon/exp/667.png
index 21bbfcc0d68..3ae931300c5 100644
Binary files a/public/images/pokemon/exp/667.png and b/public/images/pokemon/exp/667.png differ
diff --git a/public/images/pokemon/exp/668.json b/public/images/pokemon/exp/668.json
index 083fdcfb598..63671a548a2 100644
--- a/public/images/pokemon/exp/668.json
+++ b/public/images/pokemon/exp/668.json
@@ -1,272 +1,821 @@
-{
- "textures": [
- {
- "image": "668.png",
- "format": "RGBA8888",
- "size": {
- "w": 205,
- "h": 205
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 68
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 136,
- "y": 69,
- "w": 69,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a0374d38386b4719d8b0a8fcc11d003d:7a4ba7ff9050ba3dee8c8340200f12c2:947bf84d1af493c62e2cef45bb6c19ad$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 351, "y": 151, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 142, "y": 221, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 351, "y": 224, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 70, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 421, "y": 225, "w": 69, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 205, "y": 296, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 69, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 212, "y": 224, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 70, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 137, "y": 294, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 274, "y": 299, "w": 64, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 368, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 61, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 442, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 55, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 441, "w": 55, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 261, "y": 372, "w": 59, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 134, "y": 367, "w": 62, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 62, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 68, "y": 295, "w": 66, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 66, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 365, "y": 75, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 69, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 75, "w": 71, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 442, "y": 74, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 72, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 221, "y": 74, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 72, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 369, "y": 0, "w": 73, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 296, "y": 0, "w": 73, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 74, "y": 0, "w": 74, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 74, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 148, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 74, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 148, "y": 74, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 73, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 222, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 74, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 442, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 73, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 293, "y": 75, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 72, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 71, "y": 75, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 72, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 71, "y": 149, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 71, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 143, "y": 148, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 71, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668.png",
+ "format": "I8",
+ "size": { "w": 515, "h": 516 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/668.png b/public/images/pokemon/exp/668.png
index 36acb70a20f..85be1a55032 100644
Binary files a/public/images/pokemon/exp/668.png and b/public/images/pokemon/exp/668.png differ
diff --git a/public/images/pokemon/exp/672.json b/public/images/pokemon/exp/672.json
index 7062ea01ab3..f337bef7d29 100644
--- a/public/images/pokemon/exp/672.json
+++ b/public/images/pokemon/exp/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 250,
- "h": 250
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 190,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 151,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 188,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 145,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 181,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 36,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 72,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 108,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 144,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 72,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 144,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 215,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 209,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:38e639fec858918eeed4df6a97e5793c:1f05d1f362d84566f20c17270128fcef:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 100, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 83, "y": 101, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 170, "h": 193 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/672.png b/public/images/pokemon/exp/672.png
index 1af5c35d308..1c261d8d51a 100644
Binary files a/public/images/pokemon/exp/672.png and b/public/images/pokemon/exp/672.png differ
diff --git a/public/images/pokemon/exp/674.json b/public/images/pokemon/exp/674.json
deleted file mode 100644
index ab275feb366..00000000000
--- a/public/images/pokemon/exp/674.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8a56731ba1ddcc58654c5fd4c09d4b6c:7feee6e8d94135fbc956d541853811cb:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/674.png b/public/images/pokemon/exp/674.png
deleted file mode 100644
index 68fd635ed4f..00000000000
Binary files a/public/images/pokemon/exp/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/692.json b/public/images/pokemon/exp/692.json
index 935f67c3daa..86b535260ae 100644
--- a/public/images/pokemon/exp/692.json
+++ b/public/images/pokemon/exp/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 162,
- "h": 162
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 80,
- "w": 59,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 121,
- "w": 59,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:770fa5fad1cc8a443ce0a20fecd29c87:eb7f111f1bbee8cd3438d375d4fb00f7:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 117, "y": 72, "w": 59, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 239, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/692.png b/public/images/pokemon/exp/692.png
index 976faaf76a4..a22655931a8 100644
Binary files a/public/images/pokemon/exp/692.png and b/public/images/pokemon/exp/692.png differ
diff --git a/public/images/pokemon/exp/693.json b/public/images/pokemon/exp/693.json
index b5b81735f10..c8f7763de1d 100644
--- a/public/images/pokemon/exp/693.json
+++ b/public/images/pokemon/exp/693.json
@@ -1,272 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 259,
- "h": 259
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 85,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 91,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 178,
- "w": 91,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8606ef5d207ca2100dda49cb1d79599e:d3c4f159e863b497f7925b3a24df9e4b:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 303, "y": 140, "w": 102, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 5, "w": 102, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 523, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 318, "y": 290, "w": 103, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 103, "h": 64 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 105, "y": 1, "w": 102, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 102, "h": 75 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 508, "y": 152, "w": 106, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 106, "h": 67 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 414, "y": 74, "w": 103, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 103, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 309, "y": 214, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 306, "y": 1, "w": 106, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 106, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 218, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 213, "y": 279, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 103, "y": 341, "w": 104, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 104, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 516, "y": 1, "w": 101, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 101, "h": 73 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 149, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 1, "y": 349, "w": 102, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 102, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 103, "y": 404, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 626, "h": 466 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/693.png b/public/images/pokemon/exp/693.png
index 538f2f11f73..2e8f1ccd05c 100644
Binary files a/public/images/pokemon/exp/693.png and b/public/images/pokemon/exp/693.png differ
diff --git a/public/images/pokemon/exp/694.json b/public/images/pokemon/exp/694.json
deleted file mode 100644
index 12cc0369cc2..00000000000
--- a/public/images/pokemon/exp/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 44,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 34,
- "h": 37
- },
- "frame": {
- "x": 36,
- "y": 103,
- "w": 34,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 43,
- "y": 34,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 82,
- "y": 35,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 70,
- "y": 71,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 31,
- "h": 37
- },
- "frame": {
- "x": 103,
- "y": 71,
- "w": 31,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c6f790c1c7c7e284eb98dfeaad75e635:7e95f5e91c561cc43d0e8ef8188f18b3:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/694.png b/public/images/pokemon/exp/694.png
deleted file mode 100644
index 671d9517e4c..00000000000
Binary files a/public/images/pokemon/exp/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/696.json b/public/images/pokemon/exp/696.json
index 3bc9dae1999..f95124e3f31 100644
--- a/public/images/pokemon/exp/696.json
+++ b/public/images/pokemon/exp/696.json
@@ -1,692 +1,1054 @@
-{
- "textures": [
- {
- "image": "696.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f6c90e8287d3ce2aa68c9fef98f6e12f:24cf84ba4764bd88b4e751ca1911a8d5:58b7763fb9abdd043e9bfa400cfafdef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 286, "h": 179 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/696.png b/public/images/pokemon/exp/696.png
index 8dd6b2cf6c7..7892c40e52b 100644
Binary files a/public/images/pokemon/exp/696.png and b/public/images/pokemon/exp/696.png differ
diff --git a/public/images/pokemon/exp/697.json b/public/images/pokemon/exp/697.json
index 9120976bb53..c56de41946c 100644
--- a/public/images/pokemon/exp/697.json
+++ b/public/images/pokemon/exp/697.json
@@ -1,1175 +1,983 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 378,
- "h": 378
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 76,
- "y": 75,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 227,
- "y": 0,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 222,
- "y": 149,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 227,
- "y": 74,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 299,
- "y": 74,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 60,
- "h": 79
- },
- "frame": {
- "x": 269,
- "y": 229,
- "w": 60,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:768a260ef504838ad6b945525f4ed05f:3b115b0ef560b516c93f6aa5f1423cd9:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 184, "y": 231, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 94, "y": 157, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 90, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 391, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 275, "y": 390, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 363, "y": 463, "w": 86, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 86, "h": 81 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 649, "y": 386, "w": 86, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 82 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 449, "y": 463, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 87, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 312, "w": 90, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 90, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 372, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 92, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 473, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 556, "y": 386, "w": 93, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 387, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 648, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 186, "y": 312, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 661, "y": 157, "w": 96, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 96, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 458, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 669, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 464, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 568, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 661, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 289, "y": 0, "w": 95, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 95, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 192, "y": 0, "w": 97, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 97, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 480, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 384, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 192, "y": 77, "w": 96, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 96, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 566, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 553, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 277, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 92, "y": 310, "w": 94, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 94, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 157, "w": 94, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 94, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 458, "y": 234, "w": 93, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 93, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 184, "y": 153, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 380, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 288, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 762, "h": 616 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/697.png b/public/images/pokemon/exp/697.png
index 136007c2892..808dd14eabd 100644
Binary files a/public/images/pokemon/exp/697.png and b/public/images/pokemon/exp/697.png differ
diff --git a/public/images/pokemon/exp/698.json b/public/images/pokemon/exp/698.json
deleted file mode 100644
index e0096ec0ecf..00000000000
--- a/public/images/pokemon/exp/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 175,
- "h": 175
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2dce35b74cbe50cf08e71af3768cef4c:e4d5ff1dbd47865af99315586fe42981:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/698.png b/public/images/pokemon/exp/698.png
deleted file mode 100644
index 6d8ca555881..00000000000
Binary files a/public/images/pokemon/exp/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/700.json b/public/images/pokemon/exp/700.json
index fbcefcf3561..2ed26d79228 100644
--- a/public/images/pokemon/exp/700.json
+++ b/public/images/pokemon/exp/700.json
@@ -1,1070 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 45,
- "y": 176,
- "w": 42,
- "h": 57
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 101,
- "y": 118,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8ebe248133b590a1727583e2ee69cc50:c2481ba04831dcd949e63454034488e2:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 60, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 43, "h": 62 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 99, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 147, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 51, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 60, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 46, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 92, "y": 178, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 43, "h": 60 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 136, "y": 178, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 179, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 185, "y": 123, "w": 44, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 44, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 47, "y": 62, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 45, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 44, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 242, "h": 298 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/700.png b/public/images/pokemon/exp/700.png
index 997328d323d..4d3e64fab03 100644
Binary files a/public/images/pokemon/exp/700.png and b/public/images/pokemon/exp/700.png differ
diff --git a/public/images/pokemon/exp/702.json b/public/images/pokemon/exp/702.json
index bf5cfbccec0..0ab95b58c7a 100644
--- a/public/images/pokemon/exp/702.json
+++ b/public/images/pokemon/exp/702.json
@@ -1,671 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 138,
- "h": 138
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:be64539a559c97720b84c9b5cd8151b7:e7db40381441319d37a93d8698db35c7:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 141, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 141, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 188, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 48, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 188, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 145, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 47, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 94, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 187, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 234, "h": 178 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/702.png b/public/images/pokemon/exp/702.png
index 9d042fd8293..1f1bd6b524f 100644
Binary files a/public/images/pokemon/exp/702.png and b/public/images/pokemon/exp/702.png differ
diff --git a/public/images/pokemon/exp/703.json b/public/images/pokemon/exp/703.json
deleted file mode 100644
index 75e52fdc904..00000000000
--- a/public/images/pokemon/exp/703.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 35,
- "h": 39
- },
- "frame": {
- "x": 37,
- "y": 81,
- "w": 35,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 40,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 35,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 80,
- "w": 35,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:01a847d167639aeeb160ddd9a360a558:5e33077f4810fe91d17064ff7dd6bf4d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/703.png b/public/images/pokemon/exp/703.png
deleted file mode 100644
index 5a0c63154ef..00000000000
Binary files a/public/images/pokemon/exp/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/704.json b/public/images/pokemon/exp/704.json
index 440a41ebbc5..8b429c0639e 100644
--- a/public/images/pokemon/exp/704.json
+++ b/public/images/pokemon/exp/704.json
@@ -1,1784 +1,371 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 288,
- "h": 288
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 235,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 0,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 163,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 121,
- "y": 85,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 163,
- "y": 85,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 125,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 129,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 169,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 168,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 173,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 213,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 175,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 211,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 216,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:695bd0c4059d0b12112a2e7a99e1d237:1f0a27b4d1a84460990b54c833ed8007:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 26, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 80, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 26, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 78, "y": 31, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 26, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 99, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 108, "h": 128 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/704.png b/public/images/pokemon/exp/704.png
index 2490591adf2..b85d8dfc3c0 100644
Binary files a/public/images/pokemon/exp/704.png and b/public/images/pokemon/exp/704.png differ
diff --git a/public/images/pokemon/exp/705.json b/public/images/pokemon/exp/705.json
index d710ef9e5eb..eecb83af45a 100644
--- a/public/images/pokemon/exp/705.json
+++ b/public/images/pokemon/exp/705.json
@@ -1,272 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 119,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4bf155254b23c88780e7eee282256589:82bb727988054c3064e203b6908ff464:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 39, "y": 125, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 200, "y": 60, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 39, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 117, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 127, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 39, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 78, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 117, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 155, "y": 181, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 119, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 39, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 196, "y": 123, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 200, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 159, "y": 60, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "RGBA8888",
+ "size": { "w": 241, "h": 361 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/705.png b/public/images/pokemon/exp/705.png
index 670e8be5d51..0bd8323bcb4 100644
Binary files a/public/images/pokemon/exp/705.png and b/public/images/pokemon/exp/705.png differ
diff --git a/public/images/pokemon/exp/707.json b/public/images/pokemon/exp/707.json
deleted file mode 100644
index 253d37ed70a..00000000000
--- a/public/images/pokemon/exp/707.json
+++ /dev/null
@@ -1,1931 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 45,
- "h": 70
- },
- "frame": {
- "x": 120,
- "y": 140,
- "w": 45,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 151,
- "y": 210,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 44,
- "h": 71
- },
- "frame": {
- "x": 235,
- "y": 211,
- "w": 44,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a13ec2d124f7e95263b088a395e9d780:8c9f0ed432d15fda1ebbfa6ff4063d39:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/707.png b/public/images/pokemon/exp/707.png
deleted file mode 100644
index 294d6e35e70..00000000000
Binary files a/public/images/pokemon/exp/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/708.png b/public/images/pokemon/exp/708.png
deleted file mode 100644
index f71cbaa535d..00000000000
Binary files a/public/images/pokemon/exp/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/712.json b/public/images/pokemon/exp/712.json
index 0e49da4d806..859fa54fc5c 100644
--- a/public/images/pokemon/exp/712.json
+++ b/public/images/pokemon/exp/712.json
@@ -1,2771 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 209,
- "h": 209
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:144801e89f73b8a2d351aa5854b03ced:c8bd981e9dc030e1f41d7d7d0b7df029:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 109, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 145, "y": 43, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 72, "y": 84, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 144, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 36, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 144, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 72, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 36, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 36, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 36, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 108, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 108, "y": 126, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 72, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 72, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 144, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 144, "y": 165, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 166, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 166, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 72, "y": 43, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 72, "y": 43, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 144, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 108, "y": 85, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 36, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 206 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/712.png b/public/images/pokemon/exp/712.png
index cd40c2e5c9b..1726f22f7b8 100644
Binary files a/public/images/pokemon/exp/712.png and b/public/images/pokemon/exp/712.png differ
diff --git a/public/images/pokemon/exp/713.json b/public/images/pokemon/exp/713.json
index 7c5c6b565e4..f4fcfa1ff85 100644
--- a/public/images/pokemon/exp/713.json
+++ b/public/images/pokemon/exp/713.json
@@ -1,146 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 87,
- "y": 72,
- "w": 87,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:11a7176e3fe76c2e9fc09061688f4db6:8fdb4357b8a1808fc8dcdc5a29bec720:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 416, "h": 247 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/713.png b/public/images/pokemon/exp/713.png
index 0452b1989a1..2d0b8477262 100644
Binary files a/public/images/pokemon/exp/713.png and b/public/images/pokemon/exp/713.png differ
diff --git a/public/images/pokemon/exp/714.json b/public/images/pokemon/exp/714.json
deleted file mode 100644
index 7deaf1909af..00000000000
--- a/public/images/pokemon/exp/714.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 179,
- "h": 179
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 58
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 64,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 116,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:585d7099ac8249026b274a63ac9c25f0:8d770fdec6c3922ce9cc2e04a6453388:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/714.png b/public/images/pokemon/exp/714.png
deleted file mode 100644
index 21c184bf476..00000000000
Binary files a/public/images/pokemon/exp/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/715.png b/public/images/pokemon/exp/715.png
index 58f093d089a..3967da0f1b9 100644
Binary files a/public/images/pokemon/exp/715.png and b/public/images/pokemon/exp/715.png differ
diff --git a/public/images/pokemon/exp/718-10.json b/public/images/pokemon/exp/718-10.json
deleted file mode 100644
index f387823bf4c..00000000000
--- a/public/images/pokemon/exp/718-10.json
+++ /dev/null
@@ -1,692 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 65,
- "h": 60
- },
- "frame": {
- "x": 59,
- "y": 65,
- "w": 65,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 179,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 64,
- "y": 125,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4a92d566ab5398ac1329b7a8bd47bf23:05925b513eba9d64f38ee84fe4b031b9:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/718-10.png b/public/images/pokemon/exp/718-10.png
deleted file mode 100644
index faf98182653..00000000000
Binary files a/public/images/pokemon/exp/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/718.json b/public/images/pokemon/exp/718.json
deleted file mode 100644
index 7e32292a1be..00000000000
--- a/public/images/pokemon/exp/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 219,
- "h": 219
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 71,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 71,
- "y": 0,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca886cfe27a80d5575319fa107b1227d:f6e306f8382a9caca9560b144b026413:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/718.png b/public/images/pokemon/exp/718.png
deleted file mode 100644
index 01595585059..00000000000
Binary files a/public/images/pokemon/exp/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/719.json b/public/images/pokemon/exp/719.json
deleted file mode 100644
index 289b518f437..00000000000
--- a/public/images/pokemon/exp/719.json
+++ /dev/null
@@ -1,1091 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 210,
- "h": 210
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 34,
- "y": 9,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 46,
- "h": 67
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 46,
- "h": 67
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 48,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 48,
- "h": 66
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 48,
- "y": 12,
- "w": 46,
- "h": 66
- },
- "frame": {
- "x": 48,
- "y": 67,
- "w": 46,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 45,
- "y": 1,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 5,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 36,
- "y": 2,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 44,
- "y": 133,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 54,
- "y": 3,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 42,
- "h": 66
- },
- "frame": {
- "x": 86,
- "y": 134,
- "w": 42,
- "h": 66
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 55,
- "y": 6,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 128,
- "y": 134,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 169,
- "y": 134,
- "w": 41,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb63d565533cc4db6abe2324f72ce7a0:5cfab760df87a56d5ca4db54a28b4a46:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/719.png b/public/images/pokemon/exp/719.png
deleted file mode 100644
index f9059000661..00000000000
Binary files a/public/images/pokemon/exp/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/728.json b/public/images/pokemon/exp/728.json
index e9ca9c51315..c30ff4b6d18 100644
--- a/public/images/pokemon/exp/728.json
+++ b/public/images/pokemon/exp/728.json
@@ -1,1112 +1,776 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 165,
- "h": 165
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:aca6840c416df6edb5630db2ccfd6b44:c238f59207b625e83d441c2da913ee60:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 43, "y": 99, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 85, "y": 100, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 85, "y": 141, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 43, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 127, "y": 182, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 168, "y": 218, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 221, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 43, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 125, "y": 220, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 84, "y": 220, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 85, "y": 181, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 168, "y": 178, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 181, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 43, "y": 99, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 179, "y": 137, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 56, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 57, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 179, "y": 95, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 98, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 137, "y": 55, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 40, "h": 41 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 95, "y": 55, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 40, "h": 43 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 186, "y": 49, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 40, "h": 44 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 186, "y": 1, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 40, "h": 46 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 95, "y": 1, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 142, "y": 1, "w": 42, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 42, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 49, "y": 1, "w": 44, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 54 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 127, "y": 140, "w": 39, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 39, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 137, "y": 98, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 56, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 43, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 140, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 179, "y": 137, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "728.png",
+ "format": "I8",
+ "size": { "w": 227, "h": 257 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/728.png b/public/images/pokemon/exp/728.png
index a057058aab8..e7fbfa19d1e 100644
Binary files a/public/images/pokemon/exp/728.png and b/public/images/pokemon/exp/728.png differ
diff --git a/public/images/pokemon/exp/729.json b/public/images/pokemon/exp/729.json
index baa1260a0f7..ed22b70455c 100644
--- a/public/images/pokemon/exp/729.json
+++ b/public/images/pokemon/exp/729.json
@@ -1,272 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 408, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 56, "w": 57, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 57, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 312, "y": 0, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 244, "y": 116, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 416, "y": 114, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 64, "y": 62, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 57, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 371, "y": 0, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 58, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 273, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 161, "y": 285, "w": 52, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 312, "y": 337, "w": 50, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 312, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 51, "y": 338, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 49, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 378, "y": 336, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 213, "y": 337, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 50, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 360, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 100, "y": 341, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 217, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 230, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 300, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 182, "y": 117, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 121, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 189, "y": 60, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 110, "y": 118, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 369, "y": 56, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 424, "y": 57, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 429, "y": 0, "w": 56, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 56, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 127, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 61 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 64, "y": 0, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 62 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 251, "y": 0, "w": 61, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 59 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 189, "y": 0, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 62, "h": 60 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 64, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 127, "y": 61, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 306, "y": 112, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 361, "y": 113, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 251, "y": 59, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 416, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 354, "y": 170, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 219, "y": 226, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 234, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 273, "y": 281, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 512, "h": 445 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/729.png b/public/images/pokemon/exp/729.png
index 31cd2f7e1fa..33af53ebc16 100644
Binary files a/public/images/pokemon/exp/729.png and b/public/images/pokemon/exp/729.png differ
diff --git a/public/images/pokemon/exp/730.json b/public/images/pokemon/exp/730.json
index ff2d76644f9..b1b6c5189bc 100644
--- a/public/images/pokemon/exp/730.json
+++ b/public/images/pokemon/exp/730.json
@@ -1,2309 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 615,
- "h": 615
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 166,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 416,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 500,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 342,
- "w": 73,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 515,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 80,
- "h": 81
- },
- "frame": {
- "x": 154,
- "y": 162,
- "w": 80,
- "h": 81
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 234,
- "y": 80,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 85
- },
- "frame": {
- "x": 309,
- "y": 79,
- "w": 74,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 312,
- "y": 164,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 468,
- "y": 160,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 79
- },
- "frame": {
- "x": 74,
- "y": 248,
- "w": 80,
- "h": 79
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 73,
- "y": 327,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 78,
- "h": 79
- },
- "frame": {
- "x": 395,
- "y": 241,
- "w": 78,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 75,
- "y": 408,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 79,
- "h": 77
- },
- "frame": {
- "x": 75,
- "y": 486,
- "w": 79,
- "h": 77
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 318,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 153,
- "y": 393,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 81,
- "h": 71
- },
- "frame": {
- "x": 237,
- "y": 393,
- "w": 81,
- "h": 71
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 318,
- "y": 399,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 83,
- "h": 75
- },
- "frame": {
- "x": 402,
- "y": 320,
- "w": 83,
- "h": 75
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 402,
- "y": 395,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 485,
- "y": 317,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 486,
- "y": 391,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 154,
- "y": 467,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 402,
- "y": 469,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 485,
- "y": 535,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 83,
- "h": 72
- },
- "frame": {
- "x": 319,
- "y": 472,
- "w": 83,
- "h": 72
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 18,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 319,
- "y": 544,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 402,
- "y": 540,
- "w": 82,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4329c19087eab420ea4188f3ebf013ba:3f36a5e65803b0f012c6fee4aeaf5df7:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 341, "y": 73, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 77, "h": 70 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 373, "y": 157, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 213, "y": 356, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 67, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 429, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 63, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 76, "y": 297, "w": 64, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 64, "h": 78 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 418, "y": 77, "w": 67, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 67, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 89, "y": 67, "w": 70, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 70, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 68, "w": 72, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 72, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 148, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 140, "y": 341, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 73, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 280, "y": 361, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 363, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 74, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 433, "y": 285, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 509, "y": 269, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 356, "y": 229, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 199, "y": 209, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 509, "y": 203, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 297, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 309, "y": 295, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 154, "y": 275, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 491, "y": 71, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 89, "y": 0, "w": 89, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 89, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 89, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 89, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 178, "y": 0, "w": 87, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 87, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 610, "h": 504 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/730.png b/public/images/pokemon/exp/730.png
index 69244f9dff0..2d274bcf606 100644
Binary files a/public/images/pokemon/exp/730.png and b/public/images/pokemon/exp/730.png differ
diff --git a/public/images/pokemon/exp/746-school.json b/public/images/pokemon/exp/746-school.json
index 5081ae50573..5c972da9255 100644
--- a/public/images/pokemon/exp/746-school.json
+++ b/public/images/pokemon/exp/746-school.json
@@ -1,272 +1,191 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 268,
- "h": 268
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 95,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 95,
- "h": 73
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 90,
- "h": 64
- },
- "frame": {
- "x": 92,
- "y": 204,
- "w": 90,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:081944ebe67318e4a46f44a408e2f8ad:3d1760eb9efa179defcf703a35dde41b:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 408, "y": 257, "w": 96, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 94, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 411, "y": 174, "w": 99, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 97, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 311, "y": 175, "w": 97, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 411, "y": 89, "w": 101, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 99, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 311, "y": 89, "w": 100, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 98, "h": 84 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 213, "y": 1, "w": 104, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 317, "y": 1, "w": 104, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 106, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 87 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 421, "y": 1, "w": 104, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 107, "y": 1, "w": 106, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 107, "y": 89, "w": 102, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 89, "w": 102, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 90, "w": 97, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 95, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 175, "w": 96, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 94, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 289, "y": 259, "w": 92, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 90, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 192, "y": 260, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 194, "y": 176, "w": 95, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 260, "w": 93, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 91, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 97, "y": 259, "w": 95, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 97, "y": 176, "w": 97, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 526, "h": 345 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/746-school.png b/public/images/pokemon/exp/746-school.png
index 4732a307f96..3b2b5e42dd5 100644
Binary files a/public/images/pokemon/exp/746-school.png and b/public/images/pokemon/exp/746-school.png differ
diff --git a/public/images/pokemon/exp/746.json b/public/images/pokemon/exp/746.json
index 43f4f67fc2b..9f5db562bf0 100644
--- a/public/images/pokemon/exp/746.json
+++ b/public/images/pokemon/exp/746.json
@@ -4,156 +4,51 @@
"image": "746.png",
"format": "RGBA8888",
"size": {
- "w": 134,
- "h": 134
+ "w": 100,
+ "h": 100
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
- "trimmed": false,
+ "trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
},
"frame": {
"x": 0,
"y": 0,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 46,
- "h": 28
+ "w": 39,
+ "h": 25
}
},
{
"filename": "0003.png",
"rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
+ "w": 39,
+ "h": 25
}
},
{
@@ -161,41 +56,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
"x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
+ "y": 0,
+ "w": 39,
+ "h": 25
}
},
{
@@ -203,41 +77,713 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 54,
- "w": 46,
- "h": 27
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
}
},
{
- "filename": "0008.png",
+ "filename": "0009.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 81,
- "w": 46,
- "h": 27
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 39,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0043.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0045.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0047.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0049.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0051.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0053.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0055.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0057.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0061.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0065.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0067.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0069.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 39,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
}
},
{
@@ -245,20 +791,692 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 26
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 108,
- "w": 46,
- "h": 26
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0008.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0032.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 75,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0044.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0050.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0052.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0054.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0056.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0058.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0062.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0066.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0068.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0070.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 75,
+ "w": 35,
+ "h": 25
}
}
]
@@ -267,6 +1485,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ed115b8b30c0e1285651afd1dde147d7:57cc34f3531fe7225c220731468a52f3:1a4f7e535d823202c4828f963d5b4404$"
+ "smartupdate": "$TexturePacker:SmartUpdate:f7634f2f6edeb6f56071bb6680b7f94b:08a6c2c31e47fffe1f31594d207e513f:1a4f7e535d823202c4828f963d5b4404$"
}
}
diff --git a/public/images/pokemon/exp/746.png b/public/images/pokemon/exp/746.png
index 564f620edc9..e06ee8916de 100644
Binary files a/public/images/pokemon/exp/746.png and b/public/images/pokemon/exp/746.png differ
diff --git a/public/images/pokemon/exp/749.json b/public/images/pokemon/exp/749.json
index 69ac390edc1..da3a5a552a9 100644
--- a/public/images/pokemon/exp/749.json
+++ b/public/images/pokemon/exp/749.json
@@ -1,272 +1,1028 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 170,
- "h": 170
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 128,
- "y": 58,
- "w": 42,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7f255a5a247eaf707c21fe9318b95606:5043a3dd96e0a55f3564a745c5bf699f:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 130, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 146, "y": 294, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 191, "y": 359, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 50, "y": 307, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 363, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 95, "y": 350, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 245, "y": 257, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 301, "y": 255, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 95, "y": 295, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 307, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 97, "y": 238, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 130, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 146, "y": 294, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 191, "y": 359, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 50, "y": 307, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 363, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 95, "y": 350, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 245, "y": 257, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 301, "y": 255, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 95, "y": 295, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 307, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 97, "y": 238, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 130, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 146, "y": 294, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 191, "y": 359, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 50, "y": 307, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 363, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 95, "y": 350, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 245, "y": 257, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 301, "y": 255, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 95, "y": 295, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 307, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 97, "y": 238, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 197, "y": 240, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 204, "y": 182, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 124, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 246, "y": 127, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 250, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 49, "y": 72, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 298, "y": 143, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 102, "y": 125, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 187, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 49, "y": 127, "w": 48, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 50, "y": 187, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 49, "y": 247, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 145, "y": 349, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 253, "y": 198, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 245, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 301, "y": 198, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 153, "y": 181, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 141, "y": 70, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 52, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 195, "y": 70, "w": 55, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 53, "h": 52 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 234, "y": 1, "w": 52, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 50, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 1, "y": 69, "w": 48, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 46, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 141, "y": 1, "w": 48, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 46, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 1, "y": 1, "w": 49, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 47, "h": 66 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 329, "y": 1, "w": 42, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 0, "w": 40, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 96, "y": 1, "w": 45, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 43, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 303, "y": 72, "w": 41, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 39, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 50, "y": 1, "w": 46, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 44, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 286, "y": 1, "w": 43, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 41, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 189, "y": 1, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 67 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 344, "y": 72, "w": 42, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 40, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 196, "y": 298, "w": 45, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 43, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 241, "y": 312, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 45, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 295, "y": 310, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 97, "y": 182, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 148, "y": 237, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 426 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/749.png b/public/images/pokemon/exp/749.png
index 3ff9a80592a..8d188b69a55 100644
Binary files a/public/images/pokemon/exp/749.png and b/public/images/pokemon/exp/749.png differ
diff --git a/public/images/pokemon/exp/750.json b/public/images/pokemon/exp/750.json
index 1acc93e6c42..f8817cf7770 100644
--- a/public/images/pokemon/exp/750.json
+++ b/public/images/pokemon/exp/750.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 78
- },
- "frame": {
- "x": 57,
- "y": 78,
- "w": 55,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bd70c3cd0fb03a598c57d5cb0c94e175:820365fc5d0d7a145bacef3ec0815440:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 231, "y": 163, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 476, "y": 217, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 151, "y": 163, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 394, "y": 150, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 150, "w": 83, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 327, "y": 81, "w": 85, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 87, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 412, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 498, "y": 83, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 476, "y": 150, "w": 83, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 234, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 202, "y": 311, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 279, "y": 357, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 201, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 271, "y": 494, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 509, "y": 489, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 345, "y": 435, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 438, "y": 426, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 438, "y": 356, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 301, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 231, "y": 163, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 476, "y": 217, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 151, "y": 163, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 394, "y": 150, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 150, "w": 83, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 327, "y": 81, "w": 85, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 87, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 412, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 498, "y": 83, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 476, "y": 150, "w": 83, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 234, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 311, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 279, "y": 357, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 201, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 271, "y": 494, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 509, "y": 489, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 345, "y": 435, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 438, "y": 426, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 438, "y": 356, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 301, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 231, "y": 163, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 476, "y": 217, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 151, "y": 163, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 394, "y": 150, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 150, "w": 83, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 327, "y": 81, "w": 85, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 87, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 412, "y": 83, "w": 86, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 498, "y": 83, "w": 85, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 476, "y": 150, "w": 83, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 234, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 202, "y": 311, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 279, "y": 357, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 201, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 448, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 271, "y": 494, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 509, "y": 489, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 345, "y": 435, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 438, "y": 426, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 438, "y": 356, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 64, "y": 301, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 394, "y": 218, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 309, "y": 220, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 385, "y": 288, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 75, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 295, "y": 290, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 20, "w": 76, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 384, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 76, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 511, "y": 425, "w": 77, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 75, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 340, "y": 504, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 20, "w": 70, "h": 64 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 517, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 62, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 139, "y": 384, "w": 62, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 60, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 79, "y": 370, "w": 60, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 58, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 218, "w": 63, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 61, "h": 83 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 84, "y": 150, "w": 67, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 65, "h": 82 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 479, "y": 1, "w": 71, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 69, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 406, "y": 1, "w": 73, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 71, "h": 78 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 242, "y": 84, "w": 72, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 70, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 227, "y": 233, "w": 68, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 66, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 373, "y": 356, "w": 65, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 63, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 303, "w": 62, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 4, "w": 60, "h": 79 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 139, "y": 302, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 61, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 173, "y": 80, "w": 69, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 67, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 249, "y": 1, "w": 78, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 85, "y": 1, "w": 82, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 80, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 1, "w": 84, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 82, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 167, "y": 1, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 80, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 327, "y": 1, "w": 79, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 10, "w": 77, "h": 73 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 314, "y": 149, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 78, "h": 69 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 470, "y": 286, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 15, "w": 73, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 415, "y": 495, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 71, "y": 462, "w": 70, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 202, "y": 378, "w": 71, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 69, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 273, "y": 425, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 70, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 511, "y": 356, "w": 74, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 72, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 151, "y": 232, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 589, "h": 588 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/750.png b/public/images/pokemon/exp/750.png
index 9c9d6047887..4f3d6dbaa68 100644
Binary files a/public/images/pokemon/exp/750.png and b/public/images/pokemon/exp/750.png differ
diff --git a/public/images/pokemon/exp/780.json b/public/images/pokemon/exp/780.json
index f8ad9f3fabf..9aaf27d0d99 100644
--- a/public/images/pokemon/exp/780.json
+++ b/public/images/pokemon/exp/780.json
@@ -1,272 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 244,
- "h": 244
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 0,
- "w": 81,
- "h": 61
- },
- "frame": {
- "x": 89,
- "y": 122,
- "w": 81,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fe34fb6d380349d40565cc0028a1e450:fc8d4060739ce529ee2874e9cb8d68ed:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 440, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 221, "y": 73, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 377, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 303, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 154, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 78, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 230, "y": 1, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 72, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 221, "y": 213, "w": 70, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 70, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 148, "y": 282, "w": 70, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 365, "y": 352, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 71, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 284, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 71, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 144, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 73, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 75, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 451, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 294, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 525, "h": 421 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/780.png b/public/images/pokemon/exp/780.png
index 2c92fe61df1..69a13eb3bf6 100644
Binary files a/public/images/pokemon/exp/780.png and b/public/images/pokemon/exp/780.png differ
diff --git a/public/images/pokemon/exp/782.json b/public/images/pokemon/exp/782.json
deleted file mode 100644
index ea51775cf3e..00000000000
--- a/public/images/pokemon/exp/782.json
+++ /dev/null
@@ -1,2351 +0,0 @@
-{
- "textures": [
- {
- "image": "782.png",
- "format": "RGBA8888",
- "size": {
- "w": 240,
- "h": 240
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 50,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 145,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 145,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 102,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 102,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 102,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9772e042208152c03f4677b5a37d739c:828b3c5d233c21ed5ab3c368a1cf1988:d07862436676aa228a148ee1f1d82a8f$"
- }
-}
diff --git a/public/images/pokemon/exp/782.png b/public/images/pokemon/exp/782.png
deleted file mode 100644
index 9ca666d0a74..00000000000
Binary files a/public/images/pokemon/exp/782.png and /dev/null differ
diff --git a/public/images/pokemon/exp/783.json b/public/images/pokemon/exp/783.json
deleted file mode 100644
index 71aeb29890a..00000000000
--- a/public/images/pokemon/exp/783.json
+++ /dev/null
@@ -1,1154 +0,0 @@
-{
- "textures": [
- {
- "image": "783.png",
- "format": "RGBA8888",
- "size": {
- "w": 335,
- "h": 335
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 74,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 74,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 74,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 67
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 74,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 71,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 71,
- "h": 68
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 71,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 71,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 71,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 71,
- "h": 68
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 71,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 135,
- "w": 71,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 203,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 203,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 203,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 70,
- "h": 66
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 70,
- "h": 66
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 70,
- "h": 66
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 70,
- "h": 66
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 70,
- "h": 66
- },
- "frame": {
- "x": 214,
- "y": 0,
- "w": 70,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 203,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 203,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 203,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 203,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 69
- },
- "frame": {
- "x": 71,
- "y": 67,
- "w": 64,
- "h": 69
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 69
- },
- "frame": {
- "x": 71,
- "y": 67,
- "w": 64,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 69
- },
- "frame": {
- "x": 71,
- "y": 67,
- "w": 64,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 69
- },
- "frame": {
- "x": 71,
- "y": 67,
- "w": 64,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 64,
- "h": 67
- },
- "frame": {
- "x": 71,
- "y": 136,
- "w": 64,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 64,
- "h": 67
- },
- "frame": {
- "x": 71,
- "y": 136,
- "w": 64,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 64,
- "h": 67
- },
- "frame": {
- "x": 71,
- "y": 136,
- "w": 64,
- "h": 67
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 64,
- "h": 67
- },
- "frame": {
- "x": 71,
- "y": 136,
- "w": 64,
- "h": 67
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 135,
- "y": 66,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 70,
- "h": 66
- },
- "frame": {
- "x": 202,
- "y": 66,
- "w": 70,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 69,
- "h": 66
- },
- "frame": {
- "x": 135,
- "y": 135,
- "w": 69,
- "h": 66
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 69,
- "h": 66
- },
- "frame": {
- "x": 135,
- "y": 135,
- "w": 69,
- "h": 66
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 69,
- "h": 66
- },
- "frame": {
- "x": 135,
- "y": 135,
- "w": 69,
- "h": 66
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 69,
- "h": 66
- },
- "frame": {
- "x": 135,
- "y": 135,
- "w": 69,
- "h": 66
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 69,
- "h": 66
- },
- "frame": {
- "x": 135,
- "y": 135,
- "w": 69,
- "h": 66
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 69,
- "h": 66
- },
- "frame": {
- "x": 204,
- "y": 132,
- "w": 69,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 273,
- "y": 66,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 273,
- "y": 66,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 273,
- "y": 66,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 273,
- "y": 66,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 273,
- "y": 135,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 273,
- "y": 135,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 273,
- "y": 135,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 273,
- "y": 135,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 69,
- "h": 66
- },
- "frame": {
- "x": 204,
- "y": 198,
- "w": 69,
- "h": 66
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 69,
- "h": 66
- },
- "frame": {
- "x": 135,
- "y": 201,
- "w": 69,
- "h": 66
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 69,
- "h": 66
- },
- "frame": {
- "x": 135,
- "y": 201,
- "w": 69,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 61,
- "h": 68
- },
- "frame": {
- "x": 273,
- "y": 204,
- "w": 61,
- "h": 68
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 61,
- "h": 68
- },
- "frame": {
- "x": 273,
- "y": 204,
- "w": 61,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 61,
- "h": 68
- },
- "frame": {
- "x": 273,
- "y": 204,
- "w": 61,
- "h": 68
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 61,
- "h": 68
- },
- "frame": {
- "x": 273,
- "y": 204,
- "w": 61,
- "h": 68
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 70,
- "h": 66
- },
- "frame": {
- "x": 129,
- "y": 267,
- "w": 70,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 67
- },
- "frame": {
- "x": 199,
- "y": 267,
- "w": 64,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 67
- },
- "frame": {
- "x": 199,
- "y": 267,
- "w": 64,
- "h": 67
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 67
- },
- "frame": {
- "x": 199,
- "y": 267,
- "w": 64,
- "h": 67
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 67
- },
- "frame": {
- "x": 199,
- "y": 267,
- "w": 64,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f33a08a20212ca30a4c442095b0effc2:91a27eccd7f819b29aa8e5f9bc790c41:aab166e28c744865a0296041224dd01b$"
- }
-}
diff --git a/public/images/pokemon/exp/783.png b/public/images/pokemon/exp/783.png
deleted file mode 100644
index 58372a977c6..00000000000
Binary files a/public/images/pokemon/exp/783.png and /dev/null differ
diff --git a/public/images/pokemon/exp/784.json b/public/images/pokemon/exp/784.json
deleted file mode 100644
index 4200616ecef..00000000000
--- a/public/images/pokemon/exp/784.json
+++ /dev/null
@@ -1,1826 +0,0 @@
-{
- "textures": [
- {
- "image": "784.png",
- "format": "RGBA8888",
- "size": {
- "w": 461,
- "h": 461
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 176,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 176,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 176,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 176,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 353,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 92,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 286,
- "y": 0,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 286,
- "y": 0,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 286,
- "y": 0,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 286,
- "y": 0,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 86,
- "h": 87
- },
- "frame": {
- "x": 375,
- "y": 0,
- "w": 86,
- "h": 87
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 86,
- "h": 87
- },
- "frame": {
- "x": 375,
- "y": 87,
- "w": 86,
- "h": 87
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 188,
- "y": 177,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 281,
- "y": 89,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 277,
- "y": 178,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 277,
- "y": 178,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 277,
- "y": 178,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 277,
- "y": 178,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 184,
- "y": 266,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 184,
- "y": 266,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 184,
- "y": 266,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 184,
- "y": 266,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 182,
- "y": 355,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 182,
- "y": 355,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 182,
- "y": 355,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 182,
- "y": 355,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 87,
- "h": 89
- },
- "frame": {
- "x": 272,
- "y": 267,
- "w": 87,
- "h": 89
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 87,
- "h": 89
- },
- "frame": {
- "x": 270,
- "y": 356,
- "w": 87,
- "h": 89
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 87,
- "h": 87
- },
- "frame": {
- "x": 359,
- "y": 267,
- "w": 87,
- "h": 87
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 87,
- "h": 87
- },
- "frame": {
- "x": 365,
- "y": 178,
- "w": 87,
- "h": 87
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 87,
- "h": 87
- },
- "frame": {
- "x": 357,
- "y": 356,
- "w": 87,
- "h": 87
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 87,
- "h": 87
- },
- "frame": {
- "x": 357,
- "y": 356,
- "w": 87,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fd28dfd35a375d4d0d568c72bbbe079f:b186d9a5868eaf1d0a3bd9bcddd90d79:c2f7ca3ab1075b8c824730653d891244$"
- }
-}
diff --git a/public/images/pokemon/exp/784.png b/public/images/pokemon/exp/784.png
deleted file mode 100644
index e3e384d4699..00000000000
Binary files a/public/images/pokemon/exp/784.png and /dev/null differ
diff --git a/public/images/pokemon/exp/815-gigantamax.json b/public/images/pokemon/exp/815-gigantamax.json
new file mode 100644
index 00000000000..d8fb9d62e57
--- /dev/null
+++ b/public/images/pokemon/exp/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/815-gigantamax.png b/public/images/pokemon/exp/815-gigantamax.png
new file mode 100644
index 00000000000..4720e564c09
Binary files /dev/null and b/public/images/pokemon/exp/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/839-gigantamax.json b/public/images/pokemon/exp/839-gigantamax.json
new file mode 100644
index 00000000000..15a7c122f5d
--- /dev/null
+++ b/public/images/pokemon/exp/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 692, "h": 664 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/839-gigantamax.png b/public/images/pokemon/exp/839-gigantamax.png
new file mode 100644
index 00000000000..5a614b0c895
Binary files /dev/null and b/public/images/pokemon/exp/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/840.png b/public/images/pokemon/exp/840.png
index 3e76cd5fff8..86b701fa0d7 100644
Binary files a/public/images/pokemon/exp/840.png and b/public/images/pokemon/exp/840.png differ
diff --git a/public/images/pokemon/exp/841.png b/public/images/pokemon/exp/841.png
index 2bf0ad3b138..564ffaa0f27 100644
Binary files a/public/images/pokemon/exp/841.png and b/public/images/pokemon/exp/841.png differ
diff --git a/public/images/pokemon/exp/842.png b/public/images/pokemon/exp/842.png
index 85b9ae30fe0..41c2ebcf7d4 100644
Binary files a/public/images/pokemon/exp/842.png and b/public/images/pokemon/exp/842.png differ
diff --git a/public/images/pokemon/exp/871.png b/public/images/pokemon/exp/871.png
index d4ffceea07a..8f03d72f0b3 100644
Binary files a/public/images/pokemon/exp/871.png and b/public/images/pokemon/exp/871.png differ
diff --git a/public/images/pokemon/exp/935.png b/public/images/pokemon/exp/935.png
deleted file mode 100644
index 1ca019f8c11..00000000000
Binary files a/public/images/pokemon/exp/935.png and /dev/null differ
diff --git a/public/images/pokemon/exp/936.json b/public/images/pokemon/exp/936.json
deleted file mode 100644
index b7dff5e8393..00000000000
--- a/public/images/pokemon/exp/936.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "936.png",
- "format": "RGBA8888",
- "size": {
- "w": 323,
- "h": 323
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 198,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 228,
- "y": 0,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 98,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 194,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 264,
- "y": 99,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 253,
- "y": 198,
- "w": 59,
- "h": 98
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2943281264e8142bbdb55f3a34167d72:322e92870c690e237c7a5e4a4a5f8e84:1a0490303f9626f92e787c567cd10feb$"
- }
-}
diff --git a/public/images/pokemon/exp/936.png b/public/images/pokemon/exp/936.png
deleted file mode 100644
index dce770dca44..00000000000
Binary files a/public/images/pokemon/exp/936.png and /dev/null differ
diff --git a/public/images/pokemon/exp/937.json b/public/images/pokemon/exp/937.json
deleted file mode 100644
index 9eba0e32900..00000000000
--- a/public/images/pokemon/exp/937.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "textures": [
- {
- "image": "937.png",
- "format": "RGBA8888",
- "size": {
- "w": 247,
- "h": 247
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 83,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 98
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 99
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 81,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 83,
- "h": 99
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 83,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 86,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 86,
- "y": 99,
- "w": 86,
- "h": 99
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:492182e4e32e5cddaa9dfc2c2c08b684:084d0317f824a0d082ba0ffcfebc407b:1d4b4f8d62307c37457ba974879b47d0$"
- }
-}
diff --git a/public/images/pokemon/exp/937.png b/public/images/pokemon/exp/937.png
deleted file mode 100644
index 6e8b5b34268..00000000000
Binary files a/public/images/pokemon/exp/937.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/2037.json b/public/images/pokemon/exp/back/2037.json
index 15e851c69e6..bd9c903fede 100644
--- a/public/images/pokemon/exp/back/2037.json
+++ b/public/images/pokemon/exp/back/2037.json
@@ -1,188 +1,101 @@
-{
- "textures": [
- {
- "image": "2037.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 60,
- "h": 50
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 60,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 59,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 59,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 48
- },
- "frame": {
- "x": 60,
- "y": 50,
- "w": 61,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b0b51d6624079d060ef8895666c251a5:a4d98b9d3c1f076758f8595cceddc8c2:c679847d1c2ddf91caeaa5ebb76a6664$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 48, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 58, "h": 49 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 58, "y": 48, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 116, "y": 48, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 58, "y": 96, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 56, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 95, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 58, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 174, "y": 49, "w": 60, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 60, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 63, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 63, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 63, "y": 0, "w": 62, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 62, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 0, "w": 61, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 61, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 186, "y": 0, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 49 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2037.png",
+ "format": "I8",
+ "size": { "w": 245, "h": 142 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2037.png b/public/images/pokemon/exp/back/2037.png
index 7a945877fe1..7c5d688b020 100644
Binary files a/public/images/pokemon/exp/back/2037.png and b/public/images/pokemon/exp/back/2037.png differ
diff --git a/public/images/pokemon/exp/back/2038.json b/public/images/pokemon/exp/back/2038.json
index 902ed5c4863..af164a77c57 100644
--- a/public/images/pokemon/exp/back/2038.json
+++ b/public/images/pokemon/exp/back/2038.json
@@ -1,692 +1,155 @@
-{
- "textures": [
- {
- "image": "2038.png",
- "format": "RGBA8888",
- "size": {
- "w": 514,
- "h": 514
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 8,
- "w": 101,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 101,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 8,
- "w": 102,
- "h": 64
- },
- "frame": {
- "x": 101,
- "y": 0,
- "w": 102,
- "h": 64
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 99,
- "h": 64
- },
- "frame": {
- "x": 203,
- "y": 0,
- "w": 99,
- "h": 64
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 99,
- "h": 64
- },
- "frame": {
- "x": 302,
- "y": 0,
- "w": 99,
- "h": 64
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 98,
- "h": 64
- },
- "frame": {
- "x": 401,
- "y": 0,
- "w": 98,
- "h": 64
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 98,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 98,
- "h": 65
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 65
- },
- "frame": {
- "x": 98,
- "y": 64,
- "w": 111,
- "h": 65
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 65
- },
- "frame": {
- "x": 209,
- "y": 64,
- "w": 111,
- "h": 65
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 104,
- "h": 65
- },
- "frame": {
- "x": 320,
- "y": 64,
- "w": 104,
- "h": 65
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 97,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 128,
- "w": 97,
- "h": 65
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 97,
- "h": 65
- },
- "frame": {
- "x": 97,
- "y": 129,
- "w": 97,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 111,
- "h": 66
- },
- "frame": {
- "x": 194,
- "y": 129,
- "w": 111,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 66
- },
- "frame": {
- "x": 305,
- "y": 129,
- "w": 111,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 5,
- "w": 98,
- "h": 66
- },
- "frame": {
- "x": 416,
- "y": 129,
- "w": 98,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 110,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 110,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 108,
- "h": 66
- },
- "frame": {
- "x": 110,
- "y": 195,
- "w": 108,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 106,
- "h": 66
- },
- "frame": {
- "x": 218,
- "y": 195,
- "w": 106,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 109,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 195,
- "w": 109,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 261,
- "w": 111,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 98,
- "h": 68
- },
- "frame": {
- "x": 111,
- "y": 261,
- "w": 98,
- "h": 68
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 108,
- "h": 69
- },
- "frame": {
- "x": 209,
- "y": 261,
- "w": 108,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 2,
- "w": 98,
- "h": 69
- },
- "frame": {
- "x": 317,
- "y": 262,
- "w": 98,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 98,
- "h": 70
- },
- "frame": {
- "x": 415,
- "y": 262,
- "w": 98,
- "h": 70
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 106,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 328,
- "w": 106,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 99,
- "h": 71
- },
- "frame": {
- "x": 106,
- "y": 329,
- "w": 99,
- "h": 71
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 106,
- "h": 70
- },
- "frame": {
- "x": 205,
- "y": 330,
- "w": 106,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 98,
- "h": 71
- },
- "frame": {
- "x": 311,
- "y": 331,
- "w": 98,
- "h": 71
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 100,
- "h": 71
- },
- "frame": {
- "x": 409,
- "y": 332,
- "w": 100,
- "h": 71
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 102,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 398,
- "w": 102,
- "h": 71
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 103,
- "h": 71
- },
- "frame": {
- "x": 102,
- "y": 400,
- "w": 103,
- "h": 71
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 104,
- "h": 71
- },
- "frame": {
- "x": 205,
- "y": 400,
- "w": 104,
- "h": 71
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 106,
- "h": 71
- },
- "frame": {
- "x": 309,
- "y": 403,
- "w": 106,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:612f29cb3148d3054c6515b49bbbd16a:431a4f3395b63c472bcd1086332ea861:51bcdbb4fa6a1a9e90a83c2a4132ee1b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 232, "y": 198, "w": 74, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 74, "h": 62 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 155, "y": 132, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 78, "h": 65 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 156, "y": 66, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 134, "w": 77, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 75, "y": 198, "w": 77, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 61 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 134, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 234, "y": 67, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 233, "y": 133, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 65 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 155, "y": 197, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 77, "h": 63 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 0, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 79, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 78, "h": 68 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 235, "y": 0, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 77, "h": 67 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 198, "w": 75, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 75, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 68, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 78, "y": 0, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 68 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 78, "y": 68, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 77, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2038.png",
+ "format": "I8",
+ "size": { "w": 312, "h": 262 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2038.png b/public/images/pokemon/exp/back/2038.png
index 90f487089a9..f4a022692a1 100644
Binary files a/public/images/pokemon/exp/back/2038.png and b/public/images/pokemon/exp/back/2038.png differ
diff --git a/public/images/pokemon/exp/back/2074.json b/public/images/pokemon/exp/back/2074.json
index 953cc076151..d7500c522e9 100644
--- a/public/images/pokemon/exp/back/2074.json
+++ b/public/images/pokemon/exp/back/2074.json
@@ -1,230 +1,398 @@
-{
- "textures": [
- {
- "image": "2074.png",
- "format": "RGBA8888",
- "size": {
- "w": 108,
- "h": 108
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 56,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 56,
- "h": 33
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 56,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 56,
- "h": 33
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 54,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 54,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 54,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 54,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 57,
- "y": 0,
- "w": 51,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 57,
- "y": 0,
- "w": 51,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 51,
- "h": 35
- },
- "frame": {
- "x": 56,
- "y": 34,
- "w": 51,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 51,
- "h": 35
- },
- "frame": {
- "x": 56,
- "y": 34,
- "w": 51,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 54,
- "y": 69,
- "w": 51,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fdf01f8cadd6949c73cf35b994ae45ba:5c71945b84f6c35163c62bc518f57fb5:ad137687a877f55f096b7447bfdfe295$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 268, "y": 68, "w": 62, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 62, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 67, "w": 64, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 64, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 203, "y": 34, "w": 66, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 66, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 275, "y": 1, "w": 67, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 67, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 1, "w": 70, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 139, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 207, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 34, "w": 67, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 67, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 138, "y": 34, "w": 65, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 65, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 269, "y": 34, "w": 64, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 64, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 99, "w": 62, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 62, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2074.png",
+ "format": "I8",
+ "size": { "w": 343, "h": 133 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2074.png b/public/images/pokemon/exp/back/2074.png
index ebf58bf2f76..e8e2dc5ad22 100644
Binary files a/public/images/pokemon/exp/back/2074.png and b/public/images/pokemon/exp/back/2074.png differ
diff --git a/public/images/pokemon/exp/back/2075.json b/public/images/pokemon/exp/back/2075.json
index accac7c7dcf..3dd46debe2f 100644
--- a/public/images/pokemon/exp/back/2075.json
+++ b/public/images/pokemon/exp/back/2075.json
@@ -1,188 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 131,
- "h": 131
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 67,
- "h": 43
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 65,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 65,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 65,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 65,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 87,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 87,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 61,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0b4413911e6a410c634fb5925e19fb50:d060400f7fc28ab507bb0c4ef37df223:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 256, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 213, "y": 215, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 418, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 219, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 291, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 435, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 147, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 425, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 289, "y": 175, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 497, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 497, "y": 133, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 503, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 73, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 486, "y": 46, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 210, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 45, "w": 66, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 278, "y": 45, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 284, "y": 131, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 143, "y": 215, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 281, "y": 216, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 432, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 361, "y": 215, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 73, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 215, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 71, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 140, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 68, "y": 88, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 346, "y": 45, "w": 70, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 130, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 417, "y": 45, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 507, "y": 1, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 140, "y": 45, "w": 69, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 488, "y": 90, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 142, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 213, "y": 132, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 354, "y": 133, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 217, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 425, "y": 174, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 212, "y": 90, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 346, "y": 89, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 68, "y": 45, "w": 71, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 363, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 577, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2075.png b/public/images/pokemon/exp/back/2075.png
index 8d3bea8a7e2..6c11c18bd1d 100644
Binary files a/public/images/pokemon/exp/back/2075.png and b/public/images/pokemon/exp/back/2075.png differ
diff --git a/public/images/pokemon/exp/back/2076.json b/public/images/pokemon/exp/back/2076.json
index 35dc582bd1f..11a4999b41d 100644
--- a/public/images/pokemon/exp/back/2076.json
+++ b/public/images/pokemon/exp/back/2076.json
@@ -1,209 +1,965 @@
-{
- "textures": [
- {
- "image": "2076.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 55,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 110,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 69
- },
- "frame": {
- "x": 55,
- "y": 67,
- "w": 54,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 55,
- "h": 69
- },
- "frame": {
- "x": 109,
- "y": 67,
- "w": 55,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 55,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 55,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 55,
- "y": 136,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 110,
- "y": 136,
- "w": 55,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:43a87c427fa88140ff282cd96661b87b:3134e1dbacb6621feff55273f34d3386:719cdf7324091edbb7b1d6e2d7254a1a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 109, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 111, "y": 258, "w": 54, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 54, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 330, "y": 191, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 108, "y": 322, "w": 53, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 53, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 161, "y": 383, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 53, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 55, "y": 320, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 271, "y": 319, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 217, "y": 253, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 276, "y": 189, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 334, "y": 127, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 222, "y": 126, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 291, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 222, "y": 64, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 55, "y": 258, "w": 56, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 56, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 291, "y": 63, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 278, "y": 126, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 1, "y": 128, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 112, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 325, "y": 256, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 1, "y": 257, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2076.png",
+ "format": "I8",
+ "size": { "w": 408, "h": 447 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2076.png b/public/images/pokemon/exp/back/2076.png
index 327aed5d485..a3e203ac669 100644
Binary files a/public/images/pokemon/exp/back/2076.png and b/public/images/pokemon/exp/back/2076.png differ
diff --git a/public/images/pokemon/exp/back/2088.json b/public/images/pokemon/exp/back/2088.json
index 72673c949ba..bc5207262b9 100644
--- a/public/images/pokemon/exp/back/2088.json
+++ b/public/images/pokemon/exp/back/2088.json
@@ -1,230 +1,173 @@
-{
- "textures": [
- {
- "image": "2088.png",
- "format": "RGBA8888",
- "size": {
- "w": 123,
- "h": 123
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 48,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 48,
- "y": 41,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 48,
- "y": 41,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 45,
- "y": 82,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 45,
- "y": 82,
- "w": 44,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e484c868865b60e304dbc1fe02c5c476:0f1d94616ba91025b99edb3470c9c467:b8df8f168871505f42fdc6d3c5b106f0$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 49, "y": 111, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 75, "w": 49, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 216, "y": 75, "w": 50, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 50, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 54, "y": 73, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 52, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 37, "w": 54, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 54, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 111, "y": 38, "w": 54, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 169, "y": 0, "w": 56, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 225, "y": 0, "w": 56, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 54, "y": 37, "w": 57, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 57, "h": 36 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 37, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 114, "y": 0, "w": 55, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 224, "y": 37, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 74, "w": 51, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 51, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 106, "y": 75, "w": 49, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 155, "y": 112, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 113, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2088.png",
+ "format": "I8",
+ "size": { "w": 281, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2088.png b/public/images/pokemon/exp/back/2088.png
index e98936663f3..24bf7f0f893 100644
Binary files a/public/images/pokemon/exp/back/2088.png and b/public/images/pokemon/exp/back/2088.png differ
diff --git a/public/images/pokemon/exp/back/2089.json b/public/images/pokemon/exp/back/2089.json
index 96334438eeb..c0416f08b26 100644
--- a/public/images/pokemon/exp/back/2089.json
+++ b/public/images/pokemon/exp/back/2089.json
@@ -1,230 +1,1091 @@
-{
- "textures": [
- {
- "image": "2089.png",
- "format": "RGBA8888",
- "size": {
- "w": 178,
- "h": 178
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 82,
- "h": 62
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 82,
- "h": 62
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 82,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 125,
- "w": 82,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 82,
- "h": 59
- },
- "frame": {
- "x": 82,
- "y": 63,
- "w": 82,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 82,
- "h": 59
- },
- "frame": {
- "x": 82,
- "y": 63,
- "w": 82,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 82,
- "h": 56
- },
- "frame": {
- "x": 82,
- "y": 122,
- "w": 82,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 82,
- "h": 56
- },
- "frame": {
- "x": 82,
- "y": 122,
- "w": 82,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0605853b2d9e9b9ce3c2246177880cad:22cda080d52bc16ce02f7cf908ef31b6:49ee9ed0dd32c5ba33977741b45fc3f4$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 164, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 495, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 330, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 414, "y": 118, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 1, "y": 119, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 259, "y": 173, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 499, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 433, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 178, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 540, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 93, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 449, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 279, "y": 376, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 185, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 541, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 358, "y": 327, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 522, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 1, "y": 227, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 173, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 82, "y": 62, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 329, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2089.png",
+ "format": "I8",
+ "size": { "w": 635, "h": 423 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/2089.png b/public/images/pokemon/exp/back/2089.png
index 2fbf7d8b1f4..244aeeed5a9 100644
Binary files a/public/images/pokemon/exp/back/2089.png and b/public/images/pokemon/exp/back/2089.png differ
diff --git a/public/images/pokemon/exp/back/248-mega.json b/public/images/pokemon/exp/back/248-mega.json
index 25bc42548ab..ddd3987db90 100644
--- a/public/images/pokemon/exp/back/248-mega.json
+++ b/public/images/pokemon/exp/back/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:625e35ec9f8e731e89fa37587ffb4738:07d356e18baf0312a4e8a36adb76fdd5:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 511, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 512, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 431, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 340, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 511, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 85, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 431, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 340, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 341, "y": 612, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 518, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 84, "y": 534, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 260, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 84, "y": 456, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 425, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 613, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 427, "y": 612, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 255, "y": 536, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 169, "y": 535, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 518, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 534, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 171, "y": 456, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 171, "y": 374, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 426, "y": 194, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 510, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 285, "w": 83, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 83, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 432, "y": 287, "w": 82, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 85, "y": 288, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 373, "w": 82, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 431, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 256, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 374, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 516, "y": 372, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 84, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 260, "y": 287, "w": 85, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 85, "h": 84 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 200, "w": 85, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 85, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 342, "y": 101, "w": 86, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 256, "y": 100, "w": 84, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 84, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 86, "y": 100, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 514, "y": 0, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 344, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 429, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 0, "w": 84, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 84, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 172, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 258, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 171, "y": 100, "w": 83, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 83, "h": 97 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 514, "y": 100, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 83, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 602, "h": 689 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/248-mega.png b/public/images/pokemon/exp/back/248-mega.png
index 4b2a4021721..1e4918e5ca7 100644
Binary files a/public/images/pokemon/exp/back/248-mega.png and b/public/images/pokemon/exp/back/248-mega.png differ
diff --git a/public/images/pokemon/exp/back/362-mega.json b/public/images/pokemon/exp/back/362-mega.json
index 6f5b4ea32bb..02354ddad93 100644
--- a/public/images/pokemon/exp/back/362-mega.json
+++ b/public/images/pokemon/exp/back/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b710cac988ef0d2bf31cf4b83951fd3a:aaedfd5f04a5c93bc13787cb0b73c4e3:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 128, "h": 132 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/362-mega.png b/public/images/pokemon/exp/back/362-mega.png
index 81f9bb5cdcd..5bbfd932d33 100644
Binary files a/public/images/pokemon/exp/back/362-mega.png and b/public/images/pokemon/exp/back/362-mega.png differ
diff --git a/public/images/pokemon/exp/back/487-origin.json b/public/images/pokemon/exp/back/487-origin.json
deleted file mode 100644
index 72f5e4d4dc4..00000000000
--- a/public/images/pokemon/exp/back/487-origin.json
+++ /dev/null
@@ -1,566 +0,0 @@
-{
- "textures": [
- {
- "image": "487-origin.png",
- "format": "RGBA8888",
- "size": {
- "w": 326,
- "h": 326
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 95,
- "h": 84
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 95,
- "h": 84
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 95,
- "h": 84
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 95,
- "h": 84
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 97,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 97,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 97,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 97,
- "h": 79
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 97,
- "h": 78
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 97,
- "h": 78
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 97,
- "h": 78
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 97,
- "h": 78
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 97,
- "h": 78
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 97,
- "h": 78
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 94,
- "h": 84
- },
- "frame": {
- "x": 97,
- "y": 78,
- "w": 94,
- "h": 84
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 94,
- "h": 84
- },
- "frame": {
- "x": 97,
- "y": 78,
- "w": 94,
- "h": 84
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 94,
- "h": 84
- },
- "frame": {
- "x": 97,
- "y": 78,
- "w": 94,
- "h": 84
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 95,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 162,
- "w": 95,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 95,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 162,
- "w": 95,
- "h": 81
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 94,
- "h": 84
- },
- "frame": {
- "x": 191,
- "y": 78,
- "w": 94,
- "h": 84
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 94,
- "h": 84
- },
- "frame": {
- "x": 191,
- "y": 78,
- "w": 94,
- "h": 84
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 94,
- "h": 77
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 77
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 94,
- "h": 77
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 77
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 94,
- "h": 77
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 77
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 94,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 163,
- "w": 94,
- "h": 83
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 92,
- "h": 83
- },
- "frame": {
- "x": 192,
- "y": 162,
- "w": 92,
- "h": 83
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 92,
- "h": 82
- },
- "frame": {
- "x": 94,
- "y": 243,
- "w": 92,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 92,
- "h": 82
- },
- "frame": {
- "x": 94,
- "y": 243,
- "w": 92,
- "h": 82
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 90,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 246,
- "w": 90,
- "h": 78
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 90,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 246,
- "w": 90,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 91,
- "h": 81
- },
- "frame": {
- "x": 186,
- "y": 245,
- "w": 91,
- "h": 81
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 91,
- "h": 81
- },
- "frame": {
- "x": 186,
- "y": 245,
- "w": 91,
- "h": 81
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 91,
- "h": 81
- },
- "frame": {
- "x": 186,
- "y": 245,
- "w": 91,
- "h": 81
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d1a63c2aac4c99e778e6efb9fa120e53:11f49886c328fc8474daefc2533a7f5d:5d19509f6557fe13b0b6311434ba7e2d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/487-origin.png b/public/images/pokemon/exp/back/487-origin.png
deleted file mode 100644
index ec3dfd6c8f8..00000000000
Binary files a/public/images/pokemon/exp/back/487-origin.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/569-gigantamax.json b/public/images/pokemon/exp/back/569-gigantamax.json
new file mode 100644
index 00000000000..b266f5eb799
--- /dev/null
+++ b/public/images/pokemon/exp/back/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 281 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/569-gigantamax.png b/public/images/pokemon/exp/back/569-gigantamax.png
new file mode 100644
index 00000000000..13bbe97bee4
Binary files /dev/null and b/public/images/pokemon/exp/back/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/651.json b/public/images/pokemon/exp/back/651.json
index 2dfe8c0091a..d000767029c 100644
--- a/public/images/pokemon/exp/back/651.json
+++ b/public/images/pokemon/exp/back/651.json
@@ -1,104 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 106,
- "h": 106
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 53,
- "h": 49
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:04a3a807a85b2fbb34c6e0e609d7bcd9:4422017bd667a14a570c0aab29c8a613:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 277, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 329, "y": 200, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 330, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 277, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 329, "y": 200, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 330, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 277, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 329, "y": 200, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 330, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 272, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 100, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 56, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 51, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 165, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 160, "y": 247, "w": 55, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 55, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 221, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 200, "w": 56, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 56, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 149, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 332, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 165, "y": 198, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 215, "y": 247, "w": 53, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 107, "y": 247, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 53, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 219, "y": 198, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 326, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 53, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 107, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 55, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 55, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 110, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 296 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/651.png b/public/images/pokemon/exp/back/651.png
index dd8d2b22d61..b16c8d5d67b 100644
Binary files a/public/images/pokemon/exp/back/651.png and b/public/images/pokemon/exp/back/651.png differ
diff --git a/public/images/pokemon/exp/back/653.json b/public/images/pokemon/exp/back/653.json
index 48c09e77b1b..c5fb4a5db61 100644
--- a/public/images/pokemon/exp/back/653.json
+++ b/public/images/pokemon/exp/back/653.json
@@ -1,2036 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2657d933ba34a7364529c17b46d25589:b79a47cc022bd83470144fdf9b951be2:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 176, "h": 170 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/653.png b/public/images/pokemon/exp/back/653.png
index 1f9cb2fe168..58682e90e58 100644
Binary files a/public/images/pokemon/exp/back/653.png and b/public/images/pokemon/exp/back/653.png differ
diff --git a/public/images/pokemon/exp/back/654.json b/public/images/pokemon/exp/back/654.json
index e62078dc236..a5bd681b6cb 100644
--- a/public/images/pokemon/exp/back/654.json
+++ b/public/images/pokemon/exp/back/654.json
@@ -1,188 +1,677 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d0b30f6e084cc1428328b2f8b9fbe624:bf595af9905e0e91443856bfefa85a3a:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 215, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 163, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 50, "y": 263, "w": 50, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 50, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 218, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 161, "y": 195, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 218, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 51, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 273, "h": 330 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/654.png b/public/images/pokemon/exp/back/654.png
index 1f8fdd06967..f5d317f8a2e 100644
Binary files a/public/images/pokemon/exp/back/654.png and b/public/images/pokemon/exp/back/654.png differ
diff --git a/public/images/pokemon/exp/back/656.json b/public/images/pokemon/exp/back/656.json
index 45c9ae75c29..78a3ae89852 100644
--- a/public/images/pokemon/exp/back/656.json
+++ b/public/images/pokemon/exp/back/656.json
@@ -1,1007 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 34
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 35,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 35,
- "h": 33
- },
- "frame": {
- "x": 35,
- "y": 34,
- "w": 35,
- "h": 33
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a0be6653f39ddbef185db62f993cae42:d1b80f97b079891e5ee3e04a05cb932f:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 67, "y": 1, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 33, "h": 38 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 34, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 102, "y": 1, "w": 31, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 167, "y": 80, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 41, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 99, "y": 43, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 155, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 107, "y": 189, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 32, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 191, "w": 31, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 31, "h": 31 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 69, "y": 190, "w": 31, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 31, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 35, "y": 188, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 121, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 117, "w": 32, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 36 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 107, "y": 152, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 131, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 202, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/656.png b/public/images/pokemon/exp/back/656.png
index 99119d2e96e..9e98534aab2 100644
Binary files a/public/images/pokemon/exp/back/656.png and b/public/images/pokemon/exp/back/656.png differ
diff --git a/public/images/pokemon/exp/back/661.json b/public/images/pokemon/exp/back/661.json
index 5ccc4bdde31..be82a4ce425 100644
--- a/public/images/pokemon/exp/back/661.json
+++ b/public/images/pokemon/exp/back/661.json
@@ -1,356 +1,398 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 68,
- "h": 68
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:64046aa714277f415100be681fde9148:1306649eb47cc5be6e5f0b266b6c13ae:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 39, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 36, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 112, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 34, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 104, "y": 74, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 34, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "661.png",
+ "format": "I8",
+ "size": { "w": 142, "h": 156 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/661.png b/public/images/pokemon/exp/back/661.png
index 8ab845902d1..67d9bb04293 100644
Binary files a/public/images/pokemon/exp/back/661.png and b/public/images/pokemon/exp/back/661.png differ
diff --git a/public/images/pokemon/exp/back/662.json b/public/images/pokemon/exp/back/662.json
index e854c2b896c..52cc70bbe5d 100644
--- a/public/images/pokemon/exp/back/662.json
+++ b/public/images/pokemon/exp/back/662.json
@@ -1,671 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:66c0226d9868b335d6f9adbc58ca011b:9d85ba89536227407c6480dea06dad13:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 70, "w": 53, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 53, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 212, "y": 70, "w": 52, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 52, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 247, "y": 204, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 36, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 196, "w": 49, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 33, "w": 49, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 56, "y": 1, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 56, "h": 65 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 224, "y": 1, "w": 52, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 52, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 107, "y": 68, "w": 48, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 48, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 277, "y": 1, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 51, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 113, "y": 1, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 55, "h": 66 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 48, "y": 249, "w": 44, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 31, "w": 44, "h": 50 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 191, "y": 248, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 27, "w": 47, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 1, "w": 54, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 67 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 101, "y": 208, "w": 45, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 18, "w": 45, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 246, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 67, "w": 50, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 50, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 265, "y": 70, "w": 47, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 47, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 138, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 44, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 147, "y": 193, "w": 43, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 43, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 191, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 31, "w": 55, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 51, "y": 200, "w": 49, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 27, "w": 49, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 156, "y": 69, "w": 55, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 55, "h": 60 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 133, "w": 50, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 50, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 208, "y": 134, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 48, "h": 64 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 257, "y": 140, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 48, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 52, "y": 137, "w": 49, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 49, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 156, "y": 130, "w": 51, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 51, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 329, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/662.png b/public/images/pokemon/exp/back/662.png
index 4e6a3c88277..39a9e8e53ad 100644
Binary files a/public/images/pokemon/exp/back/662.png and b/public/images/pokemon/exp/back/662.png differ
diff --git a/public/images/pokemon/exp/back/663.json b/public/images/pokemon/exp/back/663.json
index 83f5b7ddc42..48526624362 100644
--- a/public/images/pokemon/exp/back/663.json
+++ b/public/images/pokemon/exp/back/663.json
@@ -1,587 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 226,
- "h": 226
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 93
- },
- "frame": {
- "x": 0,
- "y": 93,
- "w": 90,
- "h": 93
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 92
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 92
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 19,
- "w": 84,
- "h": 62
- },
- "frame": {
- "x": 90,
- "y": 92,
- "w": 84,
- "h": 62
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 96
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 24,
- "w": 80,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 154,
- "w": 80,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e8559a9780e93da88e5a990643c22bc0:3bdf9c50c7e3aa9ed9acc8477ddf312d:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 388, "h": 212 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/663.png b/public/images/pokemon/exp/back/663.png
index d241c8be871..6b49fc0a803 100644
Binary files a/public/images/pokemon/exp/back/663.png and b/public/images/pokemon/exp/back/663.png differ
diff --git a/public/images/pokemon/exp/back/664.json b/public/images/pokemon/exp/back/664.json
index 10da9db36bd..61c85d30239 100644
--- a/public/images/pokemon/exp/back/664.json
+++ b/public/images/pokemon/exp/back/664.json
@@ -1,104 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 24,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 24,
- "h": 42
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 24,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7fc62d03764cbb44c78d222a8281c03b:59a11cbddf36944dc23f528022e71fc9:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 54, "y": 49, "w": 26, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 26, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 96, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 97, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 97, "w": 26, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 49, "w": 27, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 27, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 28, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 55, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 109, "h": 145 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/664.png b/public/images/pokemon/exp/back/664.png
index 30664a6aaf1..a8f0906c60d 100644
Binary files a/public/images/pokemon/exp/back/664.png and b/public/images/pokemon/exp/back/664.png differ
diff --git a/public/images/pokemon/exp/back/665.json b/public/images/pokemon/exp/back/665.json
index 320219545d9..6e713a69311 100644
--- a/public/images/pokemon/exp/back/665.json
+++ b/public/images/pokemon/exp/back/665.json
@@ -1,104 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 75,
- "h": 75
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 37,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9899654837114efa492ec85d06cd415a:0050d8b3ae2b780795145dd4beb4e6bb:a72e6c94514c750d7462eab6b08ee591$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 67, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 40, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 343, "y": 34, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 5, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 33, "w": 63, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 36 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 40 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 33, "w": 73, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 34, "w": 53, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 7, "w": 53, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 38, "w": 47, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 7, "w": 47, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 86, "y": 40, "w": 40, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 40, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 101, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 34, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 36, "y": 75, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 194, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 228, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 324, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 394, "h": 134 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/665.png b/public/images/pokemon/exp/back/665.png
index 1cb4789e140..c989771bc5f 100644
Binary files a/public/images/pokemon/exp/back/665.png and b/public/images/pokemon/exp/back/665.png differ
diff --git a/public/images/pokemon/exp/back/666-archipelago.json b/public/images/pokemon/exp/back/666-archipelago.json
index bc4abf95a6d..817696f70a1 100644
--- a/public/images/pokemon/exp/back/666-archipelago.json
+++ b/public/images/pokemon/exp/back/666-archipelago.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-archipelago.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-archipelago.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-archipelago.png b/public/images/pokemon/exp/back/666-archipelago.png
index 83622bd976f..f83b645e0fe 100644
Binary files a/public/images/pokemon/exp/back/666-archipelago.png and b/public/images/pokemon/exp/back/666-archipelago.png differ
diff --git a/public/images/pokemon/exp/back/666-continental.json b/public/images/pokemon/exp/back/666-continental.json
index d0cd7359c88..fc21deb6978 100644
--- a/public/images/pokemon/exp/back/666-continental.json
+++ b/public/images/pokemon/exp/back/666-continental.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-continental.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-continental.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-continental.png b/public/images/pokemon/exp/back/666-continental.png
index 21447191338..f1a4cf5a2a4 100644
Binary files a/public/images/pokemon/exp/back/666-continental.png and b/public/images/pokemon/exp/back/666-continental.png differ
diff --git a/public/images/pokemon/exp/back/666-elegant.json b/public/images/pokemon/exp/back/666-elegant.json
index c44ea10f7dd..35c20315153 100644
--- a/public/images/pokemon/exp/back/666-elegant.json
+++ b/public/images/pokemon/exp/back/666-elegant.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-elegant.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-elegant.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-elegant.png b/public/images/pokemon/exp/back/666-elegant.png
index 3187d681140..2a75c09b505 100644
Binary files a/public/images/pokemon/exp/back/666-elegant.png and b/public/images/pokemon/exp/back/666-elegant.png differ
diff --git a/public/images/pokemon/exp/back/666-fancy.json b/public/images/pokemon/exp/back/666-fancy.json
index 657c29e99ee..54113df4b51 100644
--- a/public/images/pokemon/exp/back/666-fancy.json
+++ b/public/images/pokemon/exp/back/666-fancy.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-fancy.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-fancy.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-fancy.png b/public/images/pokemon/exp/back/666-fancy.png
index 9f9f9c42e80..f7da62d0637 100644
Binary files a/public/images/pokemon/exp/back/666-fancy.png and b/public/images/pokemon/exp/back/666-fancy.png differ
diff --git a/public/images/pokemon/exp/back/666-garden.json b/public/images/pokemon/exp/back/666-garden.json
index 763dd125a5c..4fcc5ab0ad1 100644
--- a/public/images/pokemon/exp/back/666-garden.json
+++ b/public/images/pokemon/exp/back/666-garden.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-garden.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-garden.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-garden.png b/public/images/pokemon/exp/back/666-garden.png
index 47a9a27e790..35e0dd02087 100644
Binary files a/public/images/pokemon/exp/back/666-garden.png and b/public/images/pokemon/exp/back/666-garden.png differ
diff --git a/public/images/pokemon/exp/back/666-high-plains.json b/public/images/pokemon/exp/back/666-high-plains.json
index 90101dd98ba..56a90a01899 100644
--- a/public/images/pokemon/exp/back/666-high-plains.json
+++ b/public/images/pokemon/exp/back/666-high-plains.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-high-plains.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-high-plains.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-high-plains.png b/public/images/pokemon/exp/back/666-high-plains.png
index 7b06fcc8040..7b84c4ebac3 100644
Binary files a/public/images/pokemon/exp/back/666-high-plains.png and b/public/images/pokemon/exp/back/666-high-plains.png differ
diff --git a/public/images/pokemon/exp/back/666-icy-snow.json b/public/images/pokemon/exp/back/666-icy-snow.json
index 17e6e3be8ef..b44f33bb07f 100644
--- a/public/images/pokemon/exp/back/666-icy-snow.json
+++ b/public/images/pokemon/exp/back/666-icy-snow.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-icy-snow.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-icy-snow.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-icy-snow.png b/public/images/pokemon/exp/back/666-icy-snow.png
index b34659ded51..332e96a6d61 100644
Binary files a/public/images/pokemon/exp/back/666-icy-snow.png and b/public/images/pokemon/exp/back/666-icy-snow.png differ
diff --git a/public/images/pokemon/exp/back/666-jungle.json b/public/images/pokemon/exp/back/666-jungle.json
index b2ffdb768e6..51876d649da 100644
--- a/public/images/pokemon/exp/back/666-jungle.json
+++ b/public/images/pokemon/exp/back/666-jungle.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-jungle.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-jungle.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-jungle.png b/public/images/pokemon/exp/back/666-jungle.png
index 8e72fdd3af6..291c6bce18c 100644
Binary files a/public/images/pokemon/exp/back/666-jungle.png and b/public/images/pokemon/exp/back/666-jungle.png differ
diff --git a/public/images/pokemon/exp/back/666-marine.json b/public/images/pokemon/exp/back/666-marine.json
index 6f4be700dfc..18edbc78ec0 100644
--- a/public/images/pokemon/exp/back/666-marine.json
+++ b/public/images/pokemon/exp/back/666-marine.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-marine.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-marine.png",
+ "format": "RGBA8888",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-marine.png b/public/images/pokemon/exp/back/666-marine.png
index 91c5b1be983..9e644f0cdaa 100644
Binary files a/public/images/pokemon/exp/back/666-marine.png and b/public/images/pokemon/exp/back/666-marine.png differ
diff --git a/public/images/pokemon/exp/back/666-meadow.json b/public/images/pokemon/exp/back/666-meadow.json
index 737ccd7c848..0f24040bd0d 100644
--- a/public/images/pokemon/exp/back/666-meadow.json
+++ b/public/images/pokemon/exp/back/666-meadow.json
@@ -1,524 +1,118 @@
-{
- "textures": [
- {
- "image": "666-meadow.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-meadow.png b/public/images/pokemon/exp/back/666-meadow.png
index d7d63b3098f..fabeb9730db 100644
Binary files a/public/images/pokemon/exp/back/666-meadow.png and b/public/images/pokemon/exp/back/666-meadow.png differ
diff --git a/public/images/pokemon/exp/back/666-modern.json b/public/images/pokemon/exp/back/666-modern.json
index a57b695d10b..e0a00da6d81 100644
--- a/public/images/pokemon/exp/back/666-modern.json
+++ b/public/images/pokemon/exp/back/666-modern.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-modern.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-modern.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-modern.png b/public/images/pokemon/exp/back/666-modern.png
index 689876c3d6d..01a3981dd97 100644
Binary files a/public/images/pokemon/exp/back/666-modern.png and b/public/images/pokemon/exp/back/666-modern.png differ
diff --git a/public/images/pokemon/exp/back/666-monsoon.json b/public/images/pokemon/exp/back/666-monsoon.json
index 3afda85f798..117fad03b83 100644
--- a/public/images/pokemon/exp/back/666-monsoon.json
+++ b/public/images/pokemon/exp/back/666-monsoon.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-monsoon.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-monsoon.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-monsoon.png b/public/images/pokemon/exp/back/666-monsoon.png
index e3cb4d2dca7..32cf2331411 100644
Binary files a/public/images/pokemon/exp/back/666-monsoon.png and b/public/images/pokemon/exp/back/666-monsoon.png differ
diff --git a/public/images/pokemon/exp/back/666-ocean.json b/public/images/pokemon/exp/back/666-ocean.json
index f0785703906..8d23d70cd31 100644
--- a/public/images/pokemon/exp/back/666-ocean.json
+++ b/public/images/pokemon/exp/back/666-ocean.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-ocean.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a1a0079c64e9d91336d227b1380cd9d2:cf159e4653ad9208c0f4633a498a6cd1:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-ocean.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-ocean.png b/public/images/pokemon/exp/back/666-ocean.png
index f60844a9b87..65665ea56c3 100644
Binary files a/public/images/pokemon/exp/back/666-ocean.png and b/public/images/pokemon/exp/back/666-ocean.png differ
diff --git a/public/images/pokemon/exp/back/666-poke-ball.json b/public/images/pokemon/exp/back/666-poke-ball.json
index ed04a06e7ab..45564e59a32 100644
--- a/public/images/pokemon/exp/back/666-poke-ball.json
+++ b/public/images/pokemon/exp/back/666-poke-ball.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-poke-ball.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e744396a3b647429d050d678017c05ce:ec812f719dffcd362f0481d7d83c3476:8ec14f129d1691b8da504a13b661abed$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-poke-ball.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-poke-ball.png b/public/images/pokemon/exp/back/666-poke-ball.png
index eb3053e9434..895a2bf680f 100644
Binary files a/public/images/pokemon/exp/back/666-poke-ball.png and b/public/images/pokemon/exp/back/666-poke-ball.png differ
diff --git a/public/images/pokemon/exp/back/666-polar.json b/public/images/pokemon/exp/back/666-polar.json
index 4618d891d3f..abb6d0286f4 100644
--- a/public/images/pokemon/exp/back/666-polar.json
+++ b/public/images/pokemon/exp/back/666-polar.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-polar.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a3b0453f2d03b9c62472f57a438298a4:81a5a3455ae0c378bdb1dbe3c3323463:eb7086e98f867c6592e4b161835da18b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-polar.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-polar.png b/public/images/pokemon/exp/back/666-polar.png
index 5d09b57833c..c7ec3ec550a 100644
Binary files a/public/images/pokemon/exp/back/666-polar.png and b/public/images/pokemon/exp/back/666-polar.png differ
diff --git a/public/images/pokemon/exp/back/666-river.json b/public/images/pokemon/exp/back/666-river.json
index c4e5274ab6d..28912532d76 100644
--- a/public/images/pokemon/exp/back/666-river.json
+++ b/public/images/pokemon/exp/back/666-river.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-river.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2bb6d375761e6690eba12cf4d2bc99c9:9db30ec1cf68fe8c1026c243086573f3:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-river.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-river.png b/public/images/pokemon/exp/back/666-river.png
index 2910340b676..4e0493b8de5 100644
Binary files a/public/images/pokemon/exp/back/666-river.png and b/public/images/pokemon/exp/back/666-river.png differ
diff --git a/public/images/pokemon/exp/back/666-sandstorm.json b/public/images/pokemon/exp/back/666-sandstorm.json
index cc96c2a2805..99df25242ff 100644
--- a/public/images/pokemon/exp/back/666-sandstorm.json
+++ b/public/images/pokemon/exp/back/666-sandstorm.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-sandstorm.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 40,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 2,
- "w": 40,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 68,
- "w": 40,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e35abed8cd9d0bbf1556fa684995d930:8d765a06a769bbf3d1639f361548cd6f:12f47e779927411662912d6094a9782d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-sandstorm.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-sandstorm.png b/public/images/pokemon/exp/back/666-sandstorm.png
index 96d7084eb30..d95ab4413a5 100644
Binary files a/public/images/pokemon/exp/back/666-sandstorm.png and b/public/images/pokemon/exp/back/666-sandstorm.png differ
diff --git a/public/images/pokemon/exp/back/666-savanna.json b/public/images/pokemon/exp/back/666-savanna.json
index 8f85dfdeb13..8fa326da1b4 100644
--- a/public/images/pokemon/exp/back/666-savanna.json
+++ b/public/images/pokemon/exp/back/666-savanna.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-savanna.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1ad0c7c841409c3fd4cb50b399d6e13c:b9406b41d37bc72c57260f9a01a352c8:625a4f0dc001069326a75c6a381f93e6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-savanna.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-savanna.png b/public/images/pokemon/exp/back/666-savanna.png
index 7254d0f1f61..4169b1325a6 100644
Binary files a/public/images/pokemon/exp/back/666-savanna.png and b/public/images/pokemon/exp/back/666-savanna.png differ
diff --git a/public/images/pokemon/exp/back/666-sun.json b/public/images/pokemon/exp/back/666-sun.json
index df795f0ef0c..d41f22f541c 100644
--- a/public/images/pokemon/exp/back/666-sun.json
+++ b/public/images/pokemon/exp/back/666-sun.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-sun.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1d3a140bac5951725915aa0b64d1fdc6:e322510cf8386dcc7834a05d57e5368e:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-sun.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-sun.png b/public/images/pokemon/exp/back/666-sun.png
index 84b9d76ef88..5cc814e82d7 100644
Binary files a/public/images/pokemon/exp/back/666-sun.png and b/public/images/pokemon/exp/back/666-sun.png differ
diff --git a/public/images/pokemon/exp/back/666-tundra.json b/public/images/pokemon/exp/back/666-tundra.json
index 92e5cf92e07..afa574f9e07 100644
--- a/public/images/pokemon/exp/back/666-tundra.json
+++ b/public/images/pokemon/exp/back/666-tundra.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-tundra.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:40f74f8757cb0f5a2ab7b5f68ea979a0:d062f67571674668b47f6fab68361105:9779ed3adebc298af537dd64dc25fe00$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-tundra.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/666-tundra.png b/public/images/pokemon/exp/back/666-tundra.png
index 393ea113766..01657b339fd 100644
Binary files a/public/images/pokemon/exp/back/666-tundra.png and b/public/images/pokemon/exp/back/666-tundra.png differ
diff --git a/public/images/pokemon/exp/back/667.json b/public/images/pokemon/exp/back/667.json
index cfe6b109d70..db9918ea230 100644
--- a/public/images/pokemon/exp/back/667.json
+++ b/public/images/pokemon/exp/back/667.json
@@ -1,125 +1,659 @@
-{
- "textures": [
- {
- "image": "667.png",
- "format": "RGBA8888",
- "size": {
- "w": 115,
- "h": 115
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 39,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 39,
- "h": 41
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 39,
- "y": 41,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 39,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 77,
- "y": 41,
- "w": 38,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0515d906bdf1ec3ad533ac13c4e701ec:195a93073ecc7446c747c2e79ae07d54:02171d511e760c8a3e1b623ad6bf93f5$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 41, "h": 47 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 41, "h": 47 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "667.png",
+ "format": "I8",
+ "size": { "w": 167, "h": 138 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/667.png b/public/images/pokemon/exp/back/667.png
index ef7ea964737..f1209cf8e20 100644
Binary files a/public/images/pokemon/exp/back/667.png and b/public/images/pokemon/exp/back/667.png differ
diff --git a/public/images/pokemon/exp/back/668.json b/public/images/pokemon/exp/back/668.json
index 1e37573828e..594e69189dc 100644
--- a/public/images/pokemon/exp/back/668.json
+++ b/public/images/pokemon/exp/back/668.json
@@ -1,146 +1,821 @@
-{
- "textures": [
- {
- "image": "668.png",
- "format": "RGBA8888",
- "size": {
- "w": 146,
- "h": 146
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 73,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 73,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 73,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 73,
- "h": 60
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 72,
- "h": 59
- },
- "frame": {
- "x": 73,
- "y": 61,
- "w": 72,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bc67ee0b37e5c8a13762178a52fad862:1ee199920770bc5797feb94424ff9f9a:947bf84d1af493c62e2cef45bb6c19ad$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 458, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 303, "y": 364, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 294, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 378, "y": 364, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 75, "h": 69 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 303, "y": 293, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 379, "y": 293, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 454, "y": 364, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 72, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 70, "y": 365, "w": 68, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 68, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 291, "y": 435, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 378, "y": 434, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 224, "y": 365, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 365, "w": 69, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 69, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 229, "y": 220, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 73, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 468, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 308, "y": 147, "w": 74, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 74, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 148, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 383, "y": 220, "w": 74, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 74, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 231, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 79, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 156, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 310, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 77, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 154, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 76, "y": 220, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 152, "y": 220, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 76, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 221, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 293, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 75, "y": 293, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668.png",
+ "format": "I8",
+ "size": { "w": 543, "h": 507 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/668.png b/public/images/pokemon/exp/back/668.png
index a8384e5cf3c..e600e3e40e1 100644
Binary files a/public/images/pokemon/exp/back/668.png and b/public/images/pokemon/exp/back/668.png differ
diff --git a/public/images/pokemon/exp/back/672.json b/public/images/pokemon/exp/back/672.json
index e323b585879..f877b9abc2e 100644
--- a/public/images/pokemon/exp/back/672.json
+++ b/public/images/pokemon/exp/back/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 282,
- "h": 282
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 210,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 123,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 168,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 209,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 164,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 83,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 124,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 165,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 207,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 124,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 163,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 163,
- "y": 124,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 203,
- "y": 83,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 164,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 204,
- "y": 123,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 163,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 203,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 204,
- "w": 40,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b36f1de558a8fa8ac8b56a9ba43a0dfd:5fe84a3f522e543bfbbfe0837355266b:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 160, "h": 195 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/672.png b/public/images/pokemon/exp/back/672.png
index 5281168ec2e..ef5cf63938e 100644
Binary files a/public/images/pokemon/exp/back/672.png and b/public/images/pokemon/exp/back/672.png differ
diff --git a/public/images/pokemon/exp/back/674.json b/public/images/pokemon/exp/back/674.json
deleted file mode 100644
index 9ace3fec70f..00000000000
--- a/public/images/pokemon/exp/back/674.json
+++ /dev/null
@@ -1,1175 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 124,
- "h": 124
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 82,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 85,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25c10f058ffdfacdf8263d7198233227:17e793a518166b0f2a1f8af6ec7b8dd7:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/674.png b/public/images/pokemon/exp/back/674.png
deleted file mode 100644
index 69d9e886150..00000000000
Binary files a/public/images/pokemon/exp/back/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/692.json b/public/images/pokemon/exp/back/692.json
index 41e845ef9ed..801710c4861 100644
--- a/public/images/pokemon/exp/back/692.json
+++ b/public/images/pokemon/exp/back/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 152,
- "h": 152
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 39
- },
- "frame": {
- "x": 51,
- "y": 39,
- "w": 51,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 51,
- "h": 37
- },
- "frame": {
- "x": 51,
- "y": 78,
- "w": 51,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 51,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 51,
- "h": 37
- },
- "frame": {
- "x": 51,
- "y": 115,
- "w": 51,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4116bfb3ff62a8dd3ed77070dfb17bc8:e9bdb93a4ed57d3e08db360998da889f:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 119, "y": 72, "w": 56, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/692.png b/public/images/pokemon/exp/back/692.png
index 0b3462fe06d..33059d53c05 100644
Binary files a/public/images/pokemon/exp/back/692.png and b/public/images/pokemon/exp/back/692.png differ
diff --git a/public/images/pokemon/exp/back/693.json b/public/images/pokemon/exp/back/693.json
index fb29d014658..6358a8908f6 100644
--- a/public/images/pokemon/exp/back/693.json
+++ b/public/images/pokemon/exp/back/693.json
@@ -1,230 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 223,
- "h": 223
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 90,
- "y": 147,
- "w": 90,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f3b26f7df2eeda76e504b3f1294ac699:a2e5c9fc75e286a40f09ab013ac5cb32:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 565, "y": 196, "w": 90, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 90, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 278, "y": 266, "w": 90, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 90, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 189, "y": 199, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 1, "w": 98, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 98, "h": 68 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 95, "y": 72, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 96, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 381, "y": 1, "w": 97, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 97, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 191, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 95, "y": 135, "w": 96, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 96, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 572, "y": 67, "w": 99, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 99, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 284, "y": 205, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 199, "w": 91, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 91, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 259, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 193, "y": 69, "w": 95, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 5, "w": 95, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 141, "w": 92, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 8, "w": 92, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 96, "y": 318, "w": 89, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 14, "w": 89, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 564, "y": 261, "w": 92, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 14, "w": 92, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 672, "h": 377 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/693.png b/public/images/pokemon/exp/back/693.png
index a4b89137043..4772c64f8d0 100644
Binary files a/public/images/pokemon/exp/back/693.png and b/public/images/pokemon/exp/back/693.png differ
diff --git a/public/images/pokemon/exp/back/694.json b/public/images/pokemon/exp/back/694.json
deleted file mode 100644
index d77a3db07e3..00000000000
--- a/public/images/pokemon/exp/back/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 130,
- "h": 130
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 39
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 40,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8940ca5f146f0b24d2aa10692e8e18b0:e6a9f01d7ca698d2b3d7fdf6d9244c8c:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/back/694.png b/public/images/pokemon/exp/back/694.png
deleted file mode 100644
index d3675e0a9d7..00000000000
Binary files a/public/images/pokemon/exp/back/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/697.json b/public/images/pokemon/exp/back/697.json
index 9707f931b14..6963da289ab 100644
--- a/public/images/pokemon/exp/back/697.json
+++ b/public/images/pokemon/exp/back/697.json
@@ -1,1196 +1,992 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 374,
- "h": 374
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 77,
- "h": 73
- },
- "frame": {
- "x": 285,
- "y": 0,
- "w": 77,
- "h": 73
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 285,
- "y": 73,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 225,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 296,
- "w": 73,
- "h": 74
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5c15a6488ad8d9c5cd58a9490e3f8fe1:9f98e28712fdc6eb5949c7f74cafffeb:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 370, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 558, "y": 227, "w": 90, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 90, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 376, "w": 88, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 88, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 89, "y": 379, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 365, "y": 378, "w": 86, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 86, "h": 76 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 640, "y": 449, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 84, "h": 77 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 552, "y": 378, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 92, "y": 303, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 465, "y": 302, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 186, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 225, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 472, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 565, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 277, "y": 301, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 388, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 97, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 292, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 196, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 582, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 98, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 485, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 388, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 75, "w": 96, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 96, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 286, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 670, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 658, "y": 226, "w": 94, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 94, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 191, "y": 76, "w": 94, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 94, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 279, "y": 226, "w": 93, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 679, "y": 0, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 482, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 379, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 773, "h": 526 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/697.png b/public/images/pokemon/exp/back/697.png
index 44a73042829..f0ae22f2bb0 100644
Binary files a/public/images/pokemon/exp/back/697.png and b/public/images/pokemon/exp/back/697.png differ
diff --git a/public/images/pokemon/exp/back/698.json b/public/images/pokemon/exp/back/698.json
deleted file mode 100644
index 01e3235cc36..00000000000
--- a/public/images/pokemon/exp/back/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 181,
- "h": 181
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:47af8de4c4888204d35a4e17ac074ed2:4f5193840bb62c79e8f9d414f094a882:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/698.png b/public/images/pokemon/exp/back/698.png
deleted file mode 100644
index 43738b78928..00000000000
Binary files a/public/images/pokemon/exp/back/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/700.json b/public/images/pokemon/exp/back/700.json
index 8919ba29366..70083de61c9 100644
--- a/public/images/pokemon/exp/back/700.json
+++ b/public/images/pokemon/exp/back/700.json
@@ -1,209 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 44,
- "h": 57
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 44,
- "y": 58,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 44,
- "h": 56
- },
- "frame": {
- "x": 44,
- "y": 116,
- "w": 44,
- "h": 56
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 88,
- "y": 58,
- "w": 44,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e0cdfdc055c08cdcb7b31d0da301c709:2affc6f4613ab8f1ba13cd35d9106bb3:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 101, "y": 0, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 48, "h": 63 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 0, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 60, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 53, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 148, "y": 64, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 149, "y": 0, "w": 46, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 46, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 53, "y": 0, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 48, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 244, "h": 241 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/700.png b/public/images/pokemon/exp/back/700.png
index 6684e845a39..a3675cc15d8 100644
Binary files a/public/images/pokemon/exp/back/700.png and b/public/images/pokemon/exp/back/700.png differ
diff --git a/public/images/pokemon/exp/back/702.json b/public/images/pokemon/exp/back/702.json
index 7fa99d3eb04..9680e17e397 100644
--- a/public/images/pokemon/exp/back/702.json
+++ b/public/images/pokemon/exp/back/702.json
@@ -1,1028 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 47,
- "y": 104,
- "w": 47,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4052cb31e311daed50c3ad98d6d07226:990695ce3fc0717eec42d716a52de75e:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 140, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 72, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 36, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 188, "h": 103 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/702.png b/public/images/pokemon/exp/back/702.png
index e90d2e5200b..2305dd44628 100644
Binary files a/public/images/pokemon/exp/back/702.png and b/public/images/pokemon/exp/back/702.png differ
diff --git a/public/images/pokemon/exp/back/703.json b/public/images/pokemon/exp/back/703.json
deleted file mode 100644
index dc39d04326d..00000000000
--- a/public/images/pokemon/exp/back/703.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 110,
- "h": 110
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 36,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 39
- },
- "frame": {
- "x": 36,
- "y": 0,
- "w": 37,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 39,
- "w": 36,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 73,
- "y": 40,
- "w": 37,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9e937b9120a4e2d30cb17c3057bdb25e:2992340ca21fbb2052a947040742ff82:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/703.png b/public/images/pokemon/exp/back/703.png
deleted file mode 100644
index 2af4ac363ea..00000000000
Binary files a/public/images/pokemon/exp/back/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/704.json b/public/images/pokemon/exp/back/704.json
index cfee176924b..ff94c52a2a8 100644
--- a/public/images/pokemon/exp/back/704.json
+++ b/public/images/pokemon/exp/back/704.json
@@ -1,1742 +1,101 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 72
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 24,
- "w": 41,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 41,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 25,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 25,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 25,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 25,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 39,
- "h": 46
- },
- "frame": {
- "x": 107,
- "y": 0,
- "w": 39,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 39,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 167,
- "w": 39,
- "h": 46
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 29,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 187,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 41,
- "y": 72,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 78,
- "y": 47,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 115,
- "y": 46,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 29,
- "y": 26,
- "w": 37,
- "h": 46
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 37,
- "h": 46
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 38,
- "h": 46
- },
- "frame": {
- "x": 189,
- "y": 42,
- "w": 38,
- "h": 46
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 26,
- "w": 38,
- "h": 46
- },
- "frame": {
- "x": 189,
- "y": 42,
- "w": 38,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 78,
- "y": 93,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 116,
- "y": 92,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 27,
- "w": 38,
- "h": 45
- },
- "frame": {
- "x": 154,
- "y": 89,
- "w": 38,
- "h": 45
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 26,
- "y": 30,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 192,
- "y": 130,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 154,
- "y": 134,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 116,
- "y": 137,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 120,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 28,
- "y": 28,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 78,
- "y": 138,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 167,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 31,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 78,
- "y": 182,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 28,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 120,
- "y": 181,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 32,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 159,
- "y": 178,
- "w": 42,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:1af9bc6c970e4ca611c23ce1e26ff660:ab013a92210cb1b0ae94301a2c9b4c2a:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 0, "w": 27, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 27, "h": 31 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 32, "w": 27, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 27, "h": 30 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 79, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/704.png b/public/images/pokemon/exp/back/704.png
index e08171177fd..a67b79b0ee9 100644
Binary files a/public/images/pokemon/exp/back/704.png and b/public/images/pokemon/exp/back/704.png differ
diff --git a/public/images/pokemon/exp/back/705.json b/public/images/pokemon/exp/back/705.json
index be407b80180..2fc8cb18e99 100644
--- a/public/images/pokemon/exp/back/705.json
+++ b/public/images/pokemon/exp/back/705.json
@@ -1,230 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 118,
- "h": 118
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 37,
- "y": 59,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 42,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25dc113e55116f41d58d372b4ed9b10a:95a84e44ff027f7c648e68bbd8ace4bc:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 181, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 0, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 40, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 40, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 61, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 62, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 77, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 120, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 123, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 38, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 77, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 197, "y": 60, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 116, "y": 183, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 185, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 243, "h": 355 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/705.png b/public/images/pokemon/exp/back/705.png
index a4f62a21004..18c942605d6 100644
Binary files a/public/images/pokemon/exp/back/705.png and b/public/images/pokemon/exp/back/705.png differ
diff --git a/public/images/pokemon/exp/back/707.png b/public/images/pokemon/exp/back/707.png
deleted file mode 100644
index 6ce681a5651..00000000000
Binary files a/public/images/pokemon/exp/back/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/708.json b/public/images/pokemon/exp/back/708.json
deleted file mode 100644
index f0b2e21b5c1..00000000000
--- a/public/images/pokemon/exp/back/708.json
+++ /dev/null
@@ -1,503 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bcbffc2559c06539de3a8e783aa9b810:1a73d753b783ff36005e333d5e1a213a:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/back/708.png b/public/images/pokemon/exp/back/708.png
deleted file mode 100644
index a531ec27f9f..00000000000
Binary files a/public/images/pokemon/exp/back/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/712.json b/public/images/pokemon/exp/back/712.json
index 46b8cdaad44..fe53f52369e 100644
--- a/public/images/pokemon/exp/back/712.json
+++ b/public/images/pokemon/exp/back/712.json
@@ -1,2729 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 208,
- "h": 208
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:600bb71c0995d9554966ee794b89312a:22158bf1d17659480b23ef6d5ed6dbcb:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 141, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 105, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 140, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 70, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 70, "y": 42, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 35, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 106, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 142, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 142, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 106, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 106, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 70, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 126, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 35, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 35, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 142, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 142, "y": 85, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 107, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 107, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 36, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 36, "y": 125, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 142, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 142, "y": 165, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 166, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 166, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 107, "y": 125, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 72, "y": 125, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 35, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 178, "h": 205 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/712.png b/public/images/pokemon/exp/back/712.png
index 81f77412357..a5b57fc9f1b 100644
Binary files a/public/images/pokemon/exp/back/712.png and b/public/images/pokemon/exp/back/712.png differ
diff --git a/public/images/pokemon/exp/back/713.json b/public/images/pokemon/exp/back/713.json
index c2e09d4783e..0ff72eef867 100644
--- a/public/images/pokemon/exp/back/713.json
+++ b/public/images/pokemon/exp/back/713.json
@@ -1,188 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 199,
- "h": 199
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 87,
- "h": 64
- },
- "frame": {
- "x": 87,
- "y": 135,
- "w": 87,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6f396042cb759179580f2aeb1af94e22:59471aca6db39209b1e31d5894938bcb:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 248 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/713.png b/public/images/pokemon/exp/back/713.png
index 6692bc5c65a..d6782ee4357 100644
Binary files a/public/images/pokemon/exp/back/713.png and b/public/images/pokemon/exp/back/713.png differ
diff --git a/public/images/pokemon/exp/back/714.json b/public/images/pokemon/exp/back/714.json
deleted file mode 100644
index ecdf5b1b813..00000000000
--- a/public/images/pokemon/exp/back/714.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 147,
- "h": 147
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 34,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 34,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 60,
- "h": 58
- },
- "frame": {
- "x": 34,
- "y": 0,
- "w": 60,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5c3a62d7014eae3eb4c5e67ef6a405f3:1456f6425f3a65e77dc4017298499d80:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/back/714.png b/public/images/pokemon/exp/back/714.png
deleted file mode 100644
index 0d81f19fcd4..00000000000
Binary files a/public/images/pokemon/exp/back/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/718-10.png b/public/images/pokemon/exp/back/718-10.png
deleted file mode 100644
index 709dc3bea8a..00000000000
Binary files a/public/images/pokemon/exp/back/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/718.json b/public/images/pokemon/exp/back/718.json
deleted file mode 100644
index 698179b1453..00000000000
--- a/public/images/pokemon/exp/back/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 216,
- "h": 216
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 69,
- "h": 87
- },
- "frame": {
- "x": 146,
- "y": 88,
- "w": 69,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:82c29d609c52a3a1aa4b9af042ef9ce8:8d05611f8189d493fef8906e0f11f3de:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/back/718.png b/public/images/pokemon/exp/back/718.png
deleted file mode 100644
index f2f380e339a..00000000000
Binary files a/public/images/pokemon/exp/back/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/719.json b/public/images/pokemon/exp/back/719.json
deleted file mode 100644
index 4cd0e34f113..00000000000
--- a/public/images/pokemon/exp/back/719.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 158,
- "h": 158
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 39,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0db095e3b451ffc873bea6b5e23ba65d:f7ad8a345854a119edb545cc03dcde8e:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/back/719.png b/public/images/pokemon/exp/back/719.png
deleted file mode 100644
index cb0c84041f9..00000000000
Binary files a/public/images/pokemon/exp/back/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/728.json b/public/images/pokemon/exp/back/728.json
index 5f57c1fcd44..58c482252ec 100644
--- a/public/images/pokemon/exp/back/728.json
+++ b/public/images/pokemon/exp/back/728.json
@@ -1,230 +1,776 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 117,
- "h": 117
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 78,
- "w": 41,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0c090e4088db927644a68af712498874:155a43cf4b3a603228f72b6aea7f5fa8:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 130, "y": 151, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 85, "y": 152, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 43, "y": 194, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 169, "y": 194, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 166, "y": 233, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 234, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 43, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 125, "y": 233, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 85, "y": 193, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 43, "y": 153, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 127, "y": 192, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 193, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 151, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 43, "y": 110, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 107, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 130, "y": 107, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 105, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 43 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 61, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 40, "h": 44 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 130, "y": 60, "w": 40, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 40, "h": 45 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 88, "y": 60, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 46, "y": 60, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 40, "h": 48 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 174, "y": 54, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 40, "h": 49 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 174, "y": 1, "w": 40, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 40, "h": 51 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 46, "y": 1, "w": 42, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 42, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 1, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 1, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 1, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 133, "y": 1, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 55 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 90, "y": 1, "w": 41, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 41, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 172, "y": 150, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 39, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 108, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 130, "y": 107, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 107, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 110, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 151, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "728.png",
+ "format": "I8",
+ "size": { "w": 215, "h": 271 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/728.png b/public/images/pokemon/exp/back/728.png
index 7564e0eceac..d3534c8f37b 100644
Binary files a/public/images/pokemon/exp/back/728.png and b/public/images/pokemon/exp/back/728.png differ
diff --git a/public/images/pokemon/exp/back/729.json b/public/images/pokemon/exp/back/729.json
index a8859e39a33..97deebe472e 100644
--- a/public/images/pokemon/exp/back/729.json
+++ b/public/images/pokemon/exp/back/729.json
@@ -1,230 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 148,
- "h": 148
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 70,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 50,
- "w": 67,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ca6603181d5c8644f2bdbeecb46551b0:09ccc951204ac93cf598ed13a34f0429:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 467, "y": 279, "w": 58, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 63, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 334, "y": 0, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 135, "y": 61, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 458, "y": 56, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 58 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 397, "y": 0, "w": 61, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 458, "y": 0, "w": 62, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 62, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 446, "y": 169, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 57, "y": 283, "w": 55, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 55, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 467, "y": 333, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 53, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 338, "y": 386, "w": 48, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 48, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 216, "y": 336, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 166, "y": 336, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 50, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 337, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 452, "y": 385, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 400, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 231, "y": 282, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 117, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 58, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 352, "y": 225, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 314, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 175, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 373, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 116, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 446, "y": 114, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 202, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 66, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 68, "y": 0, "w": 67, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 67, "h": 62 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 268, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 66, "h": 60 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 135, "y": 0, "w": 67, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 254, "y": 117, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 175, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 174, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 432, "y": 224, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 387, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 59, "y": 228, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 229, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 410, "y": 279, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 544, "h": 440 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/729.png b/public/images/pokemon/exp/back/729.png
index 08135d50267..b303934d595 100644
Binary files a/public/images/pokemon/exp/back/729.png and b/public/images/pokemon/exp/back/729.png differ
diff --git a/public/images/pokemon/exp/back/730.json b/public/images/pokemon/exp/back/730.json
index 867195486fa..5e3c835b381 100644
--- a/public/images/pokemon/exp/back/730.json
+++ b/public/images/pokemon/exp/back/730.json
@@ -1,230 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 79,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2717094fe274718326c9b0fe3237866b:3ad96e0a8adb3bab17597f2996c3f5cc:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 472, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 135, "w": 70, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 70, "h": 74 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 288, "w": 64, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 64, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 504, "y": 359, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 4, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 369, "y": 276, "w": 60, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 60, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 64, "y": 213, "w": 60, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 60, "h": 84 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 466, "y": 139, "w": 62, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 62, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 209, "w": 64, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 5, "w": 64, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 236, "y": 134, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 71, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 136, "y": 199, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 156, "y": 134, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 73, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 385, "y": 147, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 307, "y": 204, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 429, "y": 288, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 142, "y": 335, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 429, "y": 353, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 464, "y": 222, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 307, "y": 138, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 235, "y": 68, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 82, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 164, "y": 0, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 81, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 245, "y": 0, "w": 79, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 79, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 466, "y": 71, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 77, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 574, "h": 495 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/730.png b/public/images/pokemon/exp/back/730.png
index 155152edd08..4a91464e076 100644
Binary files a/public/images/pokemon/exp/back/730.png and b/public/images/pokemon/exp/back/730.png differ
diff --git a/public/images/pokemon/exp/back/746-school.json b/public/images/pokemon/exp/back/746-school.json
index deea4a085b4..5874f93c128 100644
--- a/public/images/pokemon/exp/back/746-school.json
+++ b/public/images/pokemon/exp/back/746-school.json
@@ -1,230 +1,171 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 261,
- "h": 261
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 87,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 87,
- "h": 77
- },
- "frame": {
- "x": 174,
- "y": 159,
- "w": 87,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:30cb66415aef361ed227b9b95c6e059e:691d98e44070749abe13d4a0a6ceb7a7:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": {
+ "0001.png": {
+ "frame": { "x": 279, "y": 206, "w": 96, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 96, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0002.png": {
+ "frame": { "x": 288, "y": 108, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0003.png": {
+ "frame": { "x": 95, "y": 107, "w": 94, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 94, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0004.png": {
+ "frame": { "x": 94, "y": 207, "w": 93, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 93, "h": 99 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0005.png": {
+ "frame": { "x": 1, "y": 104, "w": 94, "h": 102 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 94, "h": 102 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0006.png": {
+ "frame": { "x": 189, "y": 203, "w": 90, "h": 104 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 90, "h": 104 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0007.png": {
+ "frame": { "x": 283, "y": 1, "w": 92, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 92, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0008.png": {
+ "frame": { "x": 375, "y": 1, "w": 90, "h": 107 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 107 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0009.png": {
+ "frame": { "x": 97, "y": 1, "w": 93, "h": 106 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 93, "h": 106 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0010.png": {
+ "frame": { "x": 190, "y": 1, "w": 93, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 93, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0011.png": {
+ "frame": { "x": 1, "y": 1, "w": 96, "h": 103 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 103 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0012.png": {
+ "frame": { "x": 1, "y": 206, "w": 93, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 93, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0013.png": {
+ "frame": { "x": 384, "y": 108, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0014.png": {
+ "frame": { "x": 279, "y": 303, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0015.png": {
+ "frame": { "x": 96, "y": 307, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0016.png": {
+ "frame": { "x": 375, "y": 301, "w": 98, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 98, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0017.png": {
+ "frame": { "x": 1, "y": 306, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0018.png": {
+ "frame": { "x": 375, "y": 206, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 97, "h": 95 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0019.png": {
+ "frame": { "x": 374, "y": 395, "w": 94, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 94, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ "0020.png": {
+ "frame": { "x": 190, "y": 106, "w": 98, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 98, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 481, "h": 493 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/746-school.png b/public/images/pokemon/exp/back/746-school.png
index 808f0d993db..baa5fde8219 100644
Binary files a/public/images/pokemon/exp/back/746-school.png and b/public/images/pokemon/exp/back/746-school.png differ
diff --git a/public/images/pokemon/exp/back/746.json b/public/images/pokemon/exp/back/746.json
index 971e045fbf4..1f15d713330 100644
--- a/public/images/pokemon/exp/back/746.json
+++ b/public/images/pokemon/exp/back/746.json
@@ -1,314 +1,641 @@
-{
- "textures": [
- {
- "image": "746.png",
- "format": "RGBA8888",
- "size": {
- "w": 132,
- "h": 132
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 27
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 41,
- "h": 27
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 41,
- "h": 27
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 45,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 27,
- "w": 45,
- "h": 27
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 27
- },
- "frame": {
- "x": 45,
- "y": 27,
- "w": 45,
- "h": 27
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 42,
- "h": 27
- },
- "frame": {
- "x": 90,
- "y": 27,
- "w": 42,
- "h": 27
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 27
- },
- "frame": {
- "x": 90,
- "y": 27,
- "w": 42,
- "h": 27
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 44,
- "h": 27
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 44,
- "h": 27
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 26
- },
- "frame": {
- "x": 44,
- "y": 54,
- "w": 45,
- "h": 26
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 27
- },
- "frame": {
- "x": 89,
- "y": 54,
- "w": 43,
- "h": 27
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 26
- },
- "frame": {
- "x": 44,
- "y": 80,
- "w": 44,
- "h": 26
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 29
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 41,
- "h": 26
- },
- "frame": {
- "x": 44,
- "y": 106,
- "w": 41,
- "h": 26
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:93d33f4a5b3862a769ebca021367624a:963e4390d528585dcdd0e7068e5ec568:1a4f7e535d823202c4828f963d5b4404$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 41, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 37, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 81, "y": 1, "w": 40, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 73, "y": 26, "w": 36, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746.png",
+ "format": "I8",
+ "size": { "w": 122, "h": 52 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/746.png b/public/images/pokemon/exp/back/746.png
index b9b84821eee..33cfa5ffec8 100644
Binary files a/public/images/pokemon/exp/back/746.png and b/public/images/pokemon/exp/back/746.png differ
diff --git a/public/images/pokemon/exp/back/749.json b/public/images/pokemon/exp/back/749.json
index d7851eaa797..ae6773c4296 100644
--- a/public/images/pokemon/exp/back/749.json
+++ b/public/images/pokemon/exp/back/749.json
@@ -1,230 +1,1037 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 171,
- "h": 171
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 54,
- "h": 66
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 54,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6de951f837f3cd5e1f402431f0377838:262bd4a6b62a63a60897a16743d96663:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 149, "y": 181, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 203, "y": 70, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 98, "y": 127, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 150, "y": 125, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 99, "y": 69, "w": 51, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 125, "w": 50, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 50, "y": 186, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 243, "y": 243, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 286, "y": 356, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 144, "y": 355, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 97, "y": 355, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 149, "y": 181, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 70, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 98, "y": 127, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 150, "y": 125, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 99, "y": 69, "w": 51, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 125, "w": 50, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 50, "y": 186, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 243, "y": 243, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 286, "y": 356, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 144, "y": 355, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 97, "y": 355, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 190, "y": 357, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 238, "y": 365, "w": 48, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 196, "y": 239, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 49, "y": 245, "w": 45, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 242, "y": 303, "w": 44, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 300, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 300, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 290, "y": 300, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 290, "y": 244, "w": 50, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 48, "y": 355, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 98, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 149, "y": 181, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 203, "y": 70, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 98, "y": 127, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 150, "y": 125, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 99, "y": 69, "w": 51, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 125, "w": 50, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 50, "y": 186, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 1, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 243, "y": 243, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 286, "y": 356, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 144, "y": 355, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 97, "y": 355, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 190, "y": 357, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 238, "y": 365, "w": 48, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 196, "y": 239, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 49, "y": 245, "w": 45, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 242, "y": 303, "w": 44, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 300, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 94, "y": 300, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 290, "y": 300, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 290, "y": 244, "w": 50, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 48, "y": 355, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 98, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 190, "y": 357, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 238, "y": 365, "w": 48, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 196, "y": 239, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 49, "y": 245, "w": 45, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 242, "y": 303, "w": 44, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 300, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 94, "y": 300, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 290, "y": 300, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 244, "w": 50, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 48, "y": 355, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 98, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 149, "y": 181, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 183, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 203, "y": 70, "w": 51, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 98, "y": 127, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 150, "y": 125, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 99, "y": 69, "w": 51, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 1, "y": 125, "w": 50, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 50, "y": 186, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 1, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 243, "y": 243, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 286, "y": 356, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 144, "y": 355, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 97, "y": 355, "w": 47, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 194, "y": 299, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 243, "y": 185, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 294, "y": 129, "w": 50, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 48, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 243, "y": 129, "w": 51, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 150, "y": 70, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 51, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 48, "y": 66, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 49, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 279, "y": 68, "w": 49, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 47, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 97, "y": 1, "w": 49, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 47, "h": 61 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 48, "y": 1, "w": 49, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 47, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 235, "y": 1, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 201, "y": 127, "w": 42, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 40, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 191, "y": 1, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 1, "y": 1, "w": 47, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 45, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 146, "y": 1, "w": 45, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 279, "y": 1, "w": 45, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 65 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 328, "y": 63, "w": 44, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 42, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 324, "y": 1, "w": 47, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 45, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 51, "y": 125, "w": 47, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 45, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 98, "y": 241, "w": 48, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 292, "y": 186, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 147, "y": 239, "w": 49, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 146, "y": 297, "w": 48, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 373, "h": 421 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/749.png b/public/images/pokemon/exp/back/749.png
index d0194d3cf8a..ce8d43db939 100644
Binary files a/public/images/pokemon/exp/back/749.png and b/public/images/pokemon/exp/back/749.png differ
diff --git a/public/images/pokemon/exp/back/750.json b/public/images/pokemon/exp/back/750.json
index c9d0713c741..fad02642748 100644
--- a/public/images/pokemon/exp/back/750.json
+++ b/public/images/pokemon/exp/back/750.json
@@ -1,230 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 253,
- "h": 253
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 88,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 71,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 173,
- "y": 71,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 140,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f47cf7a324fea46ff24490e5f9ff75b2:b9e77a95b48977f27c24067d0f519108:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 565, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 324, "y": 213, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 80, "y": 214, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 581, "y": 147, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 333, "y": 146, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 499, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 333, "y": 80, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 88, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 585, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 499, "y": 147, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 214, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 246, "y": 152, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 169, "y": 159, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 77, "y": 350, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 466, "y": 353, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 352, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 306, "y": 360, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 392, "y": 304, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 283, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 403, "y": 235, "w": 77, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 565, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 324, "y": 213, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 80, "y": 214, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 581, "y": 147, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 333, "y": 146, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 499, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 333, "y": 80, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 88, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 585, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 85, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 499, "y": 147, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 214, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 246, "y": 152, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 169, "y": 159, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 350, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 466, "y": 353, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 352, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 306, "y": 360, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 392, "y": 304, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 283, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 403, "y": 235, "w": 77, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 565, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 324, "y": 213, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 214, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 581, "y": 147, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 333, "y": 146, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 499, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 333, "y": 80, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 88, "y": 81, "w": 87, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 585, "y": 81, "w": 86, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 85, "y": 147, "w": 84, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 499, "y": 147, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 214, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 246, "y": 152, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 159, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 77, "y": 350, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 466, "y": 353, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 352, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 306, "y": 360, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 392, "y": 304, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 283, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 403, "y": 235, "w": 77, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 565, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 246, "y": 222, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 80, "y": 282, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 76, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 227, "y": 291, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 76, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 556, "y": 352, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 16, "w": 78, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 226, "y": 358, "w": 80, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 78, "h": 61 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 74, "y": 420, "w": 76, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 74, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 452, "y": 423, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 13, "w": 66, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 422, "w": 65, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 539, "y": 416, "w": 64, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 62, "h": 75 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 160, "y": 229, "w": 67, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 65, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 427, "y": 77, "w": 72, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 70, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 588, "y": 1, "w": 76, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 74, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 511, "y": 1, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 75, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 258, "y": 74, "w": 75, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 417, "y": 157, "w": 70, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 68, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 324, "y": 282, "w": 68, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 636, "y": 284, "w": 65, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 636, "y": 362, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 61, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 175, "y": 80, "w": 71, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 69, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 346, "y": 1, "w": 81, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 79, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 88, "y": 1, "w": 86, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 84, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 85, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 174, "y": 1, "w": 84, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 82, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 427, "y": 1, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 82, "h": 74 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 258, "y": 1, "w": 88, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 86, "h": 71 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 556, "y": 284, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 75, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 151, "y": 419, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 222, "y": 421, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 379, "y": 374, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 12, "w": 71, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 151, "y": 350, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 73, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 480, "y": 284, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 487, "y": 215, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 702, "h": 495 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/750.png b/public/images/pokemon/exp/back/750.png
index 4ac4682a955..5ecd848832e 100644
Binary files a/public/images/pokemon/exp/back/750.png and b/public/images/pokemon/exp/back/750.png differ
diff --git a/public/images/pokemon/exp/back/780.json b/public/images/pokemon/exp/back/780.json
index 6a6dc7a0f38..af67efba2a0 100644
--- a/public/images/pokemon/exp/back/780.json
+++ b/public/images/pokemon/exp/back/780.json
@@ -1,230 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 183,
- "h": 183
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 79,
- "h": 59
- },
- "frame": {
- "x": 81,
- "y": 124,
- "w": 79,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:248a786810697270e14c6ebc74f4c011:d66b0c13068d3a83b9b49f5d2fdc42b5:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 81, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 490, "y": 75, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 325, "y": 75, "w": 82, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 408, "y": 75, "w": 81, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 407, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 325, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 163, "y": 78, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 84, "y": 291, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 495, "y": 218, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 80, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 243, "y": 1, "w": 81, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 81, "h": 74 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 163, "y": 1, "w": 79, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 79, "h": 76 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 489, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 247, "y": 428, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 82, "h": 65 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 165, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 413, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 224, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 167, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 412, "y": 218, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 576, "h": 496 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/780.png b/public/images/pokemon/exp/back/780.png
index aa85f9ed535..595476cf717 100644
Binary files a/public/images/pokemon/exp/back/780.png and b/public/images/pokemon/exp/back/780.png differ
diff --git a/public/images/pokemon/exp/back/782.json b/public/images/pokemon/exp/back/782.json
deleted file mode 100644
index aa9698c6554..00000000000
--- a/public/images/pokemon/exp/back/782.json
+++ /dev/null
@@ -1,2351 +0,0 @@
-{
- "textures": [
- {
- "image": "782.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:48f53f968d06c5de2d5b76e15505b755:5d901e7ac581518a4fe6730bcf366c83:d07862436676aa228a148ee1f1d82a8f$"
- }
-}
diff --git a/public/images/pokemon/exp/back/782.png b/public/images/pokemon/exp/back/782.png
deleted file mode 100644
index 402ac12f53a..00000000000
Binary files a/public/images/pokemon/exp/back/782.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/783.json b/public/images/pokemon/exp/back/783.json
deleted file mode 100644
index ea0bcf61b16..00000000000
--- a/public/images/pokemon/exp/back/783.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "783.png",
- "format": "RGBA8888",
- "size": {
- "w": 170,
- "h": 170
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 70
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 57,
- "h": 70
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 70
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 57,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 53,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 53,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 59,
- "y": 70,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 59,
- "y": 70,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 70,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 70,
- "w": 55,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:20660c9e03072cd65380bda5628411e8:a05376d2ce003dccda577a6cc48e817b:aab166e28c744865a0296041224dd01b$"
- }
-}
diff --git a/public/images/pokemon/exp/back/783.png b/public/images/pokemon/exp/back/783.png
deleted file mode 100644
index ea3deeb1a40..00000000000
Binary files a/public/images/pokemon/exp/back/783.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/784.json b/public/images/pokemon/exp/back/784.json
deleted file mode 100644
index 7ff49909f1a..00000000000
--- a/public/images/pokemon/exp/back/784.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "784.png",
- "format": "RGBA8888",
- "size": {
- "w": 240,
- "h": 240
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 81
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 84,
- "h": 81
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 84,
- "h": 81
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 84,
- "h": 81
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 84,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 81,
- "h": 81
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 81,
- "h": 81
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 81,
- "y": 81,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 81,
- "y": 81,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 79,
- "h": 79
- },
- "frame": {
- "x": 159,
- "y": 81,
- "w": 79,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 78,
- "h": 80
- },
- "frame": {
- "x": 159,
- "y": 160,
- "w": 78,
- "h": 80
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 78,
- "h": 80
- },
- "frame": {
- "x": 159,
- "y": 160,
- "w": 78,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e1718793cec57b03b57147eb8c643dea:df6891980c354d7d34cd79ab41de7d58:c2f7ca3ab1075b8c824730653d891244$"
- }
-}
diff --git a/public/images/pokemon/exp/back/784.png b/public/images/pokemon/exp/back/784.png
deleted file mode 100644
index 54522e52998..00000000000
Binary files a/public/images/pokemon/exp/back/784.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/815-gigantamax.json b/public/images/pokemon/exp/back/815-gigantamax.json
new file mode 100644
index 00000000000..952ea16b6b8
--- /dev/null
+++ b/public/images/pokemon/exp/back/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 444, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 289, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 525, "y": 288, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 83, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 485, "w": 79, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 79, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 84, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 356, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 268, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 354, "y": 194, "w": 84, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 84, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 255, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 423, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 506, "y": 481, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 250, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 339, "y": 291, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 167, "y": 386, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 440, "y": 288, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 414, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/815-gigantamax.png b/public/images/pokemon/exp/back/815-gigantamax.png
new file mode 100644
index 00000000000..0036d75cbfc
Binary files /dev/null and b/public/images/pokemon/exp/back/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/839-gigantamax.json b/public/images/pokemon/exp/back/839-gigantamax.json
new file mode 100644
index 00000000000..35d98910c9f
--- /dev/null
+++ b/public/images/pokemon/exp/back/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 79, "y": 187, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 432, "y": 95, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 441, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 356, "y": 0, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 85, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 180, "y": 0, "w": 88, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 88, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 0, "w": 90, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 90, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 268, "y": 0, "w": 88, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 88, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 94, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 85, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 77, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 397, "y": 285, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 232, "y": 378, "w": 81, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 81, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 315, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 478, "y": 286, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 313, "y": 467, "w": 79, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 335, "y": 189, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 79, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 77, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 77, "y": 467, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 468, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 392, "y": 471, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 309, "y": 559, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 386, "y": 565, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 561, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 230, "y": 562, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 472, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 155, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 281, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 622, "h": 661 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/839-gigantamax.png b/public/images/pokemon/exp/back/839-gigantamax.png
new file mode 100644
index 00000000000..6b7622b05d8
Binary files /dev/null and b/public/images/pokemon/exp/back/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/840.json b/public/images/pokemon/exp/back/840.json
index 4e49422dab7..eb5a925c565 100644
--- a/public/images/pokemon/exp/back/840.json
+++ b/public/images/pokemon/exp/back/840.json
@@ -1,230 +1,1145 @@
-{
- "textures": [
- {
- "image": "840.png",
- "format": "RGBA8888",
- "size": {
- "w": 95,
- "h": 95
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 41
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 41
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 32,
- "y": 41,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 31,
- "h": 41
- },
- "frame": {
- "x": 63,
- "y": 42,
- "w": 31,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 31,
- "h": 41
- },
- "frame": {
- "x": 63,
- "y": 42,
- "w": 31,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b5d6af055845f0bb50dedd55de251612:02858b561d730304d719627e15bc2130:c6a93eb4343acba47be6c18cd2c93ef1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 136, "y": 90, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 171, "y": 91, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 37, "y": 44, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 34, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 79, "y": 2, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 41, "y": 2, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 116, "y": 2, "w": 34, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 34, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 131, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 136, "y": 132, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 171, "y": 133, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 152, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 108, "y": 45, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 176, "y": 46, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 37, "y": 86, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 70, "y": 87, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 70, "y": 132, "w": 30, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 103, "y": 89, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 142, "y": 46, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 187, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 2, "y": 44, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 136, "y": 90, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 171, "y": 91, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 44, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 34, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 79, "y": 2, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 2, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 116, "y": 2, "w": 34, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 34, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 35, "y": 131, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 136, "y": 132, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 133, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 152, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 108, "y": 45, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 176, "y": 46, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 37, "y": 86, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 87, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 70, "y": 132, "w": 30, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 103, "y": 89, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 142, "y": 46, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 187, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 2, "y": 44, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 136, "y": 90, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 171, "y": 91, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 37, "y": 44, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 34, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 79, "y": 2, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 41, "y": 2, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 116, "y": 2, "w": 34, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 34, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 35, "y": 131, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 136, "y": 132, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 171, "y": 133, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 152, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 108, "y": 45, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 176, "y": 46, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 37, "y": 86, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 70, "y": 87, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 70, "y": 132, "w": 30, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 103, "y": 89, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 142, "y": 46, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 187, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 2, "y": 44, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 2, "y": 173, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 33, "h": 39 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 2, "y": 133, "w": 30, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 30, "h": 34 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 102, "y": 134, "w": 28, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 28, "h": 30 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 102, "y": 134, "w": 28, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 28, "h": 30 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 2, "y": 133, "w": 30, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 30, "h": 34 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 2, "y": 173, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 33, "h": 39 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "840.png",
+ "format": "I8",
+ "size": { "w": 222, "h": 214 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/840.png b/public/images/pokemon/exp/back/840.png
index ac6aa240888..29336b622e3 100644
Binary files a/public/images/pokemon/exp/back/840.png and b/public/images/pokemon/exp/back/840.png differ
diff --git a/public/images/pokemon/exp/back/841.png b/public/images/pokemon/exp/back/841.png
index 9e6ec5effb1..ecf344211ef 100644
Binary files a/public/images/pokemon/exp/back/841.png and b/public/images/pokemon/exp/back/841.png differ
diff --git a/public/images/pokemon/exp/back/842.png b/public/images/pokemon/exp/back/842.png
index e38feeb0b42..9258c511d25 100644
Binary files a/public/images/pokemon/exp/back/842.png and b/public/images/pokemon/exp/back/842.png differ
diff --git a/public/images/pokemon/exp/back/871.png b/public/images/pokemon/exp/back/871.png
index faf12b7d4a2..e20040e8a6a 100644
Binary files a/public/images/pokemon/exp/back/871.png and b/public/images/pokemon/exp/back/871.png differ
diff --git a/public/images/pokemon/exp/back/935.json b/public/images/pokemon/exp/back/935.json
deleted file mode 100644
index 26aa6c572c3..00000000000
--- a/public/images/pokemon/exp/back/935.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "935.png",
- "format": "RGBA8888",
- "size": {
- "w": 133,
- "h": 133
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 29,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 49
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 29,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 49
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 49
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 49
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 49
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 28,
- "h": 49
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 28,
- "h": 49
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 28,
- "h": 49
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 28,
- "h": 49
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 49
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 28,
- "h": 49
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 49
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 28,
- "h": 49
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 28,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 28,
- "h": 48
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 28,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 28,
- "h": 48
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 48
- },
- "frame": {
- "x": 28,
- "y": 49,
- "w": 27,
- "h": 48
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 27,
- "h": 47
- },
- "frame": {
- "x": 55,
- "y": 49,
- "w": 27,
- "h": 47
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 27,
- "h": 47
- },
- "frame": {
- "x": 55,
- "y": 49,
- "w": 27,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 26,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 49,
- "w": 26,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 26,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 49,
- "w": 26,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 25,
- "h": 45
- },
- "frame": {
- "x": 108,
- "y": 49,
- "w": 25,
- "h": 45
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2880dad5e3c550bb25e02ab0ab8d58c8:9dc0340440df25f20b3f006422b7a238:077dcf06dc5fc347497b59afe6126a5e$"
- }
-}
diff --git a/public/images/pokemon/exp/back/935.png b/public/images/pokemon/exp/back/935.png
deleted file mode 100644
index 64fc37a4a33..00000000000
Binary files a/public/images/pokemon/exp/back/935.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/936.json b/public/images/pokemon/exp/back/936.json
deleted file mode 100644
index 79ff3ce5c33..00000000000
--- a/public/images/pokemon/exp/back/936.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "936.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 58,
- "h": 97
- },
- "frame": {
- "x": 59,
- "y": 97,
- "w": 58,
- "h": 97
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 58,
- "h": 97
- },
- "frame": {
- "x": 59,
- "y": 97,
- "w": 58,
- "h": 97
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 97
- },
- "frame": {
- "x": 117,
- "y": 97,
- "w": 58,
- "h": 97
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 97
- },
- "frame": {
- "x": 117,
- "y": 97,
- "w": 58,
- "h": 97
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 57,
- "h": 96
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 57,
- "h": 96
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 57,
- "h": 96
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 57,
- "h": 96
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 58,
- "h": 95
- },
- "frame": {
- "x": 175,
- "y": 0,
- "w": 58,
- "h": 95
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 58,
- "h": 95
- },
- "frame": {
- "x": 175,
- "y": 0,
- "w": 58,
- "h": 95
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 58,
- "h": 94
- },
- "frame": {
- "x": 175,
- "y": 95,
- "w": 58,
- "h": 94
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 57,
- "h": 94
- },
- "frame": {
- "x": 175,
- "y": 189,
- "w": 57,
- "h": 94
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:973448a7633a4dceb9828d95556ed3c2:09d8ad02433d8015e4665464587b1259:1a0490303f9626f92e787c567cd10feb$"
- }
-}
diff --git a/public/images/pokemon/exp/back/936.png b/public/images/pokemon/exp/back/936.png
deleted file mode 100644
index 14b0c1c7bf2..00000000000
Binary files a/public/images/pokemon/exp/back/936.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/937.json b/public/images/pokemon/exp/back/937.json
deleted file mode 100644
index 9cdf9b93093..00000000000
--- a/public/images/pokemon/exp/back/937.json
+++ /dev/null
@@ -1,650 +0,0 @@
-{
- "textures": [
- {
- "image": "937.png",
- "format": "RGBA8888",
- "size": {
- "w": 382,
- "h": 382
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 96
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 96
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 96
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 182,
- "y": 0,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 182,
- "y": 0,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 89,
- "h": 96
- },
- "frame": {
- "x": 272,
- "y": 0,
- "w": 89,
- "h": 96
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 89,
- "h": 96
- },
- "frame": {
- "x": 272,
- "y": 0,
- "w": 89,
- "h": 96
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 91,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 91,
- "h": 95
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 91,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 91,
- "h": 95
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 91,
- "y": 96,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 91,
- "y": 96,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 180,
- "y": 96,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 180,
- "y": 96,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 88,
- "y": 191,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 88,
- "y": 191,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 87,
- "h": 96
- },
- "frame": {
- "x": 176,
- "y": 192,
- "w": 87,
- "h": 96
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 87,
- "h": 96
- },
- "frame": {
- "x": 176,
- "y": 192,
- "w": 87,
- "h": 96
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 85,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 287,
- "w": 85,
- "h": 95
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 85,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 287,
- "w": 85,
- "h": 95
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 85,
- "h": 94
- },
- "frame": {
- "x": 85,
- "y": 287,
- "w": 85,
- "h": 94
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 85,
- "h": 94
- },
- "frame": {
- "x": 85,
- "y": 287,
- "w": 85,
- "h": 94
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 82,
- "h": 96
- },
- "frame": {
- "x": 263,
- "y": 192,
- "w": 82,
- "h": 96
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 82,
- "h": 96
- },
- "frame": {
- "x": 263,
- "y": 192,
- "w": 82,
- "h": 96
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 85,
- "h": 93
- },
- "frame": {
- "x": 268,
- "y": 96,
- "w": 85,
- "h": 93
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 85,
- "h": 93
- },
- "frame": {
- "x": 268,
- "y": 96,
- "w": 85,
- "h": 93
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 81,
- "h": 94
- },
- "frame": {
- "x": 170,
- "y": 288,
- "w": 81,
- "h": 94
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 81,
- "h": 94
- },
- "frame": {
- "x": 170,
- "y": 288,
- "w": 81,
- "h": 94
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 80,
- "h": 94
- },
- "frame": {
- "x": 251,
- "y": 288,
- "w": 80,
- "h": 94
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 80,
- "h": 94
- },
- "frame": {
- "x": 251,
- "y": 288,
- "w": 80,
- "h": 94
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25759b98c1f7867fe6c4ff54c797c3e2:0076c777d18a4f3d780937118dfb6388:1d4b4f8d62307c37457ba974879b47d0$"
- }
-}
diff --git a/public/images/pokemon/exp/back/937.png b/public/images/pokemon/exp/back/937.png
deleted file mode 100644
index 676950a1999..00000000000
Binary files a/public/images/pokemon/exp/back/937.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/708.json b/public/images/pokemon/exp/back/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/shiny/708.json
rename to public/images/pokemon/exp/back/female/6215.json
index 188cebad63c..4f58734d55e 100644
--- a/public/images/pokemon/exp/shiny/708.json
+++ b/public/images/pokemon/exp/back/female/6215.json
@@ -1,432 +1,33 @@
{
"textures": [
{
- "image": "708.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 206,
- "h": 206
+ "w": 155,
+ "h": 155
},
"scale": 1,
"frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
"x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
"y": 1,
- "w": 51,
- "h": 43
+ "w": 54,
+ "h": 49
},
"frame": {
"x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
"y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
+ "w": 54,
+ "h": 49
}
},
{
@@ -434,20 +35,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -455,20 +77,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -476,461 +119,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 102,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
- "y": 6,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 152,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0042.png",
+ "filename": "0043.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 6,
+ "x": 0,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
@@ -938,41 +161,146 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0048.png",
+ "filename": "0005.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
+ "x": 0,
"y": 3,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 47
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
}
},
{
@@ -980,20 +308,167 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
"h": 47
},
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
}
},
{
@@ -1001,20 +476,545 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
"w": 51,
- "h": 41
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
}
}
]
@@ -1023,6 +1023,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:02aeb20d3dedab69cd63430f383bb8a9:140bc3262838e3b187b88498bce06706:796c82c5076b122f2663381836c65843$"
+ "smartupdate": "$TexturePacker:SmartUpdate:29aeff74e785c73ae2261d8bb0459111:5709d3d72351f1424de632ebf8347c01:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/back/female/6215.png b/public/images/pokemon/exp/back/female/6215.png
new file mode 100644
index 00000000000..7dbdab7eb85
Binary files /dev/null and b/public/images/pokemon/exp/back/female/6215.png differ
diff --git a/public/images/pokemon/exp/back/female/668.json b/public/images/pokemon/exp/back/female/668.json
new file mode 100644
index 00000000000..4c493f84959
--- /dev/null
+++ b/public/images/pokemon/exp/back/female/668.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 233, "y": 213, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 156, "y": 144, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 79, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 319, "y": 144, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 80, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 242, "y": 73, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 80, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 310, "y": 282, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 534, "y": 350, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 71, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 301, "y": 351, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 67, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 353, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 3, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 204, "y": 417, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 139, "y": 352, "w": 65, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 65, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 73, "y": 352, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 66, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 351, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 69, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 284, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 4, "w": 73, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 475, "y": 214, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 319, "y": 212, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 82, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 519, "y": 72, "w": 83, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 83, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 434, "y": 0, "w": 85, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 85, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 261, "y": 0, "w": 86, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 86, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 174, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 347, "y": 0, "w": 87, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 87, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 519, "y": 0, "w": 85, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 85, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 72, "w": 84, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 84, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 73, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 162, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668-female.png",
+ "format": "I8",
+ "size": { "w": 605, "h": 492 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/female/668.png b/public/images/pokemon/exp/back/female/668.png
new file mode 100644
index 00000000000..e5b5ed2494e
Binary files /dev/null and b/public/images/pokemon/exp/back/female/668.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2037.json b/public/images/pokemon/exp/back/shiny/2037.json
index 01259c3dc3d..790321704de 100644
--- a/public/images/pokemon/exp/back/shiny/2037.json
+++ b/public/images/pokemon/exp/back/shiny/2037.json
@@ -1,188 +1,101 @@
-{
- "textures": [
- {
- "image": "2037.png",
- "format": "RGBA8888",
- "size": {
- "w": 150,
- "h": 150
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 50
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 60,
- "h": 50
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 60,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 59,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 50
- },
- "frame": {
- "x": 59,
- "y": 100,
- "w": 59,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 48
- },
- "frame": {
- "x": 60,
- "y": 50,
- "w": 61,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c26c3a06a7e949ac3da512bb0c218169:1561eac8f519c7efd877f2e03ea21708:c679847d1c2ddf91caeaa5ebb76a6664$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 50, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 58, "h": 49 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 60, "y": 50, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 119, "y": 50, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 60, "y": 99, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 56, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 178, "y": 98, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 58, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 178, "y": 51, "w": 60, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 60, "h": 46 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 1, "w": 63, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 63, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 65, "y": 1, "w": 62, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 62, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 128, "y": 1, "w": 61, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 61, "h": 48 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 190, "y": 1, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 49 },
+ "sourceSize": { "w": 63, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2037.png",
+ "format": "I8",
+ "size": { "w": 250, "h": 146 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2037.png b/public/images/pokemon/exp/back/shiny/2037.png
index af9318d53b1..d5443e7d642 100644
Binary files a/public/images/pokemon/exp/back/shiny/2037.png and b/public/images/pokemon/exp/back/shiny/2037.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2038.json b/public/images/pokemon/exp/back/shiny/2038.json
index 28b88e1c5d5..af164a77c57 100644
--- a/public/images/pokemon/exp/back/shiny/2038.json
+++ b/public/images/pokemon/exp/back/shiny/2038.json
@@ -1,692 +1,155 @@
-{
- "textures": [
- {
- "image": "2038.png",
- "format": "RGBA8888",
- "size": {
- "w": 514,
- "h": 514
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 8,
- "w": 101,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 101,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 8,
- "w": 102,
- "h": 64
- },
- "frame": {
- "x": 101,
- "y": 0,
- "w": 102,
- "h": 64
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 99,
- "h": 64
- },
- "frame": {
- "x": 203,
- "y": 0,
- "w": 99,
- "h": 64
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 99,
- "h": 64
- },
- "frame": {
- "x": 302,
- "y": 0,
- "w": 99,
- "h": 64
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 7,
- "w": 98,
- "h": 64
- },
- "frame": {
- "x": 401,
- "y": 0,
- "w": 98,
- "h": 64
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 98,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 98,
- "h": 65
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 65
- },
- "frame": {
- "x": 98,
- "y": 64,
- "w": 111,
- "h": 65
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 65
- },
- "frame": {
- "x": 209,
- "y": 64,
- "w": 111,
- "h": 65
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 8,
- "w": 104,
- "h": 65
- },
- "frame": {
- "x": 320,
- "y": 64,
- "w": 104,
- "h": 65
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 97,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 128,
- "w": 97,
- "h": 65
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 6,
- "w": 97,
- "h": 65
- },
- "frame": {
- "x": 97,
- "y": 129,
- "w": 97,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 111,
- "h": 66
- },
- "frame": {
- "x": 194,
- "y": 129,
- "w": 111,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 66
- },
- "frame": {
- "x": 305,
- "y": 129,
- "w": 111,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 5,
- "w": 98,
- "h": 66
- },
- "frame": {
- "x": 416,
- "y": 129,
- "w": 98,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 110,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 110,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 108,
- "h": 66
- },
- "frame": {
- "x": 110,
- "y": 195,
- "w": 108,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 106,
- "h": 66
- },
- "frame": {
- "x": 218,
- "y": 195,
- "w": 106,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 109,
- "h": 67
- },
- "frame": {
- "x": 324,
- "y": 195,
- "w": 109,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 111,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 261,
- "w": 111,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 98,
- "h": 68
- },
- "frame": {
- "x": 111,
- "y": 261,
- "w": 98,
- "h": 68
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 108,
- "h": 69
- },
- "frame": {
- "x": 209,
- "y": 261,
- "w": 108,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 2,
- "w": 98,
- "h": 69
- },
- "frame": {
- "x": 317,
- "y": 262,
- "w": 98,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 98,
- "h": 70
- },
- "frame": {
- "x": 415,
- "y": 262,
- "w": 98,
- "h": 70
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 106,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 328,
- "w": 106,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 99,
- "h": 71
- },
- "frame": {
- "x": 106,
- "y": 329,
- "w": 99,
- "h": 71
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 106,
- "h": 70
- },
- "frame": {
- "x": 205,
- "y": 330,
- "w": 106,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 98,
- "h": 71
- },
- "frame": {
- "x": 311,
- "y": 331,
- "w": 98,
- "h": 71
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 100,
- "h": 71
- },
- "frame": {
- "x": 409,
- "y": 332,
- "w": 100,
- "h": 71
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 102,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 398,
- "w": 102,
- "h": 71
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 103,
- "h": 71
- },
- "frame": {
- "x": 102,
- "y": 400,
- "w": 103,
- "h": 71
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 104,
- "h": 71
- },
- "frame": {
- "x": 205,
- "y": 400,
- "w": 104,
- "h": 71
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 111,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 106,
- "h": 71
- },
- "frame": {
- "x": 309,
- "y": 403,
- "w": 106,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:daba98eede1b4cafdaf3d2c2d7ef907f:c4d90754ddb58ba739191c8fc94a8f24:51bcdbb4fa6a1a9e90a83c2a4132ee1b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 232, "y": 198, "w": 74, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 74, "h": 62 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 155, "y": 132, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 78, "h": 65 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 156, "y": 66, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 134, "w": 77, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 75, "y": 198, "w": 77, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 77, "h": 61 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 134, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 234, "y": 67, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 233, "y": 133, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 78, "h": 65 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 155, "y": 197, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 77, "h": 63 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 0, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 79, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 78, "h": 68 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 235, "y": 0, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 77, "h": 67 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 198, "w": 75, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 75, "h": 64 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 68, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 78, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 78, "y": 0, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 68 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 78, "y": 68, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 77, "h": 66 },
+ "sourceSize": { "w": 82, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2038.png",
+ "format": "I8",
+ "size": { "w": 312, "h": 262 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2038.png b/public/images/pokemon/exp/back/shiny/2038.png
index 7452a07959e..33c5406bbb7 100644
Binary files a/public/images/pokemon/exp/back/shiny/2038.png and b/public/images/pokemon/exp/back/shiny/2038.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2074.json b/public/images/pokemon/exp/back/shiny/2074.json
index 3750e354036..d7500c522e9 100644
--- a/public/images/pokemon/exp/back/shiny/2074.json
+++ b/public/images/pokemon/exp/back/shiny/2074.json
@@ -1,230 +1,398 @@
-{
- "textures": [
- {
- "image": "2074.png",
- "format": "RGBA8888",
- "size": {
- "w": 108,
- "h": 108
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 56,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 56,
- "h": 33
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 9,
- "w": 56,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 56,
- "h": 33
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 54,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 54,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 54,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 54,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 57,
- "y": 0,
- "w": 51,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 57,
- "y": 0,
- "w": 51,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 51,
- "h": 35
- },
- "frame": {
- "x": 56,
- "y": 34,
- "w": 51,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 51,
- "h": 35
- },
- "frame": {
- "x": 56,
- "y": 34,
- "w": 51,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 57,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 34
- },
- "frame": {
- "x": 54,
- "y": 69,
- "w": 51,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:83d00ed4c6a02e60a38ac9aee06d8c3c:775f78f8cdeebcc0ae0338af2fc1f6c7:ad137687a877f55f096b7447bfdfe295$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 67, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 35, "w": 66, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 66, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 203, "y": 67, "w": 65, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 65, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 131, "y": 68, "w": 64, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 64, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 195, "y": 99, "w": 61, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 61, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 63, "y": 100, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 59, "h": 32 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 268, "y": 68, "w": 62, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 62, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 67, "w": 64, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 64, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 203, "y": 34, "w": 66, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 66, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 275, "y": 1, "w": 67, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 67, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 1, "w": 70, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 139, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 207, "y": 1, "w": 68, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 68, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 34, "w": 67, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 67, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 138, "y": 34, "w": 65, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 65, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 269, "y": 34, "w": 64, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 64, "h": 34 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 99, "w": 62, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 62, "h": 33 },
+ "sourceSize": { "w": 71, "h": 44 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2074.png",
+ "format": "I8",
+ "size": { "w": 343, "h": 133 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2074.png b/public/images/pokemon/exp/back/shiny/2074.png
index 84f0eea9eea..9db2c9ea0b0 100644
Binary files a/public/images/pokemon/exp/back/shiny/2074.png and b/public/images/pokemon/exp/back/shiny/2074.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2075.json b/public/images/pokemon/exp/back/shiny/2075.json
index 94e0db4a192..76c9932c417 100644
--- a/public/images/pokemon/exp/back/shiny/2075.json
+++ b/public/images/pokemon/exp/back/shiny/2075.json
@@ -1,188 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 131,
- "h": 131
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 67,
- "h": 43
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 65,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 65,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 65,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 65,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 87,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 63,
- "h": 44
- },
- "frame": {
- "x": 65,
- "y": 87,
- "w": 63,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 44
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 61,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e29904dcd6139adeb45191492d71f1e5:4dd0caa839bbbfbf24d378cf60fffd1b:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 250, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 287, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 250, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 287, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 250, "w": 65, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 65, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 210, "y": 210, "w": 67, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 67, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 412, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 216, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 287, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 73, "y": 1, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 72, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 429, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 341, "y": 87, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 419, "y": 130, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 419, "y": 130, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 419, "y": 130, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 285, "y": 171, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 490, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 490, "y": 130, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 496, "y": 210, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 72, "y": 210, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 479, "y": 45, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 207, "y": 44, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 44, "w": 66, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 66, "h": 46 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 274, "y": 44, "w": 67, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 67, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 280, "y": 128, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 141, "y": 210, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 69, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 277, "y": 211, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 426, "y": 210, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 356, "y": 210, "w": 70, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 70, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 72, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 210, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 143, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 70, "y": 129, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 138, "y": 88, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 67, "y": 86, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 341, "y": 44, "w": 70, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 70, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 127, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 411, "y": 44, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 68, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 500, "y": 1, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 69, "h": 44 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 138, "y": 44, "w": 69, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 69, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 481, "y": 88, "w": 69, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 69, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 140, "y": 129, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 210, "y": 129, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 349, "y": 130, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 70, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 214, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 419, "y": 170, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 40 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 209, "y": 88, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 341, "y": 87, "w": 71, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 71, "h": 41 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 67, "y": 44, "w": 71, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 71, "h": 42 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 358, "y": 1, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 71, "h": 43 },
+ "sourceSize": { "w": 81, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 570, "h": 293 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2075.png b/public/images/pokemon/exp/back/shiny/2075.png
index cdcfd55d4ba..6fbe68dd727 100644
Binary files a/public/images/pokemon/exp/back/shiny/2075.png and b/public/images/pokemon/exp/back/shiny/2075.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2076.json b/public/images/pokemon/exp/back/shiny/2076.json
index aa499f537be..11a4999b41d 100644
--- a/public/images/pokemon/exp/back/shiny/2076.json
+++ b/public/images/pokemon/exp/back/shiny/2076.json
@@ -1,209 +1,965 @@
-{
- "textures": [
- {
- "image": "2076.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 55,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 110,
- "y": 0,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 55,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 55,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 54,
- "h": 69
- },
- "frame": {
- "x": 55,
- "y": 67,
- "w": 54,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 55,
- "h": 69
- },
- "frame": {
- "x": 109,
- "y": 67,
- "w": 55,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 55,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 134,
- "w": 55,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 55,
- "y": 136,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 55,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 110,
- "y": 136,
- "w": 55,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4e9f4d6cd9939d8af2f26d93c51cca84:ba5f3bd7a848240c136dc6e321666792:719cdf7324091edbb7b1d6e2d7254a1a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 165, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 318, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 271, "y": 254, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 163, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 57, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 56, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 111, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 348, "y": 63, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 64, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 221, "y": 189, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 129, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 55, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 324, "y": 321, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 192, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 109, "y": 193, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 111, "y": 258, "w": 54, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 54, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 330, "y": 191, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 108, "y": 322, "w": 53, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 53, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 161, "y": 383, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 53, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 322, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 55, "y": 320, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 271, "y": 319, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 217, "y": 253, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 276, "y": 189, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 334, "y": 127, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 222, "y": 126, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 58, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 349, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 291, "y": 1, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 222, "y": 64, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 55, "y": 258, "w": 56, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 56, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 291, "y": 63, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 278, "y": 126, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 1, "y": 128, "w": 55, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 112, "y": 64, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 325, "y": 256, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 1, "y": 257, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2076.png",
+ "format": "I8",
+ "size": { "w": 408, "h": 447 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2076.png b/public/images/pokemon/exp/back/shiny/2076.png
index 54294d688a7..69424220267 100644
Binary files a/public/images/pokemon/exp/back/shiny/2076.png and b/public/images/pokemon/exp/back/shiny/2076.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2088.json b/public/images/pokemon/exp/back/shiny/2088.json
index d83a5e80b9f..bc5207262b9 100644
--- a/public/images/pokemon/exp/back/shiny/2088.json
+++ b/public/images/pokemon/exp/back/shiny/2088.json
@@ -1,230 +1,173 @@
-{
- "textures": [
- {
- "image": "2088.png",
- "format": "RGBA8888",
- "size": {
- "w": 123,
- "h": 123
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 48,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 48,
- "y": 41,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 48,
- "y": 41,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 45,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 45,
- "y": 82,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 45,
- "y": 82,
- "w": 44,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ba890bb81fa834ddd0788233d167fc52:cbdce6f244382f200e05794e64d74837:b8df8f168871505f42fdc6d3c5b106f0$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 49, "y": 111, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 75, "w": 49, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 216, "y": 75, "w": 50, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 50, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 54, "y": 73, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 52, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 37, "w": 54, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 54, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 111, "y": 38, "w": 54, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 54, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 169, "y": 0, "w": 56, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 225, "y": 0, "w": 56, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 56, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 54, "y": 37, "w": 57, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 57, "h": 36 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 57, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 37, "w": 55, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 37 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 114, "y": 0, "w": 55, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 224, "y": 37, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 74, "w": 51, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 51, "h": 38 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 106, "y": 75, "w": 49, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 49, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 155, "y": 112, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 203, "y": 113, "w": 48, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 48, "h": 39 },
+ "sourceSize": { "w": 58, "h": 39 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2088.png",
+ "format": "I8",
+ "size": { "w": 281, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2088.png b/public/images/pokemon/exp/back/shiny/2088.png
index 89227ccbb55..1f939f63d70 100644
Binary files a/public/images/pokemon/exp/back/shiny/2088.png and b/public/images/pokemon/exp/back/shiny/2088.png differ
diff --git a/public/images/pokemon/exp/back/shiny/2089.json b/public/images/pokemon/exp/back/shiny/2089.json
index 43d6fa141b3..c0416f08b26 100644
--- a/public/images/pokemon/exp/back/shiny/2089.json
+++ b/public/images/pokemon/exp/back/shiny/2089.json
@@ -1,230 +1,1091 @@
-{
- "textures": [
- {
- "image": "2089.png",
- "format": "RGBA8888",
- "size": {
- "w": 178,
- "h": 178
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 82,
- "h": 63
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 82,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 82,
- "h": 62
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 82,
- "h": 62
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 82,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 125,
- "w": 82,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 82,
- "h": 59
- },
- "frame": {
- "x": 82,
- "y": 63,
- "w": 82,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 82,
- "h": 59
- },
- "frame": {
- "x": 82,
- "y": 63,
- "w": 82,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 82,
- "h": 56
- },
- "frame": {
- "x": 82,
- "y": 122,
- "w": 82,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 82,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 82,
- "h": 56
- },
- "frame": {
- "x": 82,
- "y": 122,
- "w": 82,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6de3971a726023157c38b599fa8651b9:a11b234c76dc80c742c8c4b3d7e37c73:49ee9ed0dd32c5ba33977741b45fc3f4$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 82, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 246, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 246, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 414, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 499, "y": 118, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 259, "y": 119, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 87, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 266, "y": 228, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 358, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 186, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 542, "y": 375, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 1, "y": 375, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 449, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 449, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 88, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 177, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 346, "y": 175, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 499, "y": 61, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 412, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 81, "h": 62 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 164, "y": 1, "w": 82, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 82, "h": 61 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 495, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 330, "y": 61, "w": 84, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 84, "h": 58 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 414, "y": 118, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 1, "y": 119, "w": 86, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 86, "h": 56 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 259, "y": 173, "w": 87, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 87, "h": 54 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 499, "y": 174, "w": 88, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 88, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 433, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 178, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 540, "y": 278, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 93, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 93, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 449, "y": 375, "w": 93, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 93, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 279, "y": 376, "w": 92, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 92, "h": 46 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 185, "y": 328, "w": 92, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 92, "h": 47 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 541, "y": 327, "w": 92, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 92, "h": 48 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 358, "y": 327, "w": 91, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 91, "h": 49 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 278, "w": 90, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 90, "h": 50 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 522, "y": 227, "w": 89, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 89, "h": 51 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 1, "y": 227, "w": 87, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 87, "h": 53 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 173, "y": 119, "w": 86, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 86, "h": 55 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 82, "y": 62, "w": 85, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 85, "h": 57 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 329, "y": 1, "w": 83, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 83, "h": 60 },
+ "sourceSize": { "w": 93, "h": 62 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2089.png",
+ "format": "I8",
+ "size": { "w": 635, "h": 423 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/2089.png b/public/images/pokemon/exp/back/shiny/2089.png
index db7e46bad80..8dcb36bcb09 100644
Binary files a/public/images/pokemon/exp/back/shiny/2089.png and b/public/images/pokemon/exp/back/shiny/2089.png differ
diff --git a/public/images/pokemon/exp/back/shiny/248-mega.json b/public/images/pokemon/exp/back/shiny/248-mega.json
index e6874d48784..67e88b6014f 100644
--- a/public/images/pokemon/exp/back/shiny/248-mega.json
+++ b/public/images/pokemon/exp/back/shiny/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3dba844e4799c099eae9413ec740d703:7a7dc95ebe53fcea6738011b92bff44e:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 430, "y": 101, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 195, "w": 84, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 84, "h": 88 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 173, "y": 287, "w": 85, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 85, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 373, "w": 85, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 85, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 341, "y": 455, "w": 85, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 85, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 84, "y": 534, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 170, "y": 534, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 170, "y": 456, "w": 83, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 83, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 341, "y": 533, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 84, "y": 456, "w": 84, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 84, "h": 76 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 255, "y": 455, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 84, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 513, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 428, "y": 455, "w": 83, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 83, "h": 77 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 260, "y": 373, "w": 83, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 516, "y": 287, "w": 83, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 83, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 347, "y": 287, "w": 83, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 83, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 256, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 342, "y": 192, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 101, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 92 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 426, "y": 194, "w": 82, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 82, "h": 91 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 510, "y": 196, "w": 83, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 83, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 285, "w": 83, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 83, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 432, "y": 287, "w": 82, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 85 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 85, "y": 288, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 83 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 373, "w": 82, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 82, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 345, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 429, "y": 374, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 455, "w": 82, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 82, "h": 79 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 171, "y": 374, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 80 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 516, "y": 372, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 84, "h": 81 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 260, "y": 287, "w": 85, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 85, "h": 84 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 200, "w": 85, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 85, "h": 86 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 342, "y": 101, "w": 86, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 89 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 256, "y": 100, "w": 84, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 84, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 86, "y": 100, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 514, "y": 0, "w": 83, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 83, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 429, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 344, "y": 0, "w": 83, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 83, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 0, "w": 84, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 84, "h": 99 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 258, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 172, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 84, "h": 98 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 171, "y": 100, "w": 83, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 83, "h": 97 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 514, "y": 100, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 83, "h": 94 },
+ "sourceSize": { "w": 88, "h": 101 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 600, "h": 610 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/248-mega.png b/public/images/pokemon/exp/back/shiny/248-mega.png
index 10b8bfb05f3..bb4a62d441f 100644
Binary files a/public/images/pokemon/exp/back/shiny/248-mega.png and b/public/images/pokemon/exp/back/shiny/248-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/362-mega.json b/public/images/pokemon/exp/back/shiny/362-mega.json
index 2c42a6db6f1..02354ddad93 100644
--- a/public/images/pokemon/exp/back/shiny/362-mega.json
+++ b/public/images/pokemon/exp/back/shiny/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 61,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 71
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 61,
- "h": 70
- },
- "frame": {
- "x": 61,
- "y": 70,
- "w": 61,
- "h": 70
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 61,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:25f7f8085d78ddcdd4aadd2f3591c111:e79d613f15426593f8c7367b1afc6c04:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 14, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 15, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 65, "h": 68 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 67, "y": 66, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 58, "h": 66 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 67, "y": 0, "w": 61, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 61, "h": 64 },
+ "sourceSize": { "w": 65, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 128, "h": 132 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/362-mega.png b/public/images/pokemon/exp/back/shiny/362-mega.png
index 32f3e5658a3..75d5b5075b9 100644
Binary files a/public/images/pokemon/exp/back/shiny/362-mega.png and b/public/images/pokemon/exp/back/shiny/362-mega.png differ
diff --git a/public/images/pokemon/exp/back/shiny/487-origin.json b/public/images/pokemon/exp/back/shiny/487-origin.json
deleted file mode 100644
index 8da21992405..00000000000
--- a/public/images/pokemon/exp/back/shiny/487-origin.json
+++ /dev/null
@@ -1,293 +0,0 @@
-{
- "textures": [
- {
- "image": "487-origin.png",
- "format": "RGBA8888",
- "size": {
- "w": 326,
- "h": 326
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 95,
- "h": 84
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 95,
- "h": 84
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 97,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 97,
- "h": 79
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 7,
- "w": 97,
- "h": 78
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 97,
- "h": 78
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 94,
- "h": 84
- },
- "frame": {
- "x": 97,
- "y": 78,
- "w": 94,
- "h": 84
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 95,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 162,
- "w": 95,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 94,
- "h": 84
- },
- "frame": {
- "x": 191,
- "y": 78,
- "w": 94,
- "h": 84
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 94,
- "h": 77
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 77
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 94,
- "h": 77
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 77
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 94,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 163,
- "w": 94,
- "h": 83
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 92,
- "h": 83
- },
- "frame": {
- "x": 192,
- "y": 162,
- "w": 92,
- "h": 83
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 92,
- "h": 82
- },
- "frame": {
- "x": 94,
- "y": 243,
- "w": 92,
- "h": 82
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 90,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 246,
- "w": 90,
- "h": 78
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 101,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 91,
- "h": 81
- },
- "frame": {
- "x": 186,
- "y": 245,
- "w": 91,
- "h": 81
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:47e13c1a7a77825c7cf7e9fb039c2587:68949a6c55126e61a0a82829cd6ac5a8:5d19509f6557fe13b0b6311434ba7e2d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/487-origin.png b/public/images/pokemon/exp/back/shiny/487-origin.png
deleted file mode 100644
index 95bee551e5d..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/487-origin.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/569-gigantamax.json b/public/images/pokemon/exp/back/shiny/569-gigantamax.json
new file mode 100644
index 00000000000..b266f5eb799
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 311, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 97, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 91, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 97, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 96, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 186, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 194, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 105, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 105, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 105, "y": 0, "w": 104, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 104, "h": 91 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 209, "y": 0, "w": 102, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 92 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 192, "y": 187, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 290, "y": 92, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 96, "h": 95 },
+ "sourceSize": { "w": 105, "h": 95 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 281 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/569-gigantamax.png b/public/images/pokemon/exp/back/shiny/569-gigantamax.png
new file mode 100644
index 00000000000..2322fc2321e
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/651.json b/public/images/pokemon/exp/back/shiny/651.json
index 4e96154d67b..04a791f539f 100644
--- a/public/images/pokemon/exp/back/shiny/651.json
+++ b/public/images/pokemon/exp/back/shiny/651.json
@@ -1,104 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 106,
- "h": 106
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 50
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 53,
- "h": 49
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3f6a8875e3bdc40a01569005eeaa99a4:fe6f34e605d5c3077475cfd03942ff77:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 326, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 222, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 277, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 331, "y": 150, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 162, "y": 247, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 52, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 219, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 272, "y": 198, "w": 53, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 110, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 218, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 55, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 110, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 55, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 165, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 51 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 220, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 111, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 330, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 272, "y": 100, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 100, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 56, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 51, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 219, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 248, "w": 55, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 55, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 275, "y": 150, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 56, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 325, "y": 200, "w": 56, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 56, "h": 47 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 54, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 332, "y": 0, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 55, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 248, "w": 53, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 325, "y": 247, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 53, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 149, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 54, "h": 50 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 108, "y": 199, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 54, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 162, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 55, "h": 48 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 109, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 164, "y": 150, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 55, "h": 49 },
+ "sourceSize": { "w": 59, "h": 54 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 387, "h": 297 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/651.png b/public/images/pokemon/exp/back/shiny/651.png
index 99fa14d5df9..b607fa69a15 100644
Binary files a/public/images/pokemon/exp/back/shiny/651.png and b/public/images/pokemon/exp/back/shiny/651.png differ
diff --git a/public/images/pokemon/exp/back/shiny/653.json b/public/images/pokemon/exp/back/shiny/653.json
index a5d273cff64..c5fb4a5db61 100644
--- a/public/images/pokemon/exp/back/shiny/653.json
+++ b/public/images/pokemon/exp/back/shiny/653.json
@@ -1,2204 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 173,
- "h": 173
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 43,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 43,
- "h": 40
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 43,
- "h": 40
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 44,
- "w": 44,
- "h": 44
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 44
- },
- "frame": {
- "x": 45,
- "y": 88,
- "w": 43,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 88,
- "y": 88,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 89,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 41,
- "h": 43
- },
- "frame": {
- "x": 130,
- "y": 44,
- "w": 41,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 87,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 40,
- "h": 43
- },
- "frame": {
- "x": 128,
- "y": 130,
- "w": 40,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d04be8782bc4dd7044942acce05841d1:0e29431888e23f35da7ce4bf9b48965f:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 123, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 130, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 84, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 42, "h": 39 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 44, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 41, "h": 40 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 128, "w": 38, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 38, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 42, "y": 86, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 42 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 81, "y": 87, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 38, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 88, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 44, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 132, "y": 0, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 44, "y": 43, "w": 44, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 44, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 88, "y": 43, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 42, "h": 44 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 130, "y": 43, "w": 41, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 41, "h": 43 },
+ "sourceSize": { "w": 46, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 176, "h": 170 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/653.png b/public/images/pokemon/exp/back/shiny/653.png
index efd98f5ee42..08b2420ad11 100644
Binary files a/public/images/pokemon/exp/back/shiny/653.png and b/public/images/pokemon/exp/back/shiny/653.png differ
diff --git a/public/images/pokemon/exp/back/shiny/654.json b/public/images/pokemon/exp/back/shiny/654.json
index 990436ec243..a5bd681b6cb 100644
--- a/public/images/pokemon/exp/back/shiny/654.json
+++ b/public/images/pokemon/exp/back/shiny/654.json
@@ -1,188 +1,677 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 65
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6f47a7be287accef984c271dc9a4c0a3:dfd096ac65957c3db229b035490b4fbb:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 102, "y": 203, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 161, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 55, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 110, "y": 0, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 53, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 110, "y": 68, "w": 51, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 51, "h": 69 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 214, "y": 195, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 263, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 215, "y": 130, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 163, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 50, "y": 263, "w": 50, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 50, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 218, "y": 0, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 161, "y": 195, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 163, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 154, "y": 261, "w": 52, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 52, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 131, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 218, "y": 65, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 108, "y": 137, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 51, "y": 196, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 55, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 273, "h": 330 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/654.png b/public/images/pokemon/exp/back/shiny/654.png
index 0dfad6834cc..747aa61bd58 100644
Binary files a/public/images/pokemon/exp/back/shiny/654.png and b/public/images/pokemon/exp/back/shiny/654.png differ
diff --git a/public/images/pokemon/exp/back/shiny/656.json b/public/images/pokemon/exp/back/shiny/656.json
index 0a023d7bee6..78a3ae89852 100644
--- a/public/images/pokemon/exp/back/shiny/656.json
+++ b/public/images/pokemon/exp/back/shiny/656.json
@@ -1,1658 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 201,
- "h": 201
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 32,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 32
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 34,
- "h": 33
- },
- "frame": {
- "x": 66,
- "y": 0,
- "w": 34,
- "h": 33
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 33,
- "h": 33
- },
- "frame": {
- "x": 100,
- "y": 0,
- "w": 33,
- "h": 33
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 133,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 167,
- "y": 0,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 32,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 33,
- "w": 34,
- "h": 34
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 66,
- "y": 33,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 33,
- "h": 35
- },
- "frame": {
- "x": 100,
- "y": 33,
- "w": 33,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 133,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 167,
- "y": 34,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 34,
- "h": 35
- },
- "frame": {
- "x": 34,
- "y": 68,
- "w": 34,
- "h": 35
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 33,
- "h": 35
- },
- "frame": {
- "x": 68,
- "y": 68,
- "w": 33,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 101,
- "y": 69,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 33,
- "h": 36
- },
- "frame": {
- "x": 135,
- "y": 69,
- "w": 33,
- "h": 36
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 33,
- "h": 36
- },
- "frame": {
- "x": 168,
- "y": 69,
- "w": 33,
- "h": 36
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 102,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 34,
- "h": 36
- },
- "frame": {
- "x": 34,
- "y": 103,
- "w": 34,
- "h": 36
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 68,
- "y": 103,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 34,
- "h": 39
- },
- "frame": {
- "x": 101,
- "y": 105,
- "w": 34,
- "h": 39
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 40
- },
- "frame": {
- "x": 135,
- "y": 105,
- "w": 31,
- "h": 40
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 41
- },
- "frame": {
- "x": 166,
- "y": 105,
- "w": 31,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 32,
- "y": 139,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 64,
- "y": 140,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 95,
- "y": 144,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 32,
- "h": 43
- },
- "frame": {
- "x": 126,
- "y": 145,
- "w": 32,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 34,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 31,
- "h": 43
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 31,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5076cf3500c6d9392a3e656db2bcf661:8a870f3a4f8085495687c4af91e0de7e:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 131, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 37, "y": 83, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 109, "y": 117, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 35, "y": 119, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 35, "y": 154, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 71, "y": 156, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 167, "y": 43, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 71, "y": 121, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 141, "y": 158, "w": 34, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 73, "y": 85, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 67, "y": 1, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 33, "h": 38 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 34, "y": 1, "w": 31, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 102, "y": 1, "w": 31, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 31, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 167, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 167, "y": 80, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 41, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 99, "y": 43, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 30, "h": 40 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 155, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 107, "y": 189, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 32, "h": 32 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 191, "w": 31, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 31, "h": 31 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 69, "y": 190, "w": 31, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 31, "h": 33 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 35, "y": 188, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 121, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 117, "w": 32, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 36 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 107, "y": 152, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 131, "y": 44, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 34, "h": 35 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 81, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 34, "h": 34 },
+ "sourceSize": { "w": 34, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 202, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/656.png b/public/images/pokemon/exp/back/shiny/656.png
index 47b18020ffe..0c974e52a98 100644
Binary files a/public/images/pokemon/exp/back/shiny/656.png and b/public/images/pokemon/exp/back/shiny/656.png differ
diff --git a/public/images/pokemon/exp/back/shiny/661.json b/public/images/pokemon/exp/back/shiny/661.json
index 1199eaead4b..be82a4ce425 100644
--- a/public/images/pokemon/exp/back/shiny/661.json
+++ b/public/images/pokemon/exp/back/shiny/661.json
@@ -1,356 +1,398 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 68,
- "h": 68
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 32,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:622c17fd3933b7d7d1eddb422fc24fc5:684446320bdfd8fa492ed28395182fcc:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 39, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 36, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 117, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 34, "y": 40, "w": 34, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 69, "y": 37, "w": 35, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 33, "y": 118, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 68, "y": 75, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 35, "y": 0, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 34, "h": 40 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 35, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 66, "y": 114, "w": 33, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 33, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 112, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 34, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 105, "y": 0, "w": 37, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 36 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 69, "y": 0, "w": 36, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 36, "h": 37 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 104, "y": 74, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 34, "h": 38 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 33, "y": 79, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 33, "h": 39 },
+ "sourceSize": { "w": 38, "h": 40 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "661.png",
+ "format": "I8",
+ "size": { "w": 142, "h": 156 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/661.png b/public/images/pokemon/exp/back/shiny/661.png
index a76bde31ab3..a38de0cabe4 100644
Binary files a/public/images/pokemon/exp/back/shiny/661.png and b/public/images/pokemon/exp/back/shiny/661.png differ
diff --git a/public/images/pokemon/exp/back/shiny/662.json b/public/images/pokemon/exp/back/shiny/662.json
index f2154fb0de0..52cc70bbe5d 100644
--- a/public/images/pokemon/exp/back/shiny/662.json
+++ b/public/images/pokemon/exp/back/shiny/662.json
@@ -1,671 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 16,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 17,
- "w": 49,
- "h": 48
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 49,
- "h": 48
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 57,
- "h": 50
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 51
- },
- "frame": {
- "x": 57,
- "y": 48,
- "w": 57,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 52
- },
- "frame": {
- "x": 57,
- "y": 99,
- "w": 57,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:14a51ba69bd1aad179c85e117e323d5e:a3d65c092dec9149a9e5c39aed3a7dc3:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 70, "w": 53, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 53, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 212, "y": 70, "w": 52, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 52, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 247, "y": 204, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 36, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 196, "w": 49, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 33, "w": 49, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 56, "y": 1, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 56, "h": 65 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 224, "y": 1, "w": 52, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 52, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 107, "y": 68, "w": 48, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 48, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 277, "y": 1, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 51, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 113, "y": 1, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 55, "h": 66 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 48, "y": 249, "w": 44, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 31, "w": 44, "h": 50 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 191, "y": 248, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 27, "w": 47, "h": 49 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 169, "y": 1, "w": 54, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 67 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 101, "y": 208, "w": 45, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 18, "w": 45, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 246, "w": 46, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 46, "h": 51 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 67, "w": 50, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 50, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 265, "y": 70, "w": 47, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 47, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 102, "y": 138, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 44, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 147, "y": 193, "w": 43, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 14, "w": 43, "h": 69 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 191, "y": 199, "w": 55, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 31, "w": 55, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 51, "y": 200, "w": 49, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 27, "w": 49, "h": 48 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 156, "y": 69, "w": 55, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 55, "h": 60 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 133, "w": 50, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 50, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 208, "y": 134, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 48, "h": 64 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 257, "y": 140, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 48, "h": 63 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 52, "y": 137, "w": 49, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 49, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 156, "y": 130, "w": 51, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 51, "h": 62 },
+ "sourceSize": { "w": 70, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 329, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/662.png b/public/images/pokemon/exp/back/shiny/662.png
index e662b3198a6..b914dac31b1 100644
Binary files a/public/images/pokemon/exp/back/shiny/662.png and b/public/images/pokemon/exp/back/shiny/662.png differ
diff --git a/public/images/pokemon/exp/back/shiny/663.json b/public/images/pokemon/exp/back/shiny/663.json
index d464b333f20..48526624362 100644
--- a/public/images/pokemon/exp/back/shiny/663.json
+++ b/public/images/pokemon/exp/back/shiny/663.json
@@ -1,1700 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 302,
- "h": 302
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 33,
- "w": 103,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 103,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 29,
- "w": 112,
- "h": 60
- },
- "frame": {
- "x": 103,
- "y": 0,
- "w": 112,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 0,
- "w": 84,
- "h": 93
- },
- "frame": {
- "x": 215,
- "y": 0,
- "w": 84,
- "h": 93
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 29,
- "w": 112,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 112,
- "h": 62
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 98,
- "h": 90
- },
- "frame": {
- "x": 112,
- "y": 60,
- "w": 98,
- "h": 90
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 92,
- "h": 93
- },
- "frame": {
- "x": 210,
- "y": 93,
- "w": 92,
- "h": 93
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 28,
- "w": 109,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 109,
- "h": 65
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 97,
- "h": 91
- },
- "frame": {
- "x": 109,
- "y": 150,
- "w": 97,
- "h": 91
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 116,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 8,
- "w": 105,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 187,
- "w": 105,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cee80289834c8acf0ea6d754131cf471:08d47f0b9be8c73bf8d3f74f4dc0a00d:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 276, "y": 92, "w": 111, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 32, "w": 111, "h": 60 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 276, "y": 153, "w": 110, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 32, "w": 110, "h": 58 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 5, "w": 96, "h": 88 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 298, "y": 0, "w": 90, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 95, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 95, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 193, "y": 0, "w": 104, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 11, "w": 104, "h": 81 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 107, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 31, "w": 107, "h": 64 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 155, "w": 101, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 36, "w": 101, "h": 57 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 82, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 93 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 388, "h": 212 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/663.png b/public/images/pokemon/exp/back/shiny/663.png
index bb8a7a63b47..ddb4658f34f 100644
Binary files a/public/images/pokemon/exp/back/shiny/663.png and b/public/images/pokemon/exp/back/shiny/663.png differ
diff --git a/public/images/pokemon/exp/back/shiny/664.json b/public/images/pokemon/exp/back/shiny/664.json
index 737a874aeef..61c85d30239 100644
--- a/public/images/pokemon/exp/back/shiny/664.json
+++ b/public/images/pokemon/exp/back/shiny/664.json
@@ -1,104 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 24,
- "h": 44
- },
- "frame": {
- "x": 24,
- "y": 0,
- "w": 24,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 24,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 24,
- "h": 42
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 24,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:601a4fb542614963fb9749e3339712b0:f6208a116912601a698682c3723dc18c:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 54, "y": 49, "w": 26, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 26, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 96, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 97, "w": 26, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 26, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 97, "w": 26, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 49, "w": 27, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 47 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 27, "y": 49, "w": 27, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 27, "h": 48 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 28, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 55, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 0, "w": 27, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 27, "h": 49 },
+ "sourceSize": { "w": 28, "h": 49 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 109, "h": 145 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/664.png b/public/images/pokemon/exp/back/shiny/664.png
index 84657407fb6..ad6b46a574e 100644
Binary files a/public/images/pokemon/exp/back/shiny/664.png and b/public/images/pokemon/exp/back/shiny/664.png differ
diff --git a/public/images/pokemon/exp/back/shiny/665.json b/public/images/pokemon/exp/back/shiny/665.json
index 74db8ba58cd..fe2659dbf6d 100644
--- a/public/images/pokemon/exp/back/shiny/665.json
+++ b/public/images/pokemon/exp/back/shiny/665.json
@@ -1,188 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 107,
- "h": 107
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 37,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 36,
- "w": 37,
- "h": 36
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:33adc9cf726011c23993f48b34d8072e:5df22173a3e399c0e4fd7f67a42a829c:a72e6c94514c750d7462eab6b08ee591$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 262, "y": 102, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 9, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 120, "y": 101, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 8, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 71, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 358, "y": 69, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 86, "y": 73, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 290, "y": 67, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 160, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 40, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 5, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 343, "y": 34, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 5, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 33, "w": 63, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 36 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 40 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 33, "w": 73, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 34, "w": 53, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 7, "w": 53, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 38, "w": 47, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 7, "w": 47, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 86, "y": 40, "w": 40, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 7, "w": 40, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 101, "w": 34, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 7, "w": 34, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 36, "y": 75, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 6, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 194, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 228, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 324, "y": 69, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 126, "y": 66, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 5, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 394, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/665.png b/public/images/pokemon/exp/back/shiny/665.png
index 098b20d3d82..6b8ae18d7a0 100644
Binary files a/public/images/pokemon/exp/back/shiny/665.png and b/public/images/pokemon/exp/back/shiny/665.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-archipelago.json b/public/images/pokemon/exp/back/shiny/666-archipelago.json
index 5207ba45af5..817696f70a1 100644
--- a/public/images/pokemon/exp/back/shiny/666-archipelago.json
+++ b/public/images/pokemon/exp/back/shiny/666-archipelago.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-archipelago.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d3b3934e858033f670ae2a24ec4d347a:f014942f9212da6fadbc8a0c94f2dc11:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-archipelago.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-archipelago.png b/public/images/pokemon/exp/back/shiny/666-archipelago.png
index cfc3f0012b6..ada5bd02bdb 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-archipelago.png and b/public/images/pokemon/exp/back/shiny/666-archipelago.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-continental.json b/public/images/pokemon/exp/back/shiny/666-continental.json
index a20a1baa32b..fc21deb6978 100644
--- a/public/images/pokemon/exp/back/shiny/666-continental.json
+++ b/public/images/pokemon/exp/back/shiny/666-continental.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-continental.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:06c65586a6c76ae16868407b3530cc3e:c9740628cc5f7aa0301821f74d9d2e17:23aaac2256d564b9d8a58d7de70397c3$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-continental.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-continental.png b/public/images/pokemon/exp/back/shiny/666-continental.png
index 80fdfbd42fe..a70b86e6f4e 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-continental.png and b/public/images/pokemon/exp/back/shiny/666-continental.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-elegant.json b/public/images/pokemon/exp/back/shiny/666-elegant.json
index e4372fe6e79..35c20315153 100644
--- a/public/images/pokemon/exp/back/shiny/666-elegant.json
+++ b/public/images/pokemon/exp/back/shiny/666-elegant.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-elegant.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2f5780697c633c5f2db2d90012b0bfaa:3df5d06e71f1f48664b1d3f70b589ce5:d6b035048c66474f6236a3bc923faa7b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-elegant.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-elegant.png b/public/images/pokemon/exp/back/shiny/666-elegant.png
index a63ccd8a4fd..f1493354831 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-elegant.png and b/public/images/pokemon/exp/back/shiny/666-elegant.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-fancy.json b/public/images/pokemon/exp/back/shiny/666-fancy.json
index da0238946be..54113df4b51 100644
--- a/public/images/pokemon/exp/back/shiny/666-fancy.json
+++ b/public/images/pokemon/exp/back/shiny/666-fancy.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-fancy.png",
- "format": "RGBA8888",
- "size": {
- "w": 133,
- "h": 133
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 65,
- "y": 0,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 65,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f6d28d4fec94007c70d1812b69e8c9a4:cff02079419826e1cb2148e331588d89:6d5edff9a806f43feff031c9919c9aca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-fancy.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-fancy.png b/public/images/pokemon/exp/back/shiny/666-fancy.png
index c84443bbe4e..6a50c5817a8 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-fancy.png and b/public/images/pokemon/exp/back/shiny/666-fancy.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-garden.json b/public/images/pokemon/exp/back/shiny/666-garden.json
index 1a44f773e4f..4fcc5ab0ad1 100644
--- a/public/images/pokemon/exp/back/shiny/666-garden.json
+++ b/public/images/pokemon/exp/back/shiny/666-garden.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-garden.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b8e1d103e0e6ac306d2c8f447067ec3c:8483540406726b13fa42ad566b4f6991:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-garden.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-garden.png b/public/images/pokemon/exp/back/shiny/666-garden.png
index b37c6f8c84e..92214cc4d75 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-garden.png and b/public/images/pokemon/exp/back/shiny/666-garden.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-high-plains.json b/public/images/pokemon/exp/back/shiny/666-high-plains.json
index 898cbf94515..56a90a01899 100644
--- a/public/images/pokemon/exp/back/shiny/666-high-plains.json
+++ b/public/images/pokemon/exp/back/shiny/666-high-plains.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-high-plains.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6a10c59dc5b4abef78a2379364bae874:239b86e13316e6d8fc74b42cc7f657d9:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-high-plains.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-high-plains.png b/public/images/pokemon/exp/back/shiny/666-high-plains.png
index e23f879af0c..80e02eede13 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-high-plains.png and b/public/images/pokemon/exp/back/shiny/666-high-plains.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-icy-snow.json b/public/images/pokemon/exp/back/shiny/666-icy-snow.json
index 4922c7c1fb6..b44f33bb07f 100644
--- a/public/images/pokemon/exp/back/shiny/666-icy-snow.json
+++ b/public/images/pokemon/exp/back/shiny/666-icy-snow.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-icy-snow.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a19b20c8ff121729b5b9dfb470e1e166:abf786c03cda88b39336d9172fd788ec:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-icy-snow.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-icy-snow.png b/public/images/pokemon/exp/back/shiny/666-icy-snow.png
index 2ba96cc9ac3..1fe8305f068 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-icy-snow.png and b/public/images/pokemon/exp/back/shiny/666-icy-snow.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-jungle.json b/public/images/pokemon/exp/back/shiny/666-jungle.json
index 17254038662..51876d649da 100644
--- a/public/images/pokemon/exp/back/shiny/666-jungle.json
+++ b/public/images/pokemon/exp/back/shiny/666-jungle.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-jungle.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4318d523b7ff0df47aa749ed39d81402:f7d5cbe7029fecd1e518aa0501a8c8ba:c8686bcc5493911384853d54c85bfea1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-jungle.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-jungle.png b/public/images/pokemon/exp/back/shiny/666-jungle.png
index 3f1127f0265..1dbe65c02f2 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-jungle.png and b/public/images/pokemon/exp/back/shiny/666-jungle.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-marine.json b/public/images/pokemon/exp/back/shiny/666-marine.json
index 5e89662d52f..a77fd76f1dd 100644
--- a/public/images/pokemon/exp/back/shiny/666-marine.json
+++ b/public/images/pokemon/exp/back/shiny/666-marine.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-marine.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:df888a902e99f6aa55c8d9a1696f30ef:5e5db402df59c188bf1aaf4cc0b516d5:dc240f0acbf3d56fe8729dd1f703009f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-marine.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-marine.png b/public/images/pokemon/exp/back/shiny/666-marine.png
index 7e1a47124b9..1a69d6587da 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-marine.png and b/public/images/pokemon/exp/back/shiny/666-marine.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-meadow.json b/public/images/pokemon/exp/back/shiny/666-meadow.json
index 54e872aee05..2c4a73b80cf 100644
--- a/public/images/pokemon/exp/back/shiny/666-meadow.json
+++ b/public/images/pokemon/exp/back/shiny/666-meadow.json
@@ -1,524 +1,119 @@
-{
- "textures": [
- {
- "image": "666-meadow.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:217e1d90eca71c8b95407de1c156a5e6:e2b23be3d14960d78059a46f5b83304a:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-meadow.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-meadow.png b/public/images/pokemon/exp/back/shiny/666-meadow.png
index 2e8a64be5d4..1148fa5a620 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-meadow.png and b/public/images/pokemon/exp/back/shiny/666-meadow.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-modern.json b/public/images/pokemon/exp/back/shiny/666-modern.json
index c60078bd8ce..e0a00da6d81 100644
--- a/public/images/pokemon/exp/back/shiny/666-modern.json
+++ b/public/images/pokemon/exp/back/shiny/666-modern.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-modern.png",
- "format": "RGBA8888",
- "size": {
- "w": 132,
- "h": 132
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 40,
- "y": 66,
- "w": 65,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:854759536c0175b34e9ed7b2513e55dd:9fbbae33832e3b62152c5bae85714a7a:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-modern.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-modern.png b/public/images/pokemon/exp/back/shiny/666-modern.png
index f9654fbeb02..d9f109c8ef9 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-modern.png and b/public/images/pokemon/exp/back/shiny/666-modern.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-monsoon.json b/public/images/pokemon/exp/back/shiny/666-monsoon.json
index 78130a47159..117fad03b83 100644
--- a/public/images/pokemon/exp/back/shiny/666-monsoon.json
+++ b/public/images/pokemon/exp/back/shiny/666-monsoon.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-monsoon.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dcde8c849851ea64b2ceed92a82153e1:5a97106b9193dc2cda01b0448d9f2637:637bea52b465abfb8e5a576310b4dacc$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-monsoon.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-monsoon.png b/public/images/pokemon/exp/back/shiny/666-monsoon.png
index 5d87fc101a8..cc5279545d5 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-monsoon.png and b/public/images/pokemon/exp/back/shiny/666-monsoon.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-ocean.json b/public/images/pokemon/exp/back/shiny/666-ocean.json
index 1bf44996eef..8d23d70cd31 100644
--- a/public/images/pokemon/exp/back/shiny/666-ocean.json
+++ b/public/images/pokemon/exp/back/shiny/666-ocean.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-ocean.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dc3f54a39a4afa0ea28913252050d7c1:d856dfe44678a2ee4dc3d367a6658ad3:e7a0e68eab89c2013a3eb7f3b6fc0b33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-ocean.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-ocean.png b/public/images/pokemon/exp/back/shiny/666-ocean.png
index 8c6aeca189a..caabd9302ea 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-ocean.png and b/public/images/pokemon/exp/back/shiny/666-ocean.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-poke-ball.json b/public/images/pokemon/exp/back/shiny/666-poke-ball.json
index 5c8715a8a1e..45564e59a32 100644
--- a/public/images/pokemon/exp/back/shiny/666-poke-ball.json
+++ b/public/images/pokemon/exp/back/shiny/666-poke-ball.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-poke-ball.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9df25dba5036e3cd48218e8de3a98074:4357b8b161f5f87776f4d39fcb3723f5:8ec14f129d1691b8da504a13b661abed$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-poke-ball.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-poke-ball.png b/public/images/pokemon/exp/back/shiny/666-poke-ball.png
index 24907a5ef9f..30e2cbf8615 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-poke-ball.png and b/public/images/pokemon/exp/back/shiny/666-poke-ball.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-polar.json b/public/images/pokemon/exp/back/shiny/666-polar.json
index ef69f49e390..abb6d0286f4 100644
--- a/public/images/pokemon/exp/back/shiny/666-polar.json
+++ b/public/images/pokemon/exp/back/shiny/666-polar.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-polar.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 45,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 45,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 45,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:aab22d39518ad2f1b1621a5954e95674:958cacbba11b25f5b1e7fe9a9a40465d:eb7086e98f867c6592e4b161835da18b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-polar.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-polar.png b/public/images/pokemon/exp/back/shiny/666-polar.png
index b2f00a2a6df..c9f4fe642ee 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-polar.png and b/public/images/pokemon/exp/back/shiny/666-polar.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-savanna.json b/public/images/pokemon/exp/back/shiny/666-savanna.json
index 24638119724..8fa326da1b4 100644
--- a/public/images/pokemon/exp/back/shiny/666-savanna.json
+++ b/public/images/pokemon/exp/back/shiny/666-savanna.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-savanna.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0c7fd4a8c1137a2566fabe2f53dac4c4:295a7bdde494b6106f9c73b649be6098:625a4f0dc001069326a75c6a381f93e6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-savanna.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-savanna.png b/public/images/pokemon/exp/back/shiny/666-savanna.png
index 5fcf8bc6d28..a69c0c18ae1 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-savanna.png and b/public/images/pokemon/exp/back/shiny/666-savanna.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-sun.json b/public/images/pokemon/exp/back/shiny/666-sun.json
index a2ccb3c82d8..d41f22f541c 100644
--- a/public/images/pokemon/exp/back/shiny/666-sun.json
+++ b/public/images/pokemon/exp/back/shiny/666-sun.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-sun.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 65,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 65,
- "y": 0,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 65,
- "h": 67
- },
- "frame": {
- "x": 41,
- "y": 68,
- "w": 65,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d1400564456ce432aab0ca4f263c336a:fba76efed9d6341c0b46301efd8cd8f5:8f5fdd0a698701f5391c5a3f67e303d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-sun.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-sun.png b/public/images/pokemon/exp/back/shiny/666-sun.png
index 28918f2b59a..3914a0fe350 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-sun.png and b/public/images/pokemon/exp/back/shiny/666-sun.png differ
diff --git a/public/images/pokemon/exp/back/shiny/666-tundra.json b/public/images/pokemon/exp/back/shiny/666-tundra.json
index 8361b7ca139..afa574f9e07 100644
--- a/public/images/pokemon/exp/back/shiny/666-tundra.json
+++ b/public/images/pokemon/exp/back/shiny/666-tundra.json
@@ -1,104 +1,119 @@
-{
- "textures": [
- {
- "image": "666-tundra.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b87511ba7b272729aecbf5eb18fe65cc:383836b7b2902a470e150b17bdd9bcfc:9779ed3adebc298af537dd64dc25fe00$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 2, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 71, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 124, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 140, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 71, "y": 71, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 71, "y": 2, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 209, "y": 2, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 51, "h": 67 },
+ "sourceSize": { "w": 67, "h": 73 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "666-tundra.png",
+ "format": "I8",
+ "size": { "w": 262, "h": 140 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/666-tundra.png b/public/images/pokemon/exp/back/shiny/666-tundra.png
index c33fbf1fc65..78316df8a8f 100644
Binary files a/public/images/pokemon/exp/back/shiny/666-tundra.png and b/public/images/pokemon/exp/back/shiny/666-tundra.png differ
diff --git a/public/images/pokemon/exp/back/shiny/667.json b/public/images/pokemon/exp/back/shiny/667.json
index cf561f26e4f..db9918ea230 100644
--- a/public/images/pokemon/exp/back/shiny/667.json
+++ b/public/images/pokemon/exp/back/shiny/667.json
@@ -1,1532 +1,659 @@
-{
- "textures": [
- {
- "image": "667.png",
- "format": "RGBA8888",
- "size": {
- "w": 160,
- "h": 160
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 41,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 41,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 41,
- "y": 48,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 48,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 81,
- "y": 94,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 95,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 95,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 48,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 92,
- "w": 39,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4fbaee798794f5f6bc216941c6d420d9:a27205da0cc7ce20d4a4422df81b9109:02171d511e760c8a3e1b623ad6bf93f5$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 127, "y": 47, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 39, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 85, "y": 48, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 94, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 38, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 94, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 38, "h": 43 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 40, "y": 49, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 39, "h": 44 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 49, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 39, "h": 45 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 41, "h": 47 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 41, "h": 48 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 41, "h": 47 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 48 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "667.png",
+ "format": "I8",
+ "size": { "w": 167, "h": 138 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/667.png b/public/images/pokemon/exp/back/shiny/667.png
index eb8b7eb756f..d44bed5ee65 100644
Binary files a/public/images/pokemon/exp/back/shiny/667.png and b/public/images/pokemon/exp/back/shiny/667.png differ
diff --git a/public/images/pokemon/exp/back/shiny/668.json b/public/images/pokemon/exp/back/shiny/668.json
index cd1665c7fe7..594e69189dc 100644
--- a/public/images/pokemon/exp/back/shiny/668.json
+++ b/public/images/pokemon/exp/back/shiny/668.json
@@ -1,146 +1,821 @@
-{
- "textures": [
- {
- "image": "668.png",
- "format": "RGBA8888",
- "size": {
- "w": 146,
- "h": 146
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 61
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 73,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 73,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 73,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 73,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 73,
- "h": 60
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 73,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 72,
- "h": 59
- },
- "frame": {
- "x": 73,
- "y": 61,
- "w": 72,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0e20693ecfc704a58db8c8592fcdc9cc:659468d84f3cc98068a3454a7c68f1e4:947bf84d1af493c62e2cef45bb6c19ad$"
- }
-}
\ No newline at end of file
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 303, "y": 221, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 383, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 233, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 459, "y": 147, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 315, "y": 0, "w": 76, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 76, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 387, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 392, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 237, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 77, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 78, "h": 74 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 158, "y": 0, "w": 78, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 78, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 75, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 458, "y": 220, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 150, "y": 364, "w": 73, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 73, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 152, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 458, "y": 292, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 303, "y": 364, "w": 74, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 294, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 378, "y": 364, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 75, "h": 69 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 303, "y": 293, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 379, "y": 293, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 75, "h": 70 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 454, "y": 364, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 72, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 70, "y": 365, "w": 68, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 68, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 291, "y": 435, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 378, "y": 434, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 224, "y": 365, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 365, "w": 69, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 69, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 229, "y": 220, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 73, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 468, "y": 0, "w": 75, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 308, "y": 147, "w": 74, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 74, "h": 73 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 148, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 383, "y": 220, "w": 74, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 74, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 231, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 79, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 156, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 310, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 464, "y": 74, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 77, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 154, "y": 147, "w": 76, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 76, "y": 220, "w": 75, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 75, "h": 72 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 152, "y": 220, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 76, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 221, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 75, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 293, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 75, "y": 293, "w": 74, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 71 },
+ "sourceSize": { "w": 80, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668.png",
+ "format": "I8",
+ "size": { "w": 543, "h": 507 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/668.png b/public/images/pokemon/exp/back/shiny/668.png
index e2fa147e7fd..0ece333f235 100644
Binary files a/public/images/pokemon/exp/back/shiny/668.png and b/public/images/pokemon/exp/back/shiny/668.png differ
diff --git a/public/images/pokemon/exp/back/shiny/672.json b/public/images/pokemon/exp/back/shiny/672.json
index a8bb0336e34..f877b9abc2e 100644
--- a/public/images/pokemon/exp/back/shiny/672.json
+++ b/public/images/pokemon/exp/back/shiny/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 282,
- "h": 282
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 210,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 123,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 42,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 84,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 42
- },
- "frame": {
- "x": 41,
- "y": 126,
- "w": 41,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 168,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 41,
- "y": 209,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 164,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 42,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 83,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 41
- },
- "frame": {
- "x": 82,
- "y": 124,
- "w": 41,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 165,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 40,
- "h": 42
- },
- "frame": {
- "x": 82,
- "y": 207,
- "w": 40,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 122,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 123,
- "y": 124,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 165,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 162,
- "y": 206,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 40,
- "h": 41
- },
- "frame": {
- "x": 163,
- "y": 83,
- "w": 40,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 163,
- "y": 124,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 40
- },
- "frame": {
- "x": 203,
- "y": 83,
- "w": 41,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 164,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 204,
- "y": 123,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 163,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 242,
- "y": 203,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 41,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 202,
- "y": 204,
- "w": 40,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e27a409eb13547a4ef97935b726389b3:05b6a88e37fb9d64101b9f9071f3afb5:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 118, "y": 97, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 41, "y": 98, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 0, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 118, "y": 50, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 56, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 41, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 104, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 40, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 40, "y": 146, "w": 39, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 39, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 48, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 39, "y": 0, "w": 39, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 39, "h": 56 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 79, "y": 146, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 40, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 119, "y": 146, "w": 38, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 38, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 120, "y": 0, "w": 40, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 40, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 160, "h": 195 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/672.png b/public/images/pokemon/exp/back/shiny/672.png
index 2fab39d2aee..848b2e35962 100644
Binary files a/public/images/pokemon/exp/back/shiny/672.png and b/public/images/pokemon/exp/back/shiny/672.png differ
diff --git a/public/images/pokemon/exp/back/shiny/674.json b/public/images/pokemon/exp/back/shiny/674.json
deleted file mode 100644
index 52192847bdf..00000000000
--- a/public/images/pokemon/exp/back/shiny/674.json
+++ /dev/null
@@ -1,1175 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 124,
- "h": 124
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 29,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 29,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 29,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 29,
- "h": 40
- },
- "frame": {
- "x": 29,
- "y": 42,
- "w": 29,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 58,
- "y": 42,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 29,
- "y": 82,
- "w": 28,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 57,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 28,
- "h": 40
- },
- "frame": {
- "x": 85,
- "y": 84,
- "w": 28,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 29,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 28,
- "h": 41
- },
- "frame": {
- "x": 86,
- "y": 42,
- "w": 28,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:76841431bc0f022caab94cff146aa974:cfb5f5b4c165e509044ceea57b0d5b30:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/674.png b/public/images/pokemon/exp/back/shiny/674.png
deleted file mode 100644
index 75e7b228137..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/692.json b/public/images/pokemon/exp/back/shiny/692.json
index 9e90079e613..801710c4861 100644
--- a/public/images/pokemon/exp/back/shiny/692.json
+++ b/public/images/pokemon/exp/back/shiny/692.json
@@ -1,1847 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 168,
- "h": 168
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 61,
- "h": 35
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 61,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 60,
- "h": 34
- },
- "frame": {
- "x": 60,
- "y": 35,
- "w": 60,
- "h": 34
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 60,
- "h": 32
- },
- "frame": {
- "x": 60,
- "y": 69,
- "w": 60,
- "h": 32
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 60,
- "h": 32
- },
- "frame": {
- "x": 60,
- "y": 69,
- "w": 60,
- "h": 32
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 59,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 58,
- "h": 35
- },
- "frame": {
- "x": 59,
- "y": 101,
- "w": 58,
- "h": 35
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 59,
- "y": 136,
- "w": 57,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8f5831496e68316e4cb3449a0eaf2bb1:e0a74859ab21c488d9f8cbabc8355b5a:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 36, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 119, "y": 72, "w": 56, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 56, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 60, "y": 72, "w": 58, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 31 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 72, "w": 58, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 58, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 59, "y": 37, "w": 57, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 57, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 181, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/692.png b/public/images/pokemon/exp/back/shiny/692.png
index a08f22af600..baee2adcd4f 100644
Binary files a/public/images/pokemon/exp/back/shiny/692.png and b/public/images/pokemon/exp/back/shiny/692.png differ
diff --git a/public/images/pokemon/exp/back/shiny/693.json b/public/images/pokemon/exp/back/shiny/693.json
index b0fcec5a40b..6358a8908f6 100644
--- a/public/images/pokemon/exp/back/shiny/693.json
+++ b/public/images/pokemon/exp/back/shiny/693.json
@@ -1,230 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 223,
- "h": 223
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 90,
- "h": 72
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 90,
- "h": 72
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 90,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 75
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 90,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 145,
- "w": 90,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 76
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 76
- },
- "frame": {
- "x": 90,
- "y": 147,
- "w": 90,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e2d977eceb50e18ece349b4545bbecdd:e9880823c470ec1cfcd9a8f06892f017:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 472, "y": 70, "w": 88, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 0, "w": 88, "h": 72 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 378, "y": 138, "w": 91, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 91, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 187, "y": 260, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 379, "y": 257, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 572, "y": 1, "w": 98, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 98, "h": 66 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 478, "y": 1, "w": 94, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 94, "h": 69 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 560, "y": 132, "w": 93, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 93, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 474, "y": 257, "w": 90, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 22, "w": 90, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 95, "y": 197, "w": 94, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 21, "w": 94, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 99, "y": 1, "w": 94, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 71 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 291, "y": 1, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 90, "h": 73 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 288, "y": 74, "w": 90, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 90, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 317, "w": 88, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 17, "w": 88, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 96, "y": 259, "w": 91, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 91, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 381, "y": 68, "w": 91, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 91, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 565, "y": 196, "w": 90, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 90, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 278, "y": 266, "w": 90, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 90, "h": 59 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 189, "y": 199, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 193, "y": 1, "w": 98, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 98, "h": 68 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 1, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 95, "y": 72, "w": 96, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 96, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 381, "y": 1, "w": 97, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 97, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 71, "w": 94, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 10, "w": 94, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 469, "y": 196, "w": 96, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 96, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 98, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 98, "h": 70 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 191, "y": 136, "w": 94, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 94, "h": 63 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 95, "y": 135, "w": 96, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 96, "h": 62 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 572, "y": 67, "w": 99, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 99, "h": 65 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 284, "y": 205, "w": 95, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 95, "h": 61 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 199, "w": 91, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 91, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 259, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 12, "w": 95, "h": 60 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 193, "y": 69, "w": 95, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 5, "w": 95, "h": 67 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 141, "w": 92, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 8, "w": 92, "h": 64 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 96, "y": 318, "w": 89, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 14, "w": 89, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 564, "y": 261, "w": 92, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 14, "w": 92, "h": 58 },
+ "sourceSize": { "w": 111, "h": 83 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 672, "h": 377 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/693.png b/public/images/pokemon/exp/back/shiny/693.png
index 5eb7110fc3d..10b639004ae 100644
Binary files a/public/images/pokemon/exp/back/shiny/693.png and b/public/images/pokemon/exp/back/shiny/693.png differ
diff --git a/public/images/pokemon/exp/back/shiny/694.json b/public/images/pokemon/exp/back/shiny/694.json
deleted file mode 100644
index ec28fb40922..00000000000
--- a/public/images/pokemon/exp/back/shiny/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 130,
- "h": 130
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 47,
- "h": 37
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 47,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 46,
- "h": 38
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 46,
- "y": 72,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 39
- },
- "frame": {
- "x": 90,
- "y": 72,
- "w": 40,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d46bf508ccc2fa50cb3f373328d8e60a:7d537a54677423b5809fcbc4394d9538:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/694.png b/public/images/pokemon/exp/back/shiny/694.png
deleted file mode 100644
index 2df2c82fdd7..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/697.json b/public/images/pokemon/exp/back/shiny/697.json
index ade475cd439..6963da289ab 100644
--- a/public/images/pokemon/exp/back/shiny/697.json
+++ b/public/images/pokemon/exp/back/shiny/697.json
@@ -1,1196 +1,992 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 374,
- "h": 374
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 63,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 78
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 66,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 66,
- "h": 77
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 60,
- "y": 78,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 233,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 76
- },
- "frame": {
- "x": 66,
- "y": 154,
- "w": 77,
- "h": 76
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 137,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 140,
- "y": 0,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 209,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 77,
- "h": 73
- },
- "frame": {
- "x": 285,
- "y": 0,
- "w": 77,
- "h": 73
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 285,
- "y": 73,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 213,
- "y": 75,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 285,
- "y": 148,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 143,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 77,
- "y": 230,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 151,
- "y": 227,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 151,
- "y": 301,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 225,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 222,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 226,
- "y": 296,
- "w": 73,
- "h": 74
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 73,
- "h": 74
- },
- "frame": {
- "x": 299,
- "y": 296,
- "w": 73,
- "h": 74
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:dc19d18c6fcbcf52992f8e0181b428f3:44bc6e229ce96fd68619c97288aeb670:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 286, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 185, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 93, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 301, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 182, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 273, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 182, "y": 378, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 273, "y": 449, "w": 89, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 89, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 177, "y": 452, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 452, "y": 450, "w": 89, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 89, "h": 72 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 376, "w": 90, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 90, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 649, "y": 375, "w": 91, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 91, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 558, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 649, "y": 300, "w": 91, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 91, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 373, "y": 227, "w": 91, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 370, "y": 303, "w": 90, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 90, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 558, "y": 227, "w": 90, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 90, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 376, "w": 88, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 88, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 89, "y": 379, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 365, "y": 378, "w": 86, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 86, "h": 76 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 640, "y": 449, "w": 84, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 84, "h": 77 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 552, "y": 378, "w": 87, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 87, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 92, "y": 303, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 465, "y": 302, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 186, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 225, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 472, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 565, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 670, "y": 150, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 277, "y": 301, "w": 92, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 149, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 388, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 97, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 292, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 196, "y": 0, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 582, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 98, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 0, "w": 97, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 97, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 485, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 388, "y": 0, "w": 96, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 96, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 75, "w": 96, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 96, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 286, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 670, "y": 76, "w": 95, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 95, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 658, "y": 226, "w": 94, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 94, "h": 73 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 191, "y": 76, "w": 94, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 94, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 279, "y": 226, "w": 93, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 679, "y": 0, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 482, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 75, "w": 93, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 93, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 379, "y": 151, "w": 92, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 92, "h": 75 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 465, "y": 227, "w": 92, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 92, "h": 74 },
+ "sourceSize": { "w": 100, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 773, "h": 526 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/697.png b/public/images/pokemon/exp/back/shiny/697.png
index cc3a5b344c3..fabed852462 100644
Binary files a/public/images/pokemon/exp/back/shiny/697.png and b/public/images/pokemon/exp/back/shiny/697.png differ
diff --git a/public/images/pokemon/exp/back/shiny/698.json b/public/images/pokemon/exp/back/shiny/698.json
deleted file mode 100644
index 197e3b844b3..00000000000
--- a/public/images/pokemon/exp/back/shiny/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 181,
- "h": 181
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 54
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 54
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 43,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 54,
- "w": 43,
- "h": 55
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 45,
- "h": 53
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 53
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 56
- },
- "frame": {
- "x": 0,
- "y": 109,
- "w": 41,
- "h": 56
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 56
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 39,
- "h": 56
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 129,
- "y": 0,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 56
- },
- "frame": {
- "x": 41,
- "y": 109,
- "w": 35,
- "h": 56
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 33,
- "h": 55
- },
- "frame": {
- "x": 43,
- "y": 54,
- "w": 33,
- "h": 55
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 57
- },
- "frame": {
- "x": 76,
- "y": 56,
- "w": 37,
- "h": 57
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 113,
- "y": 56,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 33,
- "h": 54
- },
- "frame": {
- "x": 148,
- "y": 56,
- "w": 33,
- "h": 54
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 76,
- "y": 113,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 111,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 146,
- "y": 114,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7926d4052a1ca822dcfc49423c76e3a1:6930576af3683498fb06f805ffdf25f2:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/698.png b/public/images/pokemon/exp/back/shiny/698.png
deleted file mode 100644
index dbd5cefcbf0..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/700.json b/public/images/pokemon/exp/back/shiny/700.json
index fd3cf94bb73..70083de61c9 100644
--- a/public/images/pokemon/exp/back/shiny/700.json
+++ b/public/images/pokemon/exp/back/shiny/700.json
@@ -1,1364 +1,587 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 248,
- "h": 248
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 54,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 54,
- "h": 61
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 50,
- "h": 64
- },
- "frame": {
- "x": 54,
- "y": 0,
- "w": 50,
- "h": 64
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 50,
- "h": 64
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 50,
- "h": 64
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 61
- },
- "frame": {
- "x": 50,
- "y": 64,
- "w": 51,
- "h": 61
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 48,
- "h": 64
- },
- "frame": {
- "x": 101,
- "y": 64,
- "w": 48,
- "h": 64
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 125,
- "w": 51,
- "h": 61
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 49,
- "h": 61
- },
- "frame": {
- "x": 51,
- "y": 125,
- "w": 49,
- "h": 61
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 49,
- "h": 61
- },
- "frame": {
- "x": 51,
- "y": 125,
- "w": 49,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 49,
- "h": 60
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 49,
- "h": 60
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 100,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 48,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 48,
- "y": 186,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 48,
- "h": 61
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 48,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 149,
- "y": 60,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 153,
- "y": 0,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 120,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 48,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 120,
- "w": 48,
- "h": 60
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 48,
- "h": 59
- },
- "frame": {
- "x": 197,
- "y": 60,
- "w": 48,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 47,
- "h": 60
- },
- "frame": {
- "x": 196,
- "y": 180,
- "w": 47,
- "h": 60
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 96,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 55,
- "h": 64
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 48,
- "h": 58
- },
- "frame": {
- "x": 144,
- "y": 189,
- "w": 48,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cc4ca4dff49e9c03ffd4d0d75ae6e17b:1555e19065e6e4144c3cbb6020a0ae39:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 46, "y": 123, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 101, "y": 63, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 180, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 46, "h": 58 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 182, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 137, "y": 183, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 46, "h": 57 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 188, "y": 180, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 46, "y": 182, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 45, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 49, "y": 64, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 47, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 101, "y": 0, "w": 48, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 48, "h": 63 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 0, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 60, "w": 49, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 49, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 53, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 53, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 148, "y": 64, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 60, "w": 47, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 47, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 194, "y": 120, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 96, "y": 122, "w": 46, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 46, "h": 60 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 149, "y": 0, "w": 46, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 46, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 53, "y": 0, "w": 48, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 48, "h": 64 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 142, "y": 124, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 46, "h": 59 },
+ "sourceSize": { "w": 55, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 244, "h": 241 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/700.png b/public/images/pokemon/exp/back/shiny/700.png
index fe533ba5a88..dab66177e99 100644
Binary files a/public/images/pokemon/exp/back/shiny/700.png and b/public/images/pokemon/exp/back/shiny/700.png differ
diff --git a/public/images/pokemon/exp/back/shiny/702.json b/public/images/pokemon/exp/back/shiny/702.json
index 2e194f21033..9680e17e397 100644
--- a/public/images/pokemon/exp/back/shiny/702.json
+++ b/public/images/pokemon/exp/back/shiny/702.json
@@ -1,1028 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 70,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 105,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 35,
- "w": 46,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 47,
- "y": 70,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 93,
- "y": 35,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 47,
- "h": 34
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 47,
- "h": 34
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 69,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 94,
- "y": 101,
- "w": 47,
- "h": 32
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 47,
- "h": 32
- },
- "frame": {
- "x": 47,
- "y": 104,
- "w": 47,
- "h": 32
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:72bba6c37c149abe81c9754a412876bd:fb5c4a7192ee7ba359b93fb9fea89158:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 48, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 93, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 139, "y": 70, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 95, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 142, "y": 0, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 140, "y": 36, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 47, "y": 72, "w": 45, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 45, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 72, "w": 46, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 46, "h": 31 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 93, "y": 70, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 36, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 46, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 47, "y": 36, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 45, "h": 35 },
+ "sourceSize": { "w": 47, "h": 35 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 188, "h": 103 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/702.png b/public/images/pokemon/exp/back/shiny/702.png
index 12401f8950b..7a02b912cf0 100644
Binary files a/public/images/pokemon/exp/back/shiny/702.png and b/public/images/pokemon/exp/back/shiny/702.png differ
diff --git a/public/images/pokemon/exp/back/shiny/703.json b/public/images/pokemon/exp/back/shiny/703.json
deleted file mode 100644
index dee9aa2bb4e..00000000000
--- a/public/images/pokemon/exp/back/shiny/703.json
+++ /dev/null
@@ -1,1322 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 152,
- "h": 152
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 83,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 39,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 83,
- "w": 39,
- "h": 40
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 39,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 83,
- "w": 39,
- "h": 40
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 39,
- "h": 39
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 39,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 115,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 39,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 38,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 40,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 40
- },
- "frame": {
- "x": 76,
- "y": 79,
- "w": 38,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 114,
- "y": 80,
- "w": 37,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:910fb9af9ea6e167d162cc6f8ae5174e:9e48a450788ccb42705466148db9893d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/703.png b/public/images/pokemon/exp/back/shiny/703.png
deleted file mode 100644
index 2081d702118..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/704.json b/public/images/pokemon/exp/back/shiny/704.json
index 32f8d89d5a8..ff94c52a2a8 100644
--- a/public/images/pokemon/exp/back/shiny/704.json
+++ b/public/images/pokemon/exp/back/shiny/704.json
@@ -1,230 +1,101 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 81,
- "h": 81
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 27,
- "h": 34
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 0,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 0,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 33,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 27,
- "y": 33,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 27,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 27,
- "h": 32
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 27,
- "h": 34
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 27,
- "h": 31
- },
- "frame": {
- "x": 54,
- "y": 0,
- "w": 27,
- "h": 31
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6de9f988e21fa1819baa4118b3f8d3c5:467738d3742ffa651ad1f101f3369860:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 0, "w": 27, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 27, "h": 31 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 53, "y": 0, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 32, "w": 27, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 27, "h": 30 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 26, "y": 31, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 27, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "I8",
+ "size": { "w": 79, "h": 63 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/704.png b/public/images/pokemon/exp/back/shiny/704.png
index 5d3b5026ded..75a2898cd92 100644
Binary files a/public/images/pokemon/exp/back/shiny/704.png and b/public/images/pokemon/exp/back/shiny/704.png differ
diff --git a/public/images/pokemon/exp/back/shiny/705.json b/public/images/pokemon/exp/back/shiny/705.json
index ab139c247f5..2fc8cb18e99 100644
--- a/public/images/pokemon/exp/back/shiny/705.json
+++ b/public/images/pokemon/exp/back/shiny/705.json
@@ -1,230 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 118,
- "h": 118
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 59,
- "w": 37,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 37,
- "y": 59,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 59
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 35,
- "h": 59
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 72,
- "y": 59,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 42,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:82a03fa5424412ce647108fd8dac55a8:b9edd38338e7033be81034e75b8ae8a8:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 40, "h": 58 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 298, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 162, "y": 299, "w": 40, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 202, "y": 299, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 117, "y": 300, "w": 41, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 54 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 121, "y": 245, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 55 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 80, "y": 242, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 56 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 244, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 40, "h": 57 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 194, "y": 240, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 39, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 125, "w": 37, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 156, "y": 184, "w": 38, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 38, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 40, "y": 243, "w": 37, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 37, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 158, "y": 0, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 39, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 156, "y": 62, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 197, "y": 0, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 116, "y": 124, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 181, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 118, "y": 0, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 40, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 40, "h": 62 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 118, "y": 61, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 62, "w": 38, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 38, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 0, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 39, "h": 63 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 38, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 77, "y": 63, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 195, "y": 120, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 123, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 38, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 77, "y": 124, "w": 39, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 39, "h": 61 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 197, "y": 60, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 60 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 116, "y": 183, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 185, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 40, "h": 59 },
+ "sourceSize": { "w": 43, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 243, "h": 355 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/705.png b/public/images/pokemon/exp/back/shiny/705.png
index 65c9933f415..4ee803dd570 100644
Binary files a/public/images/pokemon/exp/back/shiny/705.png and b/public/images/pokemon/exp/back/shiny/705.png differ
diff --git a/public/images/pokemon/exp/back/shiny/707.png b/public/images/pokemon/exp/back/shiny/707.png
deleted file mode 100644
index 538667f7252..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/708.json b/public/images/pokemon/exp/back/shiny/708.json
deleted file mode 100644
index fe864e9f9ea..00000000000
--- a/public/images/pokemon/exp/back/shiny/708.json
+++ /dev/null
@@ -1,503 +0,0 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 46,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 45,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 45,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 45,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 44,
- "h": 46
- },
- "frame": {
- "x": 45,
- "y": 46,
- "w": 44,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 6,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 44,
- "h": 41
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 44,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 45,
- "h": 45
- },
- "frame": {
- "x": 89,
- "y": 45,
- "w": 45,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 44
- },
- "frame": {
- "x": 89,
- "y": 90,
- "w": 45,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ae43a2361518d114c34efceaee18a46b:85de733a19b6cdd71d9518299acef7f4:796c82c5076b122f2663381836c65843$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/708.png b/public/images/pokemon/exp/back/shiny/708.png
deleted file mode 100644
index 35e2594241a..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/712.json b/public/images/pokemon/exp/back/shiny/712.json
index 1fc96cf19a4..869a92fd6ea 100644
--- a/public/images/pokemon/exp/back/shiny/712.json
+++ b/public/images/pokemon/exp/back/shiny/712.json
@@ -1,3338 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 208,
- "h": 208
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 75,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 113,
- "y": 0,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 151,
- "y": 0,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 74,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 111,
- "y": 41,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 148,
- "y": 44,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0157.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0158.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 37,
- "h": 43
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 37,
- "h": 43
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 74,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 84,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 87,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 125,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 126,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 127,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 74,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 168,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 111,
- "y": 166,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 148,
- "y": 128,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6fc0455d6f0af01f72622b0f21f8ee70:352443e5019cc9719abfbd45c1015afa:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 72, "y": 43, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 108, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 144, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 72, "y": 0, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 181, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 36, "y": 0, "w": 35, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 35, "h": 44 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 109, "y": 0, "w": 35, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 35, "h": 43 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 36, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 36, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 72, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 108, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 108, "y": 128, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 37, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 86, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 74, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 74, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 144, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 144, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 180, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 180, "y": 129, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 168, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 168, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 127, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 148, "y": 87, "w": 35, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 35, "h": 41 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 180, "y": 44, "w": 35, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 35, "h": 42 },
+ "sourceSize": { "w": 40, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 216, "h": 207 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/712.png b/public/images/pokemon/exp/back/shiny/712.png
index 709718daf83..989ed14b08e 100644
Binary files a/public/images/pokemon/exp/back/shiny/712.png and b/public/images/pokemon/exp/back/shiny/712.png differ
diff --git a/public/images/pokemon/exp/back/shiny/713.json b/public/images/pokemon/exp/back/shiny/713.json
index 8f1736a5256..0ff72eef867 100644
--- a/public/images/pokemon/exp/back/shiny/713.json
+++ b/public/images/pokemon/exp/back/shiny/713.json
@@ -1,188 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 199,
- "h": 199
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 87,
- "h": 66
- },
- "frame": {
- "x": 87,
- "y": 69,
- "w": 87,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 87,
- "h": 64
- },
- "frame": {
- "x": 87,
- "y": 135,
- "w": 87,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0af8023555592952fe28b217e91b3a50:e8f7bce9a0476374152ae2437bd2d84b:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 87, "y": 188, "w": 87, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 87, "h": 60 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 174, "y": 128, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 261, "y": 127, "w": 87, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 87, "h": 61 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 127, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 87, "y": 126, "w": 87, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 62 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 183, "y": 0, "w": 87, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 65 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 63, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 270, "y": 0, "w": 87, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 64 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 270, "y": 64, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 174, "y": 65, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 92, "y": 0, "w": 91, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 91, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 0, "y": 0, "w": 92, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 92, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 87, "y": 63, "w": 87, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 87, "h": 63 },
+ "sourceSize": { "w": 92, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 248 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/713.png b/public/images/pokemon/exp/back/shiny/713.png
index 87011e1bbb9..b4417f8386b 100644
Binary files a/public/images/pokemon/exp/back/shiny/713.png and b/public/images/pokemon/exp/back/shiny/713.png differ
diff --git a/public/images/pokemon/exp/back/shiny/714.json b/public/images/pokemon/exp/back/shiny/714.json
deleted file mode 100644
index 1d8e87ffa8c..00000000000
--- a/public/images/pokemon/exp/back/shiny/714.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 147,
- "h": 147
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 34,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 34,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 60,
- "h": 58
- },
- "frame": {
- "x": 34,
- "y": 0,
- "w": 60,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 10,
- "w": 58,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 58,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 58,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 1,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 112,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b5f2c2112a42d04cd66e9ed8b57be94f:1af3c375153c5a8b4950e81283c602fa:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/714.png b/public/images/pokemon/exp/back/shiny/714.png
deleted file mode 100644
index fa2c001e7cc..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/718-10.json b/public/images/pokemon/exp/back/shiny/718-10.json
deleted file mode 100644
index 147d661bd6b..00000000000
--- a/public/images/pokemon/exp/back/shiny/718-10.json
+++ /dev/null
@@ -1,188 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 194,
- "h": 194
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 62,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 63,
- "h": 65
- },
- "frame": {
- "x": 60,
- "y": 66,
- "w": 63,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 63,
- "h": 65
- },
- "frame": {
- "x": 62,
- "y": 0,
- "w": 63,
- "h": 65
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 63,
- "h": 64
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 63,
- "h": 64
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 125,
- "y": 64,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 123,
- "y": 129,
- "w": 59,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9b4423fced8dd8763a4e886055e4ab1f:d04b9095317ace207a8d36f1e501da19:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/718-10.png b/public/images/pokemon/exp/back/shiny/718-10.png
deleted file mode 100644
index 63d73684da4..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/718.json b/public/images/pokemon/exp/back/shiny/718.json
deleted file mode 100644
index b5cde64bbad..00000000000
--- a/public/images/pokemon/exp/back/shiny/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 216,
- "h": 216
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 73,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 70,
- "h": 88
- },
- "frame": {
- "x": 146,
- "y": 0,
- "w": 70,
- "h": 88
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 69,
- "h": 87
- },
- "frame": {
- "x": 146,
- "y": 88,
- "w": 69,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b8c991edb02cd8fac15ae3bfa6518a6b:1cf351059eb3257fa98dfd55b07708c4:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/718.png b/public/images/pokemon/exp/back/shiny/718.png
deleted file mode 100644
index 5e981224596..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/719.json b/public/images/pokemon/exp/back/shiny/719.json
deleted file mode 100644
index d39dc5b1c99..00000000000
--- a/public/images/pokemon/exp/back/shiny/719.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 158,
- "h": 158
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 39,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 12,
- "w": 39,
- "h": 67
- },
- "frame": {
- "x": 39,
- "y": 0,
- "w": 39,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 40,
- "h": 67
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 40,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 68
- },
- "frame": {
- "x": 41,
- "y": 67,
- "w": 41,
- "h": 68
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 68
- },
- "frame": {
- "x": 82,
- "y": 67,
- "w": 42,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4664ffe6d92453555d7befbaf3a06e34:ee4f7a42565694ad44dfdf274a36ffbb:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/719.png b/public/images/pokemon/exp/back/shiny/719.png
deleted file mode 100644
index d1640abb4a0..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/728.json b/public/images/pokemon/exp/back/shiny/728.json
index 37f02ac84d7..f60b5965bed 100644
--- a/public/images/pokemon/exp/back/shiny/728.json
+++ b/public/images/pokemon/exp/back/shiny/728.json
@@ -1,230 +1,776 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 117,
- "h": 117
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 39,
- "w": 41,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 39
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 39
- },
- "frame": {
- "x": 41,
- "y": 78,
- "w": 41,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b3aa1071cae1ccbd84e587c2c8d2cde:022fe282ca0614cda2fd19d531e24090:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 123, "y": 144, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 80, "y": 145, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 40, "y": 185, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 21, "w": 40, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 160, "y": 185, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 157, "y": 222, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 223, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 22, "w": 39, "h": 36 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 79, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 118, "y": 222, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 21, "w": 39, "h": 37 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 80, "y": 184, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 38 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 40, "y": 146, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 120, "y": 183, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 184, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 20, "w": 40, "h": 39 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 40, "y": 105, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 123, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 163, "y": 100, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 43 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 58, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 40, "h": 44 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 123, "y": 57, "w": 40, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 40, "h": 45 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 83, "y": 57, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 40, "h": 46 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 57, "w": 40, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 40, "h": 48 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 165, "y": 51, "w": 40, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 40, "h": 49 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 165, "y": 0, "w": 40, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 40, "h": 51 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 43, "y": 0, "w": 42, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 42, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 43, "h": 58 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 126, "y": 0, "w": 39, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 39, "h": 55 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 41, "h": 57 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 163, "y": 143, "w": 39, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 39, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 83, "y": 103, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 16, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 123, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 102, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 40, "h": 42 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 40, "y": 105, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 18, "w": 40, "h": 41 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 144, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 40, "h": 40 },
+ "sourceSize": { "w": 43, "h": 59 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "728.png",
+ "format": "I8",
+ "size": { "w": 205, "h": 259 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/728.png b/public/images/pokemon/exp/back/shiny/728.png
index 116bbd97904..c28f73eb846 100644
Binary files a/public/images/pokemon/exp/back/shiny/728.png and b/public/images/pokemon/exp/back/shiny/728.png differ
diff --git a/public/images/pokemon/exp/back/shiny/729.json b/public/images/pokemon/exp/back/shiny/729.json
index 88363e67c9b..97deebe472e 100644
--- a/public/images/pokemon/exp/back/shiny/729.json
+++ b/public/images/pokemon/exp/back/shiny/729.json
@@ -1,230 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 148,
- "h": 148
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 70,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 70,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 70,
- "h": 49
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 69,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 69,
- "h": 49
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 68,
- "h": 50
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 50
- },
- "frame": {
- "x": 70,
- "y": 50,
- "w": 67,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 71,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 48
- },
- "frame": {
- "x": 69,
- "y": 100,
- "w": 70,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2ec3964e8d511b8d6f4605adc54b17bc:5161b57c2302335b0d40aea50fb7f56d:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 283, "w": 55, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 10, "w": 55, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 284, "w": 54, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 54, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 348, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 49, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 49, "y": 389, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 47, "h": 51 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 265, "y": 388, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 386, "y": 386, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 47, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 98, "y": 337, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 49, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 287, "y": 335, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 491, "y": 224, "w": 53, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 53, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 112, "y": 283, "w": 54, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 9, "w": 54, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 292, "y": 280, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 56, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 174, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 328, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 195, "y": 61, "w": 59, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 334, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 394, "y": 57, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 268, "y": 60, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 62, "w": 60, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 60, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 234, "y": 172, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 293, "y": 225, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 234, "y": 227, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 59, "y": 174, "w": 57, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 57, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 467, "y": 279, "w": 58, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 63, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 334, "y": 0, "w": 63, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 135, "y": 61, "w": 60, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 60, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 458, "y": 56, "w": 59, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 58 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 397, "y": 0, "w": 61, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 61, "h": 57 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 458, "y": 0, "w": 62, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 62, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 446, "y": 169, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 57, "y": 283, "w": 55, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 55, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 467, "y": 333, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 53, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 338, "y": 386, "w": 48, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 48, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 216, "y": 336, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 166, "y": 336, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 11, "w": 50, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 337, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 49, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 452, "y": 385, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 400, "y": 334, "w": 52, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 52, "h": 52 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 348, "y": 280, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 231, "y": 282, "w": 56, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 56, "h": 54 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 117, "y": 228, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 58, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 352, "y": 225, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 118, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 58, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 314, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 175, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 373, "y": 170, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 116, "y": 118, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 446, "y": 114, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 202, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 66, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 68, "y": 0, "w": 67, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 67, "h": 62 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 68, "h": 63 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 268, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 66, "h": 60 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 135, "y": 0, "w": 67, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 67, "h": 61 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 254, "y": 117, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 60, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 116, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 175, "y": 173, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 174, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 432, "y": 224, "w": 59, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 59, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 387, "y": 114, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 59, "h": 56 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 59, "y": 228, "w": 58, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 58, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 229, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 410, "y": 279, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 57, "h": 55 },
+ "sourceSize": { "w": 68, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 544, "h": 440 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/729.png b/public/images/pokemon/exp/back/shiny/729.png
index 7818ca064bc..15c7bb566cf 100644
Binary files a/public/images/pokemon/exp/back/shiny/729.png and b/public/images/pokemon/exp/back/shiny/729.png differ
diff --git a/public/images/pokemon/exp/back/shiny/730.json b/public/images/pokemon/exp/back/shiny/730.json
index b32a006ec2b..5e3c835b381 100644
--- a/public/images/pokemon/exp/back/shiny/730.json
+++ b/public/images/pokemon/exp/back/shiny/730.json
@@ -1,230 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 206,
- "h": 206
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 69,
- "y": 0,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 79,
- "w": 68,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 68,
- "y": 81,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 69,
- "h": 79
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 69,
- "h": 79
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 69,
- "h": 82
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 69,
- "h": 78
- },
- "frame": {
- "x": 137,
- "y": 79,
- "w": 69,
- "h": 78
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:58a363a646c000c7482433c620e2e758:8b636d10e03d9f55a9d52a248f1e3999:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 397, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 324, "y": 0, "w": 73, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 73, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 397, "y": 71, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 69, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 70, "y": 135, "w": 66, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 66, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 278, "y": 401, "w": 61, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 3, "w": 61, "h": 78 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 137, "y": 400, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 77, "y": 394, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 217, "y": 335, "w": 61, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 2, "w": 61, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 415, "y": 418, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 61, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 351, "y": 359, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 64, "h": 76 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 505, "y": 288, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 13, "w": 69, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 278, "y": 334, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 124, "y": 265, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 292, "y": 269, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 200, "y": 271, "w": 78, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 197, "y": 414, "w": 77, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 62 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 394, "w": 77, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 77, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 64, "y": 331, "w": 78, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 78, "h": 63 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 385, "y": 212, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 213, "y": 207, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 17, "w": 79, "h": 64 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 156, "y": 67, "w": 79, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 79, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 78, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 472, "y": 0, "w": 75, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 75, "h": 71 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 135, "w": 70, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 70, "h": 74 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 288, "w": 64, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 64, "h": 77 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 504, "y": 359, "w": 60, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 4, "w": 60, "h": 80 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 369, "y": 276, "w": 60, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 60, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 64, "y": 213, "w": 60, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 60, "h": 84 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 466, "y": 139, "w": 62, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 62, "h": 83 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 209, "w": 64, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 5, "w": 64, "h": 79 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 236, "y": 134, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 71, "h": 73 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 136, "y": 199, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 156, "y": 134, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 73, "w": 80, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 80, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 385, "y": 147, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 307, "y": 204, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 429, "y": 288, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 142, "y": 335, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 429, "y": 353, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 464, "y": 222, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 307, "y": 138, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 235, "y": 68, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 82, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 0, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 82, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 164, "y": 0, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 81, "h": 67 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 245, "y": 0, "w": 79, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 16, "w": 79, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 67, "w": 78, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 78, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 466, "y": 71, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 77, "h": 68 },
+ "sourceSize": { "w": 84, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 574, "h": 495 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/730.png b/public/images/pokemon/exp/back/shiny/730.png
index 1335419944f..413702c3bfd 100644
Binary files a/public/images/pokemon/exp/back/shiny/730.png and b/public/images/pokemon/exp/back/shiny/730.png differ
diff --git a/public/images/pokemon/exp/back/shiny/746-school.json b/public/images/pokemon/exp/back/shiny/746-school.json
index ed524e1a4e2..85063ecea1f 100644
--- a/public/images/pokemon/exp/back/shiny/746-school.json
+++ b/public/images/pokemon/exp/back/shiny/746-school.json
@@ -1,230 +1,191 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 261,
- "h": 261
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 97,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 81
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 96,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 93,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 80,
- "w": 93,
- "h": 80
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 87,
- "h": 79
- },
- "frame": {
- "x": 87,
- "y": 160,
- "w": 87,
- "h": 79
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 89,
- "h": 78
- },
- "frame": {
- "x": 93,
- "y": 81,
- "w": 89,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 97,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 87,
- "h": 77
- },
- "frame": {
- "x": 174,
- "y": 159,
- "w": 87,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b6f5edcb419173bceb1876532c1f18db:d88467b51af7d786b06e3b5b9daaa4e3:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 278, "y": 205, "w": 96, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 96, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 287, "y": 107, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 94, "y": 106, "w": 94, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 94, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 93, "y": 206, "w": 93, "h": 99 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 93, "h": 99 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 103, "w": 94, "h": 102 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 94, "h": 102 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 188, "y": 202, "w": 90, "h": 104 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 90, "h": 104 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 282, "y": 0, "w": 92, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 92, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 374, "y": 0, "w": 90, "h": 107 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 107 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 96, "y": 0, "w": 93, "h": 106 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 93, "h": 106 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 189, "y": 0, "w": 93, "h": 105 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 93, "h": 105 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 103 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 103 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 205, "w": 93, "h": 100 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 93, "h": 100 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 383, "y": 107, "w": 96, "h": 98 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 96, "h": 98 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 278, "y": 302, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 95, "y": 306, "w": 97, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 97, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 374, "y": 300, "w": 98, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 98, "h": 94 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 305, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 95, "h": 96 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 374, "y": 205, "w": 97, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 97, "h": 95 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 373, "y": 394, "w": 94, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 94, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 189, "y": 105, "w": 98, "h": 97 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 98, "h": 97 },
+ "sourceSize": { "w": 100, "h": 111 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 479, "h": 491 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/746-school.png b/public/images/pokemon/exp/back/shiny/746-school.png
index 3d4af95cec3..2899d209989 100644
Binary files a/public/images/pokemon/exp/back/shiny/746-school.png and b/public/images/pokemon/exp/back/shiny/746-school.png differ
diff --git a/public/images/pokemon/exp/back/shiny/746.json b/public/images/pokemon/exp/back/shiny/746.json
index 97967ad0483..cf52bbd9a97 100644
--- a/public/images/pokemon/exp/back/shiny/746.json
+++ b/public/images/pokemon/exp/back/shiny/746.json
@@ -1,1490 +1,641 @@
-{
- "textures": [
- {
- "image": "746.png",
- "format": "RGBA8888",
- "size": {
- "w": 122,
- "h": 122
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 38,
- "h": 25
- },
- "frame": {
- "x": 0,
- "y": 25,
- "w": 38,
- "h": 25
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 0,
- "y": 98,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 38,
- "y": 25,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 50,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 25
- },
- "frame": {
- "x": 73,
- "y": 0,
- "w": 35,
- "h": 25
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 25,
- "w": 38,
- "h": 24
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 49,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 76,
- "y": 73,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 38,
- "y": 74,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 30
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 35,
- "h": 24
- },
- "frame": {
- "x": 73,
- "y": 97,
- "w": 35,
- "h": 24
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:123126a79a6088db4c7fde804f3b1df6:3efa447d1fe4461ae2ff382f6b0d7fb8:1a4f7e535d823202c4828f963d5b4404$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 38, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 38, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 38, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 45, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 45, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 44, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 34, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 43, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 76, "y": 0, "w": 38, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 41, "w": 38, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 68, "y": 23, "w": 34, "h": 23 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 39, "w": 34, "h": 23 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746.png",
+ "format": "I8",
+ "size": { "w": 114, "h": 46 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/746.png b/public/images/pokemon/exp/back/shiny/746.png
index 5206ceb9ff6..5ce4bdc8bcd 100644
Binary files a/public/images/pokemon/exp/back/shiny/746.png and b/public/images/pokemon/exp/back/shiny/746.png differ
diff --git a/public/images/pokemon/exp/back/shiny/749.json b/public/images/pokemon/exp/back/shiny/749.json
index f243011605c..40f3f03247d 100644
--- a/public/images/pokemon/exp/back/shiny/749.json
+++ b/public/images/pokemon/exp/back/shiny/749.json
@@ -1,230 +1,1037 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 171,
- "h": 171
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 54,
- "h": 66
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 54,
- "h": 66
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 66,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 59,
- "y": 66,
- "w": 56,
- "h": 66
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 59,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 115,
- "y": 66,
- "w": 55,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9d7331bd2d0e629e754348f158c3711c:edb98ecce518c521f5c31bb31243f866:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 224, "y": 343, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 88, "y": 344, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 233, "y": 231, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 278, "y": 244, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 182, "y": 341, "w": 42, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 92, "y": 287, "w": 45, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 183, "y": 288, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 231, "y": 289, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 183, "y": 234, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 278, "y": 304, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 236, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 224, "y": 343, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 88, "y": 344, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 233, "y": 231, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 278, "y": 244, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 182, "y": 341, "w": 42, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 92, "y": 287, "w": 45, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 183, "y": 288, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 231, "y": 289, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 234, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 278, "y": 304, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 236, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 224, "y": 343, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 46, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 88, "y": 344, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 46, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 233, "y": 231, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 278, "y": 244, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 43, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 182, "y": 341, "w": 42, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 42, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 92, "y": 287, "w": 45, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 45, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 183, "y": 288, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 48, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 231, "y": 289, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 183, "y": 234, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 48, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 278, "y": 304, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 47, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 236, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 47, "y": 174, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 145, "y": 67, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 12, "w": 49, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 242, "y": 121, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 45, "y": 120, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 266, "y": 65, "w": 49, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 49, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 194, "y": 67, "w": 48, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 48, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 46, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 138, "y": 232, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 45, "h": 58 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 44, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 343, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 44, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 137, "y": 290, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 45, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 46, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 139, "y": 176, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 188, "y": 123, "w": 48, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 48, "h": 55 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 139, "y": 122, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 49, "h": 54 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 94, "y": 66, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 51, "h": 53 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 45, "y": 63, "w": 49, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 49, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 309, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 47, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 92, "y": 0, "w": 47, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 47, "h": 61 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 45, "y": 0, "w": 47, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 47, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 224, "y": 0, "w": 42, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 291, "y": 122, "w": 40, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 40, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 182, "y": 0, "w": 42, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 42, "h": 67 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 45, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 45, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 139, "y": 0, "w": 43, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 43, "h": 66 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 266, "y": 0, "w": 43, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 43, "h": 65 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 315, "y": 59, "w": 42, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 42, "h": 63 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 66, "w": 45, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 45, "h": 60 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 94, "y": 119, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 45, "h": 59 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 92, "y": 230, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 46, "h": 57 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 186, "y": 178, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 283, "y": 188, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 47, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 287, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 46, "h": 56 },
+ "sourceSize": { "w": 53, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 357, "h": 401 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/749.png b/public/images/pokemon/exp/back/shiny/749.png
index c657851e04b..63a7d57d28f 100644
Binary files a/public/images/pokemon/exp/back/shiny/749.png and b/public/images/pokemon/exp/back/shiny/749.png differ
diff --git a/public/images/pokemon/exp/back/shiny/750.json b/public/images/pokemon/exp/back/shiny/750.json
index 922dde20472..e4c7c035ff8 100644
--- a/public/images/pokemon/exp/back/shiny/750.json
+++ b/public/images/pokemon/exp/back/shiny/750.json
@@ -1,230 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 253,
- "h": 253
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 88,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 71,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 173,
- "y": 71,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 86,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 140,
- "w": 86,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 86,
- "y": 143,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 88,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 169,
- "y": 144,
- "w": 84,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:51a6dc655f9c503ef0f1d2d873adf903:1fa68a8a88f7b5239ba7a91c9a1204c0:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 315, "y": 206, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 207, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 566, "y": 142, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 324, "y": 141, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 486, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 324, "y": 77, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 85, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 570, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 82, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 486, "y": 142, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 207, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 239, "y": 147, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 164, "y": 154, "w": 75, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 381, "y": 295, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 341, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 147, "y": 339, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 218, "y": 347, "w": 71, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 616, "y": 275, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 274, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 392, "y": 228, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 315, "y": 206, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 77, "y": 207, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 566, "y": 142, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 324, "y": 141, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 486, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 324, "y": 77, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 85, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 570, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 82, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 486, "y": 142, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 207, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 239, "y": 147, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 164, "y": 154, "w": 75, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 381, "y": 295, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 341, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 147, "y": 339, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 218, "y": 347, "w": 71, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 616, "y": 275, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 274, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 392, "y": 228, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 315, "y": 206, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 77, "y": 207, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 78, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 566, "y": 142, "w": 79, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 79, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 324, "y": 141, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 486, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 324, "y": 77, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 78, "w": 85, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 85, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 570, "y": 78, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 84, "h": 64 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 82, "y": 142, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 82, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 486, "y": 142, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 80, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 207, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 77, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 239, "y": 147, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 76, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 164, "y": 154, "w": 75, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 75, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 381, "y": 295, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 341, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 147, "y": 339, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 10, "w": 71, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 218, "y": 347, "w": 71, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 71, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 616, "y": 275, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 10, "w": 72, "h": 68 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 274, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 392, "y": 228, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 11, "w": 75, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 550, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 239, "y": 215, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 77, "y": 273, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 76, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 220, "y": 282, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 76, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 453, "y": 342, "w": 78, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 16, "w": 78, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 604, "y": 343, "w": 78, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 78, "h": 61 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 604, "y": 404, "w": 74, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 74, "h": 62 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 209, "y": 414, "w": 66, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 13, "w": 66, "h": 65 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 409, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 421, "y": 404, "w": 62, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 62, "h": 75 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 155, "y": 222, "w": 65, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 65, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 416, "y": 74, "w": 70, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 0, "w": 70, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 573, "y": 0, "w": 74, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 74, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 498, "y": 0, "w": 75, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 75, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 251, "y": 71, "w": 73, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 406, "y": 152, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 68, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 315, "y": 273, "w": 66, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 66, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 541, "y": 341, "w": 63, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 63, "h": 76 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 289, "y": 349, "w": 61, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 61, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 170, "y": 77, "w": 69, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 69, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 337, "y": 0, "w": 79, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 79, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 85, "y": 0, "w": 84, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 84, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 0, "w": 85, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 85, "h": 78 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 169, "y": 0, "w": 82, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 82, "h": 77 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 416, "y": 0, "w": 82, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 82, "h": 74 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 251, "y": 0, "w": 86, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 86, "h": 71 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 541, "y": 275, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 75, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 71, "y": 406, "w": 69, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 140, "y": 407, "w": 69, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 12, "w": 69, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 350, "y": 363, "w": 71, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 12, "w": 71, "h": 66 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 74, "y": 339, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 11, "w": 73, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 467, "y": 275, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 74, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 474, "y": 208, "w": 76, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 11, "w": 76, "h": 67 },
+ "sourceSize": { "w": 93, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 688, "h": 479 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/750.png b/public/images/pokemon/exp/back/shiny/750.png
index 604c23c7289..d099dce5a5e 100644
Binary files a/public/images/pokemon/exp/back/shiny/750.png and b/public/images/pokemon/exp/back/shiny/750.png differ
diff --git a/public/images/pokemon/exp/back/shiny/780.json b/public/images/pokemon/exp/back/shiny/780.json
index 1232a2acd52..09dee76d75d 100644
--- a/public/images/pokemon/exp/back/shiny/780.json
+++ b/public/images/pokemon/exp/back/shiny/780.json
@@ -1,230 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 183,
- "h": 183
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 62
- },
- "frame": {
- "x": 0,
- "y": 62,
- "w": 85,
- "h": 62
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 62
- },
- "frame": {
- "x": 85,
- "y": 62,
- "w": 83,
- "h": 62
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 82,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 82,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 81,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 124,
- "w": 81,
- "h": 59
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 62
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 79,
- "h": 59
- },
- "frame": {
- "x": 81,
- "y": 124,
- "w": 79,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e56d7591e5bcde367604688e6d07bae4:caee4120d5060ce743036fe68aaf7181:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 490, "y": 147, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 246, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 329, "y": 148, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 250, "y": 219, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 84, "y": 221, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 294, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 331, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 249, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 363, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 84, "y": 360, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 167, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 415, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 333, "y": 289, "w": 81, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 81, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 250, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 84, "y": 150, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 153, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 81, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 490, "y": 75, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 325, "y": 75, "w": 82, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 408, "y": 75, "w": 81, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 81, "h": 72 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 407, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 325, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 163, "y": 78, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 71 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 84, "y": 291, "w": 82, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 82, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 495, "y": 218, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 80, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 243, "y": 1, "w": 81, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 81, "h": 74 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 1, "w": 79, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 79, "h": 79 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 81, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 81, "h": 78 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 163, "y": 1, "w": 79, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 79, "h": 76 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 489, "y": 1, "w": 81, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 81, "h": 73 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 247, "y": 428, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 82, "h": 65 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 165, "y": 428, "w": 81, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 81, "h": 67 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 413, "y": 359, "w": 81, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 81, "h": 68 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 224, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 167, "y": 289, "w": 82, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 10, "w": 82, "h": 69 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 412, "y": 218, "w": 82, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 82, "h": 70 },
+ "sourceSize": { "w": 82, "h": 79 },
+ "duration": 100
+ }
+],
+"meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 576, "h": 496 },
+ "scale": "1"
+}
}
diff --git a/public/images/pokemon/exp/back/shiny/780.png b/public/images/pokemon/exp/back/shiny/780.png
index 6755273b14b..686b7220fbb 100644
Binary files a/public/images/pokemon/exp/back/shiny/780.png and b/public/images/pokemon/exp/back/shiny/780.png differ
diff --git a/public/images/pokemon/exp/back/shiny/782.json b/public/images/pokemon/exp/back/shiny/782.json
deleted file mode 100644
index facd127868f..00000000000
--- a/public/images/pokemon/exp/back/shiny/782.json
+++ /dev/null
@@ -1,2351 +0,0 @@
-{
- "textures": [
- {
- "image": "782.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 51,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 156,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 144,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 102,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 47,
- "h": 50
- },
- "frame": {
- "x": 192,
- "y": 152,
- "w": 47,
- "h": 50
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 47,
- "h": 49
- },
- "frame": {
- "x": 144,
- "y": 154,
- "w": 47,
- "h": 49
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:037c9a33b267f5b73f2e7c10c87bf653:509435f895db2af666d45fff3ec043dc:d07862436676aa228a148ee1f1d82a8f$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/782.png b/public/images/pokemon/exp/back/shiny/782.png
deleted file mode 100644
index 9ecbcf1f035..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/782.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/783.json b/public/images/pokemon/exp/back/shiny/783.json
deleted file mode 100644
index c23c9116e10..00000000000
--- a/public/images/pokemon/exp/back/shiny/783.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "783.png",
- "format": "RGBA8888",
- "size": {
- "w": 170,
- "h": 170
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 69
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 70
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 57,
- "h": 70
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 70
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 57,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 53,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 53,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 59,
- "y": 70,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 59,
- "y": 70,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 70,
- "w": 55,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 55,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 70,
- "w": 55,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ceb13eb26bf07b1a43fd9d23cef4895a:399ef100f2226bb28ca73ab82f617bd7:aab166e28c744865a0296041224dd01b$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/783.png b/public/images/pokemon/exp/back/shiny/783.png
deleted file mode 100644
index fd57a32b55e..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/783.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/784.json b/public/images/pokemon/exp/back/shiny/784.json
deleted file mode 100644
index 27f3d18b7d6..00000000000
--- a/public/images/pokemon/exp/back/shiny/784.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "784.png",
- "format": "RGBA8888",
- "size": {
- "w": 240,
- "h": 240
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 81
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 84,
- "h": 81
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 84,
- "h": 81
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 84,
- "h": 81
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 84,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 81,
- "h": 81
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 81,
- "h": 81
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 81,
- "y": 81,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 81,
- "y": 81,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 79,
- "h": 79
- },
- "frame": {
- "x": 159,
- "y": 81,
- "w": 79,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 78,
- "h": 80
- },
- "frame": {
- "x": 159,
- "y": 160,
- "w": 78,
- "h": 80
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 78,
- "h": 80
- },
- "frame": {
- "x": 159,
- "y": 160,
- "w": 78,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:841ddb49f9601ed6f43373fcdfd97a55:abdfda19e619b7f57eb4c9c5d68cc9d9:c2f7ca3ab1075b8c824730653d891244$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/784.png b/public/images/pokemon/exp/back/shiny/784.png
deleted file mode 100644
index fdec2486c56..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/784.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/815-gigantamax.json b/public/images/pokemon/exp/back/shiny/815-gigantamax.json
new file mode 100644
index 00000000000..952ea16b6b8
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 525, "y": 384, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 356, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 444, "y": 98, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 267, "y": 98, "w": 87, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 87, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 528, "y": 194, "w": 82, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 82, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 484, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 333, "y": 388, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 82, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 167, "y": 483, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 81, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 440, "y": 194, "w": 86, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 86, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 267, "y": 193, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 85, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 84, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 444, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 171, "y": 289, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 525, "y": 288, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 83, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 1, "y": 485, "w": 79, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 7, "w": 79, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 84, "y": 389, "w": 81, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 81, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 356, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 268, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 354, "y": 194, "w": 84, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 84, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 255, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 423, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 506, "y": 481, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 250, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 339, "y": 291, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 167, "y": 386, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 440, "y": 288, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 414, "y": 482, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/815-gigantamax.png b/public/images/pokemon/exp/back/shiny/815-gigantamax.png
new file mode 100644
index 00000000000..0668fd3b065
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/839-gigantamax.json b/public/images/pokemon/exp/back/shiny/839-gigantamax.json
new file mode 100644
index 00000000000..35d98910c9f
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 470, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 546, "y": 377, "w": 76, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 76, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 469, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 544, "y": 473, "w": 75, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 0, "w": 75, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 154, "y": 472, "w": 76, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 1, "w": 76, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 566, "w": 75, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 75, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 393, "y": 376, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 414, "y": 190, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 492, "y": 191, "w": 78, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 1, "w": 78, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 159, "y": 283, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 158, "y": 189, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 255, "y": 188, "w": 80, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 80, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 173, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 90, "y": 93, "w": 83, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 83, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 350, "y": 95, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 82, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 524, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 268, "y": 92, "w": 82, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 82, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 513, "y": 95, "w": 80, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 0, "w": 80, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 185, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 238, "y": 282, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 79, "y": 187, "w": 79, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 79, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 432, "y": 95, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 441, "y": 0, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 356, "y": 0, "w": 85, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 85, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 180, "y": 0, "w": 88, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 88, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 0, "w": 90, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 90, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 268, "y": 0, "w": 88, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 88, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 94, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 5, "w": 85, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 77, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 397, "y": 285, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 232, "y": 378, "w": 81, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 81, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 315, "y": 283, "w": 82, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 82, "h": 90 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 478, "y": 286, "w": 81, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 5, "w": 81, "h": 91 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 313, "y": 467, "w": 79, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 79, "h": 92 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 335, "y": 189, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 2, "w": 79, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 315, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 77, "y": 373, "w": 78, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 78, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 77, "y": 467, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 232, "y": 468, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 392, "y": 471, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 309, "y": 559, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 386, "y": 565, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 561, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 230, "y": 562, "w": 77, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 77, "h": 93 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 472, "w": 77, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 77, "h": 94 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 155, "y": 377, "w": 77, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 1, "w": 77, "h": 95 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 281, "w": 77, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 77, "h": 96 },
+ "sourceSize": { "w": 106, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 622, "h": 661 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/839-gigantamax.png b/public/images/pokemon/exp/back/shiny/839-gigantamax.png
new file mode 100644
index 00000000000..ce96d8134a6
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/back/shiny/840.json b/public/images/pokemon/exp/back/shiny/840.json
index ccacb7508ff..eb5a925c565 100644
--- a/public/images/pokemon/exp/back/shiny/840.json
+++ b/public/images/pokemon/exp/back/shiny/840.json
@@ -1,230 +1,1145 @@
-{
- "textures": [
- {
- "image": "840.png",
- "format": "RGBA8888",
- "size": {
- "w": 95,
- "h": 95
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 32,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 41
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 41
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 31,
- "h": 42
- },
- "frame": {
- "x": 32,
- "y": 41,
- "w": 31,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 31,
- "h": 41
- },
- "frame": {
- "x": 63,
- "y": 42,
- "w": 31,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 31,
- "h": 41
- },
- "frame": {
- "x": 63,
- "y": 42,
- "w": 31,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c19a2ef85c7903c2a4c922be93e361d7:7a1608b4463c8ee6cb033125d1c506b4:c6a93eb4343acba47be6c18cd2c93ef1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 136, "y": 90, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 171, "y": 91, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 37, "y": 44, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 34, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 79, "y": 2, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 41, "y": 2, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 116, "y": 2, "w": 34, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 34, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 131, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 136, "y": 132, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 171, "y": 133, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 152, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 108, "y": 45, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 176, "y": 46, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 37, "y": 86, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 70, "y": 87, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 70, "y": 132, "w": 30, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 103, "y": 89, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 142, "y": 46, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 187, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 2, "y": 44, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 136, "y": 90, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 171, "y": 91, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 37, "y": 44, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 34, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 79, "y": 2, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 2, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 116, "y": 2, "w": 34, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 34, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 35, "y": 131, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 136, "y": 132, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 133, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 152, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 108, "y": 45, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 176, "y": 46, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 37, "y": 86, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 87, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 70, "y": 132, "w": 30, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 103, "y": 89, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 142, "y": 46, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 187, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 2, "y": 44, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 136, "y": 90, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 171, "y": 91, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 37, "y": 44, "w": 34, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 34, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 79, "y": 2, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 35, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 41, "y": 2, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 2, "y": 2, "w": 37, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 37, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 116, "y": 2, "w": 34, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 34, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 35, "y": 131, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 136, "y": 132, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 171, "y": 133, "w": 33, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 33, "h": 40 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 152, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 108, "y": 45, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 176, "y": 46, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 37, "y": 86, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 70, "y": 87, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 2, "y": 88, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 70, "y": 132, "w": 30, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 30, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 103, "y": 89, "w": 31, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 31, "h": 43 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 142, "y": 46, "w": 32, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 32, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 187, "y": 2, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 2, "y": 44, "w": 33, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 33, "h": 42 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 2, "y": 173, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 33, "h": 39 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 2, "y": 133, "w": 30, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 30, "h": 34 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 102, "y": 134, "w": 28, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 28, "h": 30 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 102, "y": 166, "w": 27, "h": 25 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 27, "h": 25 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 102, "y": 134, "w": 28, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 12, "w": 28, "h": 30 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 2, "y": 133, "w": 30, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 30, "h": 34 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 2, "y": 173, "w": 33, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 33, "h": 39 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 73, "y": 44, "w": 33, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 33, "h": 41 },
+ "sourceSize": { "w": 37, "h": 44 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "840.png",
+ "format": "I8",
+ "size": { "w": 222, "h": 214 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/back/shiny/840.png b/public/images/pokemon/exp/back/shiny/840.png
index 9a800ab956c..e37bd252d7b 100644
Binary files a/public/images/pokemon/exp/back/shiny/840.png and b/public/images/pokemon/exp/back/shiny/840.png differ
diff --git a/public/images/pokemon/exp/back/shiny/935.json b/public/images/pokemon/exp/back/shiny/935.json
deleted file mode 100644
index 2bdf2b2a155..00000000000
--- a/public/images/pokemon/exp/back/shiny/935.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "935.png",
- "format": "RGBA8888",
- "size": {
- "w": 133,
- "h": 133
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 29,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 49
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 29,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 49
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 49
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 49
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 29,
- "h": 49
- },
- "frame": {
- "x": 29,
- "y": 0,
- "w": 29,
- "h": 49
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 28,
- "h": 49
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 28,
- "h": 49
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 28,
- "h": 49
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 28,
- "h": 49
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 49
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 28,
- "h": 49
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 49
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 28,
- "h": 49
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 28,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 28,
- "h": 48
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 28,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 49,
- "w": 28,
- "h": 48
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 27,
- "h": 48
- },
- "frame": {
- "x": 28,
- "y": 49,
- "w": 27,
- "h": 48
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 27,
- "h": 47
- },
- "frame": {
- "x": 55,
- "y": 49,
- "w": 27,
- "h": 47
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 27,
- "h": 47
- },
- "frame": {
- "x": 55,
- "y": 49,
- "w": 27,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 26,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 49,
- "w": 26,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 26,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 49,
- "w": 26,
- "h": 46
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 25,
- "h": 45
- },
- "frame": {
- "x": 108,
- "y": 49,
- "w": 25,
- "h": 45
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:039aaaf52028b39c07e4909a88a5e8bb:1e66e8f98dd44fa06a53d364e32b154b:077dcf06dc5fc347497b59afe6126a5e$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/935.png b/public/images/pokemon/exp/back/shiny/935.png
deleted file mode 100644
index bdd1ef192ad..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/935.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/936.json b/public/images/pokemon/exp/back/shiny/936.json
deleted file mode 100644
index 295267305ad..00000000000
--- a/public/images/pokemon/exp/back/shiny/936.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "936.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 59,
- "h": 97
- },
- "frame": {
- "x": 59,
- "y": 0,
- "w": 59,
- "h": 97
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 58,
- "h": 97
- },
- "frame": {
- "x": 59,
- "y": 97,
- "w": 58,
- "h": 97
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 58,
- "h": 97
- },
- "frame": {
- "x": 59,
- "y": 97,
- "w": 58,
- "h": 97
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 97
- },
- "frame": {
- "x": 117,
- "y": 97,
- "w": 58,
- "h": 97
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 97
- },
- "frame": {
- "x": 117,
- "y": 97,
- "w": 58,
- "h": 97
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 57,
- "h": 96
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 57,
- "h": 96
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 57,
- "h": 96
- },
- "frame": {
- "x": 118,
- "y": 0,
- "w": 57,
- "h": 96
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 58,
- "h": 95
- },
- "frame": {
- "x": 175,
- "y": 0,
- "w": 58,
- "h": 95
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 58,
- "h": 95
- },
- "frame": {
- "x": 175,
- "y": 0,
- "w": 58,
- "h": 95
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 58,
- "h": 94
- },
- "frame": {
- "x": 175,
- "y": 95,
- "w": 58,
- "h": 94
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 3,
- "w": 57,
- "h": 94
- },
- "frame": {
- "x": 175,
- "y": 189,
- "w": 57,
- "h": 94
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:28e584ed8d8aaebb8c9edc4517b84f45:09d8ad02433d8015e4665464587b1259:1a0490303f9626f92e787c567cd10feb$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/936.png b/public/images/pokemon/exp/back/shiny/936.png
deleted file mode 100644
index 14b0c1c7bf2..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/936.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/937.json b/public/images/pokemon/exp/back/shiny/937.json
deleted file mode 100644
index 1a94f5525d2..00000000000
--- a/public/images/pokemon/exp/back/shiny/937.json
+++ /dev/null
@@ -1,650 +0,0 @@
-{
- "textures": [
- {
- "image": "937.png",
- "format": "RGBA8888",
- "size": {
- "w": 382,
- "h": 382
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 96
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 96
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 96
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 182,
- "y": 0,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 90,
- "h": 96
- },
- "frame": {
- "x": 182,
- "y": 0,
- "w": 90,
- "h": 96
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 89,
- "h": 96
- },
- "frame": {
- "x": 272,
- "y": 0,
- "w": 89,
- "h": 96
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 89,
- "h": 96
- },
- "frame": {
- "x": 272,
- "y": 0,
- "w": 89,
- "h": 96
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 91,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 91,
- "h": 95
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 91,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 91,
- "h": 95
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 91,
- "y": 96,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 91,
- "y": 96,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 180,
- "y": 96,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 180,
- "y": 96,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 88,
- "y": 191,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 88,
- "h": 96
- },
- "frame": {
- "x": 88,
- "y": 191,
- "w": 88,
- "h": 96
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 87,
- "h": 96
- },
- "frame": {
- "x": 176,
- "y": 192,
- "w": 87,
- "h": 96
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 87,
- "h": 96
- },
- "frame": {
- "x": 176,
- "y": 192,
- "w": 87,
- "h": 96
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 85,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 287,
- "w": 85,
- "h": 95
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 85,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 287,
- "w": 85,
- "h": 95
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 85,
- "h": 94
- },
- "frame": {
- "x": 85,
- "y": 287,
- "w": 85,
- "h": 94
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 85,
- "h": 94
- },
- "frame": {
- "x": 85,
- "y": 287,
- "w": 85,
- "h": 94
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 82,
- "h": 96
- },
- "frame": {
- "x": 263,
- "y": 192,
- "w": 82,
- "h": 96
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 82,
- "h": 96
- },
- "frame": {
- "x": 263,
- "y": 192,
- "w": 82,
- "h": 96
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 85,
- "h": 93
- },
- "frame": {
- "x": 268,
- "y": 96,
- "w": 85,
- "h": 93
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 85,
- "h": 93
- },
- "frame": {
- "x": 268,
- "y": 96,
- "w": 85,
- "h": 93
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 81,
- "h": 94
- },
- "frame": {
- "x": 170,
- "y": 288,
- "w": 81,
- "h": 94
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 81,
- "h": 94
- },
- "frame": {
- "x": 170,
- "y": 288,
- "w": 81,
- "h": 94
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 80,
- "h": 94
- },
- "frame": {
- "x": 251,
- "y": 288,
- "w": 80,
- "h": 94
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 95,
- "h": 97
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 80,
- "h": 94
- },
- "frame": {
- "x": 251,
- "y": 288,
- "w": 80,
- "h": 94
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d3ac9f14a29e2d6136e96b1fbd1551c7:0076c777d18a4f3d780937118dfb6388:1d4b4f8d62307c37457ba974879b47d0$"
- }
-}
diff --git a/public/images/pokemon/exp/back/shiny/937.png b/public/images/pokemon/exp/back/shiny/937.png
deleted file mode 100644
index 676950a1999..00000000000
Binary files a/public/images/pokemon/exp/back/shiny/937.png and /dev/null differ
diff --git a/public/images/pokemon/exp/708.json b/public/images/pokemon/exp/back/shiny/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/708.json
rename to public/images/pokemon/exp/back/shiny/female/6215.json
index f03fc408ded..07510ceaa55 100644
--- a/public/images/pokemon/exp/708.json
+++ b/public/images/pokemon/exp/back/shiny/female/6215.json
@@ -1,432 +1,33 @@
{
"textures": [
{
- "image": "708.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 206,
- "h": 206
+ "w": 155,
+ "h": 155
},
"scale": 1,
"frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 43
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
"x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 4,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
"y": 1,
- "w": 51,
- "h": 43
+ "w": 54,
+ "h": 49
},
"frame": {
"x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 51,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 86,
- "w": 51,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
"y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 42,
- "w": 51,
- "h": 42
+ "w": 54,
+ "h": 49
}
},
{
@@ -434,20 +35,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -455,20 +77,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -476,461 +119,41 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 84,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 51,
- "y": 126,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 0,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 51,
- "h": 42
- },
- "frame": {
- "x": 102,
- "y": 42,
- "w": 51,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 84,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 6,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 102,
- "y": 125,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 102,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
- "y": 6,
- "w": 50,
- "h": 40
- },
- "frame": {
- "x": 152,
- "y": 166,
- "w": 50,
- "h": 40
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 6,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0042.png",
+ "filename": "0043.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 6,
+ "x": 0,
"y": 1,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
+ "x": 0,
"y": 0,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 51,
- "h": 41
- },
- "frame": {
- "x": 153,
- "y": 41,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 49
}
},
{
@@ -938,41 +161,146 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 1,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 0,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
- "filename": "0048.png",
+ "filename": "0005.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
- "x": 2,
+ "x": 0,
"y": 3,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 47
},
"frame": {
- "x": 153,
- "y": 82,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
}
},
{
@@ -980,20 +308,167 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
"h": 47
},
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 3,
+ "w": 54,
+ "h": 47
+ },
+ "frame": {
+ "x": 54,
+ "y": 0,
+ "w": 54,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
- "w": 51,
- "h": 41
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
}
},
{
@@ -1001,20 +476,545 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 58,
- "h": 47
+ "w": 54,
+ "h": 50
},
"spriteSourceSize": {
"x": 0,
"y": 4,
- "w": 51,
- "h": 41
+ "w": 54,
+ "h": 46
},
"frame": {
- "x": 153,
- "y": 123,
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
+ "w": 54,
+ "h": 46
+ },
+ "frame": {
+ "x": 54,
+ "y": 47,
+ "w": 54,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 6,
+ "w": 54,
+ "h": 44
+ },
+ "frame": {
+ "x": 0,
+ "y": 49,
+ "w": 54,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 50
+ },
+ "frame": {
+ "x": 52,
+ "y": 93,
+ "w": 52,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
"w": 51,
- "h": 41
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 54,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 0,
+ "w": 51,
+ "h": 50
+ },
+ "frame": {
+ "x": 104,
+ "y": 93,
+ "w": 51,
+ "h": 50
}
}
]
@@ -1023,6 +1023,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:db6408a4e96a3c4552035ce768316e02:28f26069e5c44ed9f6fa66442864f895:796c82c5076b122f2663381836c65843$"
+ "smartupdate": "$TexturePacker:SmartUpdate:7decf4c336c92bdacc5d43bc8590718f:30606c7130f3577df61a85f98b567a88:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/back/shiny/female/6215.png b/public/images/pokemon/exp/back/shiny/female/6215.png
new file mode 100644
index 00000000000..3af5e81148c
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/female/6215.png differ
diff --git a/public/images/pokemon/exp/back/shiny/female/668.json b/public/images/pokemon/exp/back/shiny/female/668.json
new file mode 100644
index 00000000000..8e55af5a4de
--- /dev/null
+++ b/public/images/pokemon/exp/back/shiny/female/668.json
@@ -0,0 +1,820 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 152, "y": 283, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 73, "y": 284, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 5, "w": 74, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 460, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 350, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 6, "w": 74, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 385, "y": 284, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 75, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 472, "y": 283, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 77, "h": 67 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 233, "y": 282, "w": 77, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 5, "w": 77, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 396, "y": 215, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 214, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 3, "w": 76, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 399, "y": 144, "w": 76, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 76, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 431, "y": 73, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 242, "y": 142, "w": 77, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 77, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 156, "y": 213, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 475, "y": 144, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 233, "y": 213, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 156, "y": 144, "w": 79, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 79, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 319, "y": 144, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 80, "h": 68 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 242, "y": 73, "w": 80, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 80, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 310, "y": 282, "w": 75, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 75, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 534, "y": 350, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 71, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 301, "y": 351, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 67, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 353, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 3, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 204, "y": 417, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 2, "w": 63, "h": 75 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 139, "y": 352, "w": 65, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 65, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 73, "y": 352, "w": 66, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 3, "w": 66, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 368, "y": 351, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 4, "w": 69, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 284, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 4, "w": 73, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 475, "y": 214, "w": 76, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 76, "h": 69 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 319, "y": 212, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 77, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 82, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 519, "y": 72, "w": 83, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 83, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 434, "y": 0, "w": 85, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 85, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 261, "y": 0, "w": 86, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 86, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 174, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 87, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 87, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 87, "h": 73 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 347, "y": 0, "w": 87, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 87, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 519, "y": 0, "w": 85, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 85, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 347, "y": 72, "w": 84, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 84, "h": 72 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 73, "w": 82, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 162, "y": 73, "w": 80, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 80, "h": 71 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 78, "y": 144, "w": 78, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 70 },
+ "sourceSize": { "w": 89, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 605, "h": 492 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/back/shiny/female/668.png b/public/images/pokemon/exp/back/shiny/female/668.png
new file mode 100644
index 00000000000..cec15d8fcb7
Binary files /dev/null and b/public/images/pokemon/exp/back/shiny/female/668.png differ
diff --git a/public/images/pokemon/exp/back/707.json b/public/images/pokemon/exp/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/back/707.json
rename to public/images/pokemon/exp/female/6215.json
index b8db4ac17f3..8e010a77bb6 100644
--- a/public/images/pokemon/exp/back/707.json
+++ b/public/images/pokemon/exp/female/6215.json
@@ -1,2007 +1,33 @@
{
"textures": [
{
- "image": "707.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 286,
- "h": 286
+ "w": 230,
+ "h": 230
},
"scale": 1,
"frames": [
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 115,
- "y": 142,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
+ "x": 0,
"y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
+ "w": 55,
+ "h": 50
}
},
{
@@ -2009,20 +35,1175 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0032.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0043.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0044.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0055.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0056.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0067.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0068.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0079.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0080.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0047.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0051.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0052.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0071.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0072.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0075.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0076.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0045.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0069.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0070.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0077.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0078.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0057.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0058.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0065.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0066.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2030,20 +1211,125 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2051,20 +1337,734 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0053.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0054.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0081.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0082.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0061.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0062.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0049.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0050.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0073.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0074.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0083.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0084.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0097.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0098.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0087.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0088.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0085.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0086.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0089.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0090.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0091.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0092.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0093.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0094.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0095.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0096.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
}
}
]
@@ -2073,6 +2073,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:923b4bcae7da04f16b46037df8433fd0:1631bc30b61a1b4a910dd4510c8733ca:8e96b9056ea81e44ced99c97f472a528$"
+ "smartupdate": "$TexturePacker:SmartUpdate:a8930baf3a1083758adeeca87b28c6c7:3138fb5696691a4322b6805a44d3caa0:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/female/6215.png b/public/images/pokemon/exp/female/6215.png
new file mode 100644
index 00000000000..2d132090ae8
Binary files /dev/null and b/public/images/pokemon/exp/female/6215.png differ
diff --git a/public/images/pokemon/exp/female/668.json b/public/images/pokemon/exp/female/668.json
new file mode 100644
index 00000000000..443f13c0b54
--- /dev/null
+++ b/public/images/pokemon/exp/female/668.json
@@ -0,0 +1,820 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 147, "w": 64, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 64, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 127, "y": 152, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 64, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 465, "y": 146, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 65, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 399, "y": 146, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 66, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 334, "y": 74, "w": 66, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 66, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 191, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 126, "y": 223, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 462, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 188, "y": 291, "w": 61, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 61, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 291, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 60, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 62, "y": 292, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 122, "y": 295, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 182, "y": 363, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 60, "y": 364, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 362, "w": 60, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 60, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 327, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 268, "y": 74, "w": 66, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 376, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 227, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 76, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 152, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 302, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 449, "y": 0, "w": 72, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 72, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 449, "y": 73, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 71, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 69, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 201, "y": 74, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 67, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 334, "y": 145, "w": 65, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 65, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 530, "h": 436 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/female/668.png b/public/images/pokemon/exp/female/668.png
new file mode 100644
index 00000000000..fa0582a61f1
Binary files /dev/null and b/public/images/pokemon/exp/female/668.png differ
diff --git a/public/images/pokemon/exp/shiny/2037.json b/public/images/pokemon/exp/shiny/2037.json
index bba453cc0a9..bcd9340b28a 100644
--- a/public/images/pokemon/exp/shiny/2037.json
+++ b/public/images/pokemon/exp/shiny/2037.json
@@ -1,1112 +1,101 @@
-{
- "textures": [
- {
- "image": "2037.png",
- "format": "RGBA8888",
- "size": {
- "w": 224,
- "h": 224
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 47,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 52,
- "h": 47
- },
- "frame": {
- "x": 52,
- "y": 0,
- "w": 52,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 157,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 94,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 52,
- "y": 47,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 140,
- "w": 52,
- "h": 46
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 157,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 93,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 104,
- "y": 91,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 52,
- "y": 138,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 54,
- "h": 41
- },
- "frame": {
- "x": 52,
- "y": 183,
- "w": 54,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 104,
- "y": 136,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 52,
- "h": 45
- },
- "frame": {
- "x": 157,
- "y": 135,
- "w": 52,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 106,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 54,
- "h": 42
- },
- "frame": {
- "x": 160,
- "y": 180,
- "w": 54,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bc39b65cf0ec2f14ad8bf933de8a41c5:b5060619f68332d93b5dc706d7dd4b94:c679847d1c2ddf91caeaa5ebb76a6664$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 59, "y": 0, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 118, "y": 0, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 177, "y": 0, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 46, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 59, "y": 46, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 118, "y": 46, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 177, "y": 46, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 92, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 59, "y": 92, "w": 59, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 59, "h": 46 },
+ "sourceSize": { "w": 59, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2037.png",
+ "format": "I8",
+ "size": { "w": 236, "h": 138 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2037.png b/public/images/pokemon/exp/shiny/2037.png
index 57b5fc6a54a..bf55fc87f2c 100644
Binary files a/public/images/pokemon/exp/shiny/2037.png and b/public/images/pokemon/exp/shiny/2037.png differ
diff --git a/public/images/pokemon/exp/shiny/2038.json b/public/images/pokemon/exp/shiny/2038.json
index 864e19300de..90b36cbc795 100644
--- a/public/images/pokemon/exp/shiny/2038.json
+++ b/public/images/pokemon/exp/shiny/2038.json
@@ -1,692 +1,155 @@
-{
- "textures": [
- {
- "image": "2038.png",
- "format": "RGBA8888",
- "size": {
- "w": 516,
- "h": 516
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 9,
- "w": 86,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 84,
- "h": 75
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 84,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 85,
- "h": 75
- },
- "frame": {
- "x": 170,
- "y": 0,
- "w": 85,
- "h": 75
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 85,
- "h": 75
- },
- "frame": {
- "x": 255,
- "y": 0,
- "w": 85,
- "h": 75
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 86,
- "h": 75
- },
- "frame": {
- "x": 340,
- "y": 0,
- "w": 86,
- "h": 75
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 86,
- "h": 75
- },
- "frame": {
- "x": 426,
- "y": 0,
- "w": 86,
- "h": 75
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 88,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 75,
- "w": 88,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 87,
- "h": 75
- },
- "frame": {
- "x": 88,
- "y": 75,
- "w": 87,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 89,
- "h": 76
- },
- "frame": {
- "x": 175,
- "y": 75,
- "w": 89,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 87,
- "h": 77
- },
- "frame": {
- "x": 264,
- "y": 75,
- "w": 87,
- "h": 77
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 6,
- "w": 90,
- "h": 77
- },
- "frame": {
- "x": 351,
- "y": 75,
- "w": 90,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 150,
- "w": 86,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 85,
- "h": 78
- },
- "frame": {
- "x": 86,
- "y": 150,
- "w": 85,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 85,
- "h": 78
- },
- "frame": {
- "x": 171,
- "y": 151,
- "w": 85,
- "h": 78
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 91,
- "h": 78
- },
- "frame": {
- "x": 256,
- "y": 152,
- "w": 91,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 347,
- "y": 152,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 0,
- "y": 228,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 86,
- "y": 228,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 171,
- "y": 229,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 85,
- "h": 79
- },
- "frame": {
- "x": 256,
- "y": 230,
- "w": 85,
- "h": 79
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 90,
- "h": 79
- },
- "frame": {
- "x": 341,
- "y": 231,
- "w": 90,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 85,
- "h": 80
- },
- "frame": {
- "x": 431,
- "y": 231,
- "w": 85,
- "h": 80
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 86,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 307,
- "w": 86,
- "h": 80
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 81
- },
- "frame": {
- "x": 86,
- "y": 308,
- "w": 87,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 90,
- "h": 81
- },
- "frame": {
- "x": 173,
- "y": 309,
- "w": 90,
- "h": 81
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 88,
- "h": 82
- },
- "frame": {
- "x": 263,
- "y": 310,
- "w": 88,
- "h": 82
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 90,
- "h": 82
- },
- "frame": {
- "x": 351,
- "y": 311,
- "w": 90,
- "h": 82
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 88,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 389,
- "w": 88,
- "h": 83
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 88,
- "y": 390,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 177,
- "y": 392,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 266,
- "y": 393,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 94,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 90,
- "h": 83
- },
- "frame": {
- "x": 355,
- "y": 393,
- "w": 90,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:90bf50050728a091bdf4379ca942498d:30c5d97fa3349bcea4fb2421cc82a0fc:51bcdbb4fa6a1a9e90a83c2a4132ee1b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 157, "y": 194, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 76, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 164, "y": 128, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 66 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 244, "y": 128, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 130, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 78, "y": 194, "w": 79, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 79, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 170, "y": 0, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 254, "y": 0, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 86, "y": 0, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 84, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 170, "y": 64, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 86, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 86, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 254, "y": 64, "w": 84, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 84, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 82, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 80, "y": 130, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 82, "y": 65, "w": 82, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 244, "y": 192, "w": 80, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 80, "h": 64 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 194, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 78, "h": 65 },
+ "sourceSize": { "w": 86, "h": 67 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2038.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 259 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2038.png b/public/images/pokemon/exp/shiny/2038.png
index 4496e7eacc2..c2e00f4c939 100644
Binary files a/public/images/pokemon/exp/shiny/2038.png and b/public/images/pokemon/exp/shiny/2038.png differ
diff --git a/public/images/pokemon/exp/shiny/2074.json b/public/images/pokemon/exp/shiny/2074.json
index 0707b26186c..c29fe8e2992 100644
--- a/public/images/pokemon/exp/shiny/2074.json
+++ b/public/images/pokemon/exp/shiny/2074.json
@@ -1,272 +1,425 @@
-{
- "textures": [
- {
- "image": "2074.png",
- "format": "RGBA8888",
- "size": {
- "w": 142,
- "h": 142
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 63,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 61,
- "h": 30
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 61,
- "h": 30
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 61,
- "h": 30
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 61,
- "h": 30
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 8,
- "w": 57,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 57,
- "h": 32
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 57,
- "y": 30,
- "w": 56,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 56,
- "h": 35
- },
- "frame": {
- "x": 57,
- "y": 30,
- "w": 56,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 52,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 52,
- "h": 37
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 52,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 52,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 47,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 47,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 48,
- "h": 39
- },
- "frame": {
- "x": 47,
- "y": 97,
- "w": 48,
- "h": 39
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 63,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 47,
- "h": 39
- },
- "frame": {
- "x": 95,
- "y": 65,
- "w": 47,
- "h": 39
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8b430a28b9c42658bb83aba3cc9d0d69:c07291451914e5634685b69162c2028f:ad137687a877f55f096b7447bfdfe295$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 118, "y": 120, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 64, "y": 91, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 122, "y": 92, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 90, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 251, "y": 32, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 32, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 251, "y": 61, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 133, "y": 64, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 256, "y": 118, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 118, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 61, "y": 120, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 118, "y": 120, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 91, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 122, "y": 92, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 90, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 251, "y": 32, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 32, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 251, "y": 61, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 133, "y": 64, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 182, "y": 119, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 118, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 61, "y": 120, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 118, "y": 120, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 64, "y": 91, "w": 58, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 58, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 122, "y": 92, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 90, "w": 63, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 63, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 251, "y": 32, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 13, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 32, "w": 67, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 67, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 251, "y": 61, "w": 65, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 11, "w": 65, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 133, "y": 64, "w": 64, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 64, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 182, "y": 119, "w": 62, "h": 27 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 62, "h": 27 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 118, "w": 60, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 60, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 61, "y": 120, "w": 57, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 57, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 118, "y": 120, "w": 55, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 55, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 197, "y": 90, "w": 59, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 29 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 256, "y": 90, "w": 61, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 11, "w": 61, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 68, "y": 63, "w": 65, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 65, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 62, "w": 67, "h": 28 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 67, "h": 28 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 71, "y": 1, "w": 69, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 69, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 1, "w": 70, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 70, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 140, "y": 1, "w": 69, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 69, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 209, "y": 1, "w": 67, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 67, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 276, "y": 1, "w": 65, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 65, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 129, "y": 32, "w": 63, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 63, "h": 30 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 68, "y": 32, "w": 61, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 61, "h": 31 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 192, "y": 32, "w": 59, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 59, "h": 32 },
+ "sourceSize": { "w": 70, "h": 42 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2074.png",
+ "format": "I8",
+ "size": { "w": 342, "h": 151 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2074.png b/public/images/pokemon/exp/shiny/2074.png
index 8ca5c12c06d..6697b81ffbc 100644
Binary files a/public/images/pokemon/exp/shiny/2074.png and b/public/images/pokemon/exp/shiny/2074.png differ
diff --git a/public/images/pokemon/exp/shiny/2075.json b/public/images/pokemon/exp/shiny/2075.json
index e754d41dc7e..536079456f0 100644
--- a/public/images/pokemon/exp/shiny/2075.json
+++ b/public/images/pokemon/exp/shiny/2075.json
@@ -1,272 +1,812 @@
-{
- "textures": [
- {
- "image": "2075.png",
- "format": "RGBA8888",
- "size": {
- "w": 184,
- "h": 184
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 84,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 50
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 84,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 84,
- "h": 50
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 83,
- "h": 50
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 83,
- "h": 50
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 83,
- "h": 50
- },
- "frame": {
- "x": 84,
- "y": 0,
- "w": 83,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 82,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 82,
- "h": 51
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 82,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 50,
- "w": 82,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 83,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 50,
- "w": 83,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 83,
- "h": 46
- },
- "frame": {
- "x": 82,
- "y": 50,
- "w": 83,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 81,
- "h": 45
- },
- "frame": {
- "x": 82,
- "y": 96,
- "w": 81,
- "h": 45
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 81,
- "h": 45
- },
- "frame": {
- "x": 82,
- "y": 96,
- "w": 81,
- "h": 45
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 80,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 101,
- "w": 80,
- "h": 51
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 9,
- "w": 78,
- "h": 43
- },
- "frame": {
- "x": 80,
- "y": 141,
- "w": 78,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f0da90bc6bf32531b1e0ebbaa09bf832:9b17b69f6928a9f2486d30e170634486:732805cb123f88b2d403da0dec709706$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 145, "y": 218, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 298, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 145, "y": 218, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 298, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 145, "y": 218, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 0, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 358, "y": 89, "w": 69, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 69, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 144, "y": 88, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 442, "y": 1, "w": 72, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 72, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 298, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 151, "y": 1, "w": 74, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 75, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 434, "y": 87, "w": 73, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 358, "y": 169, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 358, "y": 169, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 358, "y": 169, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 431, "y": 169, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 170, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 427, "y": 129, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 74, "y": 172, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 442, "y": 45, "w": 74, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 362, "y": 46, "w": 72, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 217, "y": 45, "w": 71, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 71, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 371, "y": 1, "w": 71, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 71, "h": 45 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 45, "w": 70, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 70, "h": 45 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 288, "y": 87, "w": 70, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 70, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 215, "y": 89, "w": 71, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 71, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 144, "y": 45, "w": 73, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 73, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 288, "y": 45, "w": 74, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 74, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 215, "y": 172, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 130, "w": 74, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 288, "y": 209, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 361, "y": 209, "w": 73, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 210, "w": 72, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 250, "w": 72, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 210, "y": 253, "w": 71, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 71, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 215, "y": 132, "w": 71, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 71, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 348, "y": 249, "w": 69, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 69, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 147, "y": 131, "w": 68, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 68, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 147, "y": 174, "w": 66, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 1, "w": 66, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 283, "y": 249, "w": 65, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 1, "w": 65, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 434, "y": 209, "w": 67, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 67, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 417, "y": 252, "w": 68, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 3, "w": 68, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 213, "y": 212, "w": 70, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 3, "w": 70, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 90, "w": 70, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 70, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 73, "y": 252, "w": 72, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 72, "h": 39 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 73, "y": 212, "w": 72, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 40 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 75, "y": 131, "w": 72, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 286, "y": 131, "w": 72, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 72, "h": 41 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 71, "y": 88, "w": 73, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 42 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 71, "y": 45, "w": 73, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 43 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 225, "y": 1, "w": 73, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 73, "h": 44 },
+ "sourceSize": { "w": 84, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2075.png",
+ "format": "I8",
+ "size": { "w": 517, "h": 294 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2075.png b/public/images/pokemon/exp/shiny/2075.png
index 952acfb9d6c..212e4b011df 100644
Binary files a/public/images/pokemon/exp/shiny/2075.png and b/public/images/pokemon/exp/shiny/2075.png differ
diff --git a/public/images/pokemon/exp/shiny/2076.json b/public/images/pokemon/exp/shiny/2076.json
index 916f50ab286..7cc16fe2ae8 100644
--- a/public/images/pokemon/exp/shiny/2076.json
+++ b/public/images/pokemon/exp/shiny/2076.json
@@ -1,272 +1,965 @@
-{
- "textures": [
- {
- "image": "2076.png",
- "format": "RGBA8888",
- "size": {
- "w": 204,
- "h": 204
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 58,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 73
- },
- "frame": {
- "x": 58,
- "y": 73,
- "w": 58,
- "h": 73
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 57,
- "h": 73
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 57,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 56,
- "h": 70
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 56,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 56,
- "h": 68
- },
- "frame": {
- "x": 117,
- "y": 70,
- "w": 56,
- "h": 68
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 56,
- "h": 68
- },
- "frame": {
- "x": 117,
- "y": 70,
- "w": 56,
- "h": 68
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 62,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 116,
- "y": 138,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:16956bca916a4bb869d1f41d97c30aa8:5d4d8d8dba8a507ca828fc7f08c0c2d9:719cdf7324091edbb7b1d6e2d7254a1a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 166, "y": 343, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 115, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 347, "y": 204, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 116, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 174, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 231, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 59, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 233, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 348, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 117, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 170, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 338, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 280, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 166, "y": 343, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 347, "y": 204, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 116, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 174, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 231, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 59, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 233, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 348, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 117, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 170, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 338, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 280, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 166, "y": 343, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 115, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 347, "y": 204, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 116, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 174, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 231, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 59, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 233, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 348, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 117, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 170, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 1, "y": 338, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 280, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 1, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 343, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 115, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 347, "y": 204, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 116, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 174, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 231, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 59, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 233, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 117, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 348, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 117, "y": 69, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 170, "y": 274, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 338, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 280, "y": 407, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 55, "y": 408, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 172, "y": 205, "w": 56, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 288, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 59, "y": 1, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 280, "y": 340, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 109, "y": 411, "w": 53, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 53, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 220, "y": 409, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 54, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 225, "y": 340, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 56, "y": 339, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 55, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 291, "y": 1, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 1, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 69 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 290, "y": 204, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 175, "y": 1, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 346, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 346, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 59, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 59, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 288, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 288, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 346, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 346, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 346, "y": 137, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 117, "y": 138, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 175, "y": 138, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 1, "y": 204, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 204, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 1, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 204, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 1, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 1, "y": 204, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 59, "y": 70, "w": 58, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 58, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 1, "y": 271, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 58, "y": 272, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 228, "y": 272, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 284, "y": 272, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 340, "y": 273, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 56, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 336, "y": 341, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 111, "y": 343, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 55, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 334, "y": 409, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 74 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2076.png",
+ "format": "I8",
+ "size": { "w": 406, "h": 479 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2076.png b/public/images/pokemon/exp/shiny/2076.png
index c5a245e18d2..d98bf81cead 100644
Binary files a/public/images/pokemon/exp/shiny/2076.png and b/public/images/pokemon/exp/shiny/2076.png differ
diff --git a/public/images/pokemon/exp/shiny/2088.json b/public/images/pokemon/exp/shiny/2088.json
index 30a33724ef6..3dc69f1024c 100644
--- a/public/images/pokemon/exp/shiny/2088.json
+++ b/public/images/pokemon/exp/shiny/2088.json
@@ -1,272 +1,173 @@
-{
- "textures": [
- {
- "image": "2088.png",
- "format": "RGBA8888",
- "size": {
- "w": 114,
- "h": 114
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 60,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 58,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 58,
- "h": 37
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 58,
- "y": 36,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 56,
- "h": 37
- },
- "frame": {
- "x": 58,
- "y": 36,
- "w": 56,
- "h": 37
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 60,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 60,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:42001773997f63bbe00b9d4da8df4959:1a203471d110b19654220aaa601645a0:b8df8f168871505f42fdc6d3c5b106f0$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 114, "w": 51, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 231, "y": 75, "w": 52, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 52, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 111, "y": 79, "w": 53, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 75, "w": 54, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 54, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 234, "y": 36, "w": 56, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 75, "w": 57, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 59, "y": 38, "w": 58, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 59, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 59, "h": 37 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 234, "y": 0, "w": 61, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 61, "h": 36 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 60, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 60, "y": 0, "w": 59, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 59, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 176, "y": 0, "w": 58, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 58, "h": 38 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 119, "y": 0, "w": 57, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 57, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 176, "y": 38, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 55, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 112, "w": 53, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 53, "h": 39 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 117, "y": 39, "w": 53, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 53, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 170, "y": 77, "w": 52, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 52, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 222, "y": 115, "w": 51, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 51, "h": 40 },
+ "sourceSize": { "w": 61, "h": 40 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2088.png",
+ "format": "I8",
+ "size": { "w": 295, "h": 155 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2088.png b/public/images/pokemon/exp/shiny/2088.png
index e8398a98c6e..5cccf0c0252 100644
Binary files a/public/images/pokemon/exp/shiny/2088.png and b/public/images/pokemon/exp/shiny/2088.png differ
diff --git a/public/images/pokemon/exp/shiny/2089.json b/public/images/pokemon/exp/shiny/2089.json
index c53c0ff8f49..3f8b618af75 100644
--- a/public/images/pokemon/exp/shiny/2089.json
+++ b/public/images/pokemon/exp/shiny/2089.json
@@ -1,1343 +1,1091 @@
-{
- "textures": [
- {
- "image": "2089.png",
- "format": "RGBA8888",
- "size": {
- "w": 349,
- "h": 349
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 8,
- "w": 94,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 94,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 92,
- "h": 60
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 92,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 5,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 90,
- "h": 63
- },
- "frame": {
- "x": 186,
- "y": 0,
- "w": 90,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 90,
- "h": 61
- },
- "frame": {
- "x": 91,
- "y": 60,
- "w": 90,
- "h": 61
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 89,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 89,
- "h": 60
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 59
- },
- "frame": {
- "x": 181,
- "y": 63,
- "w": 89,
- "h": 59
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 59
- },
- "frame": {
- "x": 181,
- "y": 63,
- "w": 89,
- "h": 59
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 89,
- "y": 121,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 89,
- "y": 121,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 178,
- "y": 122,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 89,
- "h": 58
- },
- "frame": {
- "x": 178,
- "y": 122,
- "w": 89,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 82,
- "h": 64
- },
- "frame": {
- "x": 267,
- "y": 122,
- "w": 82,
- "h": 64
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 88,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 179,
- "w": 88,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 88,
- "h": 61
- },
- "frame": {
- "x": 88,
- "y": 179,
- "w": 88,
- "h": 61
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 88,
- "h": 60
- },
- "frame": {
- "x": 176,
- "y": 180,
- "w": 88,
- "h": 60
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 88,
- "h": 60
- },
- "frame": {
- "x": 176,
- "y": 180,
- "w": 88,
- "h": 60
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 67
- },
- "frame": {
- "x": 264,
- "y": 186,
- "w": 85,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 83,
- "h": 66
- },
- "frame": {
- "x": 83,
- "y": 253,
- "w": 83,
- "h": 66
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 86,
- "h": 62
- },
- "frame": {
- "x": 166,
- "y": 240,
- "w": 86,
- "h": 62
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 84,
- "h": 63
- },
- "frame": {
- "x": 252,
- "y": 253,
- "w": 84,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b372c992d91a52f723e195aa1fcf78ac:c1ffaccbd50e04a0e556b97d65b611ee:49ee9ed0dd32c5ba33977741b45fc3f4$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 536, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 151, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 370, "y": 61, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 236, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 183, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 151, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 76, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 540, "y": 238, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 463, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 445, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 499, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 250, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 167, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 84, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 243, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 321, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 78, "y": 183, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 250, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 488, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 385, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 312, "y": 125, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 76, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 463, "y": 58, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 297, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 224, "y": 61, "w": 73, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 73, "h": 64 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 1, "y": 64, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 75, "h": 62 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 388, "y": 178, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 540, "y": 178, "w": 77, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 77, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 307, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 156, "y": 125, "w": 80, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 80, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 159, "y": 186, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 545, "y": 1, "w": 82, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 82, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 528, "y": 122, "w": 83, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 83, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 416, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 333, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 167, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 582, "y": 295, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 1, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 84, "y": 298, "w": 83, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 83, "h": 55 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 403, "y": 239, "w": 82, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 82, "h": 56 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 240, "y": 186, "w": 81, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 81, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 330, "y": 350, "w": 80, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 80, "h": 57 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 410, "y": 350, "w": 78, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 78, "h": 58 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 229, "y": 1, "w": 78, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 78, "h": 60 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 464, "y": 178, "w": 76, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 76, "h": 61 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 1, "y": 1, "w": 75, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 75, "h": 63 },
+ "sourceSize": { "w": 83, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "2089.png",
+ "format": "I8",
+ "size": { "w": 666, "h": 409 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/2089.png b/public/images/pokemon/exp/shiny/2089.png
index f560027e4dd..f60271c3f21 100644
Binary files a/public/images/pokemon/exp/shiny/2089.png and b/public/images/pokemon/exp/shiny/2089.png differ
diff --git a/public/images/pokemon/exp/shiny/248-mega.json b/public/images/pokemon/exp/shiny/248-mega.json
index 6dc54a8aeb2..15243cf5a2d 100644
--- a/public/images/pokemon/exp/shiny/248-mega.json
+++ b/public/images/pokemon/exp/shiny/248-mega.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "248-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 271,
- "h": 271
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 85,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 170,
- "w": 91,
- "h": 85
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 91,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 90,
- "h": 85
- },
- "frame": {
- "x": 181,
- "y": 85,
- "w": 90,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 85
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 91,
- "y": 170,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e303fed6273448420d3b88ba11175e8d:629c5a6630efddb6c94efdcd98c81d33:90df97eb431b7162252516cb937a0b9e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 467, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 559, "y": 175, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 374, "y": 261, "w": 91, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 91, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 467, "y": 261, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 262, "w": 92, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 92, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 91, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 183, "y": 431, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 90, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 514, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 182, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 515, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 87, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 91, "y": 513, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 364, "y": 513, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 88, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 546, "y": 433, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 89, "h": 80 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 431, "w": 89, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 89, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 365, "y": 430, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 273, "y": 348, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 90, "h": 81 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 370, "y": 346, "w": 90, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 90, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 186, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 278, "y": 263, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 184, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 92, "y": 176, "w": 90, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 90, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 561, "y": 261, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 346, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 467, "y": 345, "w": 89, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 89, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 94, "y": 262, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 90, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 91, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 182, "y": 347, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 275, "y": 431, "w": 87, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 87, "h": 82 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 457, "y": 430, "w": 87, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 87, "h": 83 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 558, "y": 346, "w": 86, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 86, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 283, "y": 175, "w": 89, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 89, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 189, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 93, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 93, "h": 87 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 380, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 95, "y": 88, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 474, "y": 0, "w": 92, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 92, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 190, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 95, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 285, "y": 0, "w": 93, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 93, "h": 86 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 473, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 378, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 283, "y": 88, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 89, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 93, "h": 85 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 374, "y": 175, "w": 91, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 91, "h": 84 },
+ "sourceSize": { "w": 94, "h": 87 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "248-mega.png",
+ "format": "I8",
+ "size": { "w": 651, "h": 595 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/248-mega.png b/public/images/pokemon/exp/shiny/248-mega.png
index eebfa35bbd4..8d9d5fc316c 100644
Binary files a/public/images/pokemon/exp/shiny/248-mega.png and b/public/images/pokemon/exp/shiny/248-mega.png differ
diff --git a/public/images/pokemon/exp/shiny/362-mega.json b/public/images/pokemon/exp/shiny/362-mega.json
index fe381106be4..c69ecfb1903 100644
--- a/public/images/pokemon/exp/shiny/362-mega.json
+++ b/public/images/pokemon/exp/shiny/362-mega.json
@@ -1,272 +1,551 @@
-{
- "textures": [
- {
- "image": "362-mega.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 72
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 71
- },
- "frame": {
- "x": 116,
- "y": 0,
- "w": 58,
- "h": 71
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 70
- },
- "frame": {
- "x": 58,
- "y": 71,
- "w": 58,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d52abc4de24282165212b778dfccd62:be0a830bc1f35d437700a203d1fea184:8a7271a5423838c97ddeb1e6dc343255$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 11, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 14, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 16, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 15, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 13, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 62, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 62, "h": 67 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 55, "h": 65 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 64, "y": 0, "w": 58, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 58, "h": 66 },
+ "sourceSize": { "w": 62, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "362-mega.png",
+ "format": "I8",
+ "size": { "w": 122, "h": 134 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/362-mega.png b/public/images/pokemon/exp/shiny/362-mega.png
index 9d2b9adc7f4..6645ab66cab 100644
Binary files a/public/images/pokemon/exp/shiny/362-mega.png and b/public/images/pokemon/exp/shiny/362-mega.png differ
diff --git a/public/images/pokemon/exp/shiny/484-origin.json b/public/images/pokemon/exp/shiny/484-origin.json
index 97d6a0b5f49..e77754c3b3f 100644
--- a/public/images/pokemon/exp/shiny/484-origin.json
+++ b/public/images/pokemon/exp/shiny/484-origin.json
@@ -4,8 +4,8 @@
"image": "484-origin.png",
"format": "RGBA8888",
"size": {
- "w": 426,
- "h": 426
+ "w": 274,
+ "h": 274
},
"scale": 1,
"frames": [
@@ -14,20 +14,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -35,20 +35,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -56,20 +56,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -77,20 +77,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -98,20 +98,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
+ "x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
},
"frame": {
"x": 0,
"y": 0,
- "w": 91,
- "h": 97
+ "w": 90,
+ "h": 95
}
},
{
@@ -119,146 +119,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
"w": 91,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 97
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
+ "h": 95
},
"spriteSourceSize": {
"x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 92,
- "h": 96
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 92,
- "h": 96
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
+ "h": 95
},
"frame": {
"x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
"y": 0,
"w": 90,
- "h": 97
- },
- "frame": {
- "x": 0,
- "y": 97,
- "w": 90,
- "h": 97
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 96,
- "h": 90
- },
- "frame": {
- "x": 183,
- "y": 0,
- "w": 96,
- "h": 90
+ "h": 95
}
},
{
@@ -266,20 +140,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -287,20 +161,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -308,20 +182,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -329,20 +203,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -350,20 +224,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -371,20 +245,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -392,20 +266,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -413,20 +287,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -434,20 +308,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -455,20 +329,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -476,20 +350,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 2,
+ "x": 0,
+ "y": 1,
"w": 90,
- "h": 95
+ "h": 94
},
"frame": {
"x": 0,
- "y": 194,
+ "y": 95,
"w": 90,
- "h": 95
+ "h": 94
}
},
{
@@ -497,272 +371,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
+ "w": 91,
"h": 95
},
- "frame": {
+ "spriteSourceSize": {
"x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 90,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 194,
- "w": 90,
- "h": 95
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
"y": 1,
- "w": 89,
- "h": 95
+ "w": 90,
+ "h": 94
},
"frame": {
"x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 89,
- "h": 95
- },
- "frame": {
- "x": 0,
- "y": 289,
- "w": 89,
- "h": 95
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 4,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 279,
- "y": 0,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 16,
- "w": 50,
- "h": 54
- },
- "frame": {
- "x": 371,
- "y": 0,
- "w": 50,
- "h": 54
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 92,
- "h": 92
- },
- "frame": {
- "x": 183,
- "y": 90,
- "w": 92,
- "h": 92
+ "y": 95,
+ "w": 90,
+ "h": 94
}
},
{
@@ -770,20 +392,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -791,20 +413,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -812,20 +434,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -833,20 +455,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -854,20 +476,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -875,20 +497,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -896,20 +518,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -917,20 +539,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -938,20 +560,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -959,20 +581,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -980,20 +602,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 275,
- "y": 92,
+ "x": 90,
+ "y": 0,
"w": 91,
- "h": 92
+ "h": 91
}
},
{
@@ -1001,272 +623,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
"w": 91,
- "h": 92
+ "h": 95
},
- "frame": {
- "x": 275,
- "y": 92,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 4,
"w": 91,
- "h": 92
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 89,
- "y": 289,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
+ "h": 91
},
"frame": {
"x": 90,
- "y": 97,
- "w": 89,
- "h": 93
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 4,
- "w": 89,
- "h": 93
- },
- "frame": {
- "x": 90,
- "y": 97,
- "w": 89,
- "h": 93
+ "y": 0,
+ "w": 91,
+ "h": 91
}
},
{
@@ -1274,20 +644,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1295,20 +665,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1316,20 +686,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1337,20 +707,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1358,20 +728,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1379,20 +749,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1400,20 +770,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1421,20 +791,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1442,20 +812,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1463,20 +833,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1484,20 +854,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 90,
- "y": 190,
+ "x": 181,
+ "y": 0,
"w": 90,
- "h": 92
+ "h": 91
}
},
{
@@ -1505,19 +875,229 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 6,
- "y": 5,
+ "x": 0,
+ "y": 4,
"w": 90,
+ "h": 91
+ },
+ "frame": {
+ "x": 181,
+ "y": 0,
+ "w": 90,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
"h": 92
},
"frame": {
"x": 90,
- "y": 190,
- "w": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
+ "h": 92
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
+ },
+ "frame": {
+ "x": 90,
+ "y": 91,
+ "w": 89,
"h": 92
}
},
@@ -1526,20 +1106,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1547,20 +1127,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1568,20 +1148,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1589,20 +1169,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1610,20 +1190,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1631,20 +1211,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1652,20 +1232,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1673,20 +1253,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1694,20 +1274,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1715,20 +1295,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1736,20 +1316,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
"w": 89,
- "h": 92
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 90,
+ "y": 183,
"w": 89,
- "h": 92
+ "h": 91
}
},
{
@@ -1757,62 +1337,62 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 7,
- "y": 5,
+ "x": 1,
+ "y": 4,
+ "w": 89,
+ "h": 91
+ },
+ "frame": {
+ "x": 90,
+ "y": 183,
+ "w": 89,
+ "h": 91
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 91,
+ "h": 95
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
"w": 89,
"h": 92
},
"frame": {
- "x": 180,
- "y": 182,
+ "x": 179,
+ "y": 91,
"w": 89,
"h": 92
}
},
{
- "filename": "0077.png",
+ "filename": "0016.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
+ "x": 2,
+ "y": 3,
+ "w": 89,
+ "h": 92
},
"frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 269,
- "y": 184,
- "w": 90,
- "h": 90
+ "x": 179,
+ "y": 91,
+ "w": 89,
+ "h": 92
}
},
{
@@ -1820,20 +1400,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1841,20 +1421,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1862,20 +1442,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1883,20 +1463,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1904,20 +1484,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
},
{
@@ -1925,608 +1505,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 110,
- "h": 110
+ "w": 91,
+ "h": 95
},
"spriteSourceSize": {
- "x": 10,
- "y": 5,
- "w": 88,
- "h": 92
+ "x": 4,
+ "y": 4,
+ "w": 87,
+ "h": 91
},
"frame": {
- "x": 180,
- "y": 274,
- "w": 88,
- "h": 92
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 7,
- "w": 79,
- "h": 86
- },
- "frame": {
- "x": 268,
- "y": 274,
- "w": 79,
- "h": 86
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 10,
- "w": 79,
- "h": 83
- },
- "frame": {
- "x": 347,
- "y": 274,
- "w": 79,
- "h": 83
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 11,
- "w": 71,
- "h": 69
- },
- "frame": {
- "x": 347,
- "y": 357,
- "w": 71,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 12,
- "w": 59,
- "h": 70
- },
- "frame": {
- "x": 359,
- "y": 184,
- "w": 59,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 0,
- "y": 384,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 35,
- "y": 23,
- "w": 27,
- "h": 33
- },
- "frame": {
- "x": 371,
- "y": 54,
- "w": 27,
- "h": 33
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 26,
- "w": 19,
- "h": 23
- },
- "frame": {
- "x": 27,
- "y": 384,
- "w": 19,
- "h": 23
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 42,
- "y": 35,
- "w": 14,
- "h": 10
- },
- "frame": {
- "x": 359,
- "y": 254,
- "w": 14,
- "h": 10
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 110,
- "h": 110
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 3,
- "h": 3
- },
- "frame": {
- "x": 90,
- "y": 282,
- "w": 3,
- "h": 3
+ "x": 179,
+ "y": 183,
+ "w": 87,
+ "h": 91
}
}
]
@@ -2535,6 +1527,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5fbe4aec02bf780bf0fca7dc7138bf7a:5d077386c518cf06786203ad5e3a3aba:5ea3e660bc9c2624f846675d5196db82$"
+ "smartupdate": "$TexturePacker:SmartUpdate:71a487dde0de6f6a7eb1b6e04018892f:49ee3dfe044ad986679a7ce34c28280d:5ea3e660bc9c2624f846675d5196db82$"
}
}
diff --git a/public/images/pokemon/exp/shiny/484-origin.png b/public/images/pokemon/exp/shiny/484-origin.png
index 69e95afe580..bea804ed677 100644
Binary files a/public/images/pokemon/exp/shiny/484-origin.png and b/public/images/pokemon/exp/shiny/484-origin.png differ
diff --git a/public/images/pokemon/exp/shiny/487-origin.json b/public/images/pokemon/exp/shiny/487-origin.json
deleted file mode 100644
index d770a34a1b8..00000000000
--- a/public/images/pokemon/exp/shiny/487-origin.json
+++ /dev/null
@@ -1,293 +0,0 @@
-{
- "textures": [
- {
- "image": "487-origin.png",
- "format": "RGBA8888",
- "size": {
- "w": 318,
- "h": 318
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 91,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 77
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 91,
- "h": 74
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 91,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 89,
- "h": 75
- },
- "frame": {
- "x": 182,
- "y": 0,
- "w": 89,
- "h": 75
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 89,
- "h": 75
- },
- "frame": {
- "x": 182,
- "y": 0,
- "w": 89,
- "h": 75
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 7,
- "w": 86,
- "h": 79
- },
- "frame": {
- "x": 91,
- "y": 74,
- "w": 86,
- "h": 79
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 85,
- "h": 83
- },
- "frame": {
- "x": 0,
- "y": 77,
- "w": 85,
- "h": 83
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 85,
- "h": 82
- },
- "frame": {
- "x": 177,
- "y": 75,
- "w": 85,
- "h": 82
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 83,
- "h": 83
- },
- "frame": {
- "x": 85,
- "y": 153,
- "w": 83,
- "h": 83
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 0,
- "y": 236,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 83,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 160,
- "w": 83,
- "h": 76
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 6,
- "w": 81,
- "h": 81
- },
- "frame": {
- "x": 80,
- "y": 236,
- "w": 81,
- "h": 81
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 7,
- "w": 81,
- "h": 80
- },
- "frame": {
- "x": 161,
- "y": 236,
- "w": 81,
- "h": 80
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 91,
- "h": 87
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 168,
- "y": 157,
- "w": 81,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:00abebb007c47ada81d4e754581d7146:4691e19364eb9392dbee1ee37d737c8b:5d19509f6557fe13b0b6311434ba7e2d$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/487-origin.png b/public/images/pokemon/exp/shiny/487-origin.png
deleted file mode 100644
index d0f0fdb6b9b..00000000000
Binary files a/public/images/pokemon/exp/shiny/487-origin.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/569-gigantamax.json b/public/images/pokemon/exp/shiny/569-gigantamax.json
new file mode 100644
index 00000000000..6cda2b0d79a
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/569-gigantamax.json
@@ -0,0 +1,1478 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 211, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 108, "y": 0, "w": 103, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 103, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 206, "y": 88, "w": 99, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 99, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 305, "y": 173, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 0, "y": 170, "w": 96, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 96, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 0, "w": 108, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 108, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 0, "y": 85, "w": 106, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 106, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 314, "y": 0, "w": 105, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 105, "h": 86 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 314, "y": 86, "w": 103, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 103, "h": 87 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 106, "y": 88, "w": 100, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 100, "h": 88 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 60
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "569-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 419, "h": 261 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/569-gigantamax.png b/public/images/pokemon/exp/shiny/569-gigantamax.png
new file mode 100644
index 00000000000..fc15ecd4585
Binary files /dev/null and b/public/images/pokemon/exp/shiny/569-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/651.json b/public/images/pokemon/exp/shiny/651.json
index 4289441de3d..20bdccd5bd4 100644
--- a/public/images/pokemon/exp/shiny/651.json
+++ b/public/images/pokemon/exp/shiny/651.json
@@ -1,188 +1,713 @@
-{
- "textures": [
- {
- "image": "651.png",
- "format": "RGBA8888",
- "size": {
- "w": 116,
- "h": 116
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 58,
- "y": 0,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 58,
- "h": 53
- },
- "frame": {
- "x": 0,
- "y": 53,
- "w": 58,
- "h": 53
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 58,
- "h": 53
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 58,
- "h": 52
- },
- "frame": {
- "x": 58,
- "y": 53,
- "w": 58,
- "h": 52
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:53a767b5d08c0b868b90b8a06972f1db:ac5b599a09e8592218deeebb976d4e5c:a93e5fa02e10bf11e3ed8bf6571835ca$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 175, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 355, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 278, "y": 101, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 110, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 56, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 165, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 333, "y": 151, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 287, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 168, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 278, "y": 152, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 56, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 231, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 224, "y": 101, "w": 53, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 53, "h": 51 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 343, "y": 100, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 50, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 55, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 220, "y": 153, "w": 54, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 54, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 119, "y": 49, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 239, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 60, "y": 0, "w": 58, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 355, "y": 0, "w": 58, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 58, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 59, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 59, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 119, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 179, "y": 0, "w": 59, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 59, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 297, "y": 0, "w": 57, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 101, "w": 55, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 329, "y": 252, "w": 51, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 47 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 109, "y": 252, "w": 51, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 51, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 219, "y": 204, "w": 52, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 52, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 166, "y": 202, "w": 52, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 52, "h": 50 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 275, "y": 203, "w": 53, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 54, "y": 204, "w": 54, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 54, "h": 48 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 333, "y": 202, "w": 54, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 110, "y": 202, "w": 55, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 55, "h": 49 },
+ "sourceSize": { "w": 60, "h": 53 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "651.png",
+ "format": "I8",
+ "size": { "w": 413, "h": 300 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/651.png b/public/images/pokemon/exp/shiny/651.png
index dcd70d11100..1e59bc97587 100644
Binary files a/public/images/pokemon/exp/shiny/651.png and b/public/images/pokemon/exp/shiny/651.png differ
diff --git a/public/images/pokemon/exp/shiny/653.json b/public/images/pokemon/exp/shiny/653.json
index 738762f18c6..a08242f32cf 100644
--- a/public/images/pokemon/exp/shiny/653.json
+++ b/public/images/pokemon/exp/shiny/653.json
@@ -1,1553 +1,947 @@
-{
- "textures": [
- {
- "image": "653.png",
- "format": "RGBA8888",
- "size": {
- "w": 180,
- "h": 180
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 47,
- "h": 45
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 47,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 49
- },
- "frame": {
- "x": 94,
- "y": 0,
- "w": 43,
- "h": 49
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 137,
- "y": 0,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 47,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 45,
- "w": 47,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 44,
- "h": 47
- },
- "frame": {
- "x": 47,
- "y": 45,
- "w": 44,
- "h": 47
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 46,
- "h": 44
- },
- "frame": {
- "x": 42,
- "y": 92,
- "w": 46,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 47,
- "h": 42
- },
- "frame": {
- "x": 47,
- "y": 136,
- "w": 47,
- "h": 42
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 91,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 42,
- "h": 49
- },
- "frame": {
- "x": 133,
- "y": 49,
- "w": 42,
- "h": 49
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 94,
- "y": 98,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 47,
- "h": 49
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 137,
- "y": 98,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ee78bfcc0ba0e0b5534e843718784ee6:a0e7315742d6fef56aa3fa3581440131:a7be961d0230f568aff23d95e7ff0036$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 41, "y": 130, "w": 42, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 42, "h": 39 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 130, "w": 41, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 41, "h": 40 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 40, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 80, "y": 88, "w": 40, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 42 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 83, "y": 132, "w": 38, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 38, "h": 43 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 42, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 42, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 83, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 84, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 124, "y": 44, "w": 41, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 126, "y": 0, "w": 42, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 42, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 45 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 0, "y": 45, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 40, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 120, "y": 88, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 38, "h": 44 },
+ "sourceSize": { "w": 44, "h": 45 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "653.png",
+ "format": "I8",
+ "size": { "w": 168, "h": 175 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/653.png b/public/images/pokemon/exp/shiny/653.png
index 053624e5b7f..b1afebbd6a1 100644
Binary files a/public/images/pokemon/exp/shiny/653.png and b/public/images/pokemon/exp/shiny/653.png differ
diff --git a/public/images/pokemon/exp/shiny/654.json b/public/images/pokemon/exp/shiny/654.json
index 08655169f2a..74019f665ec 100644
--- a/public/images/pokemon/exp/shiny/654.json
+++ b/public/images/pokemon/exp/shiny/654.json
@@ -1,818 +1,695 @@
-{
- "textures": [
- {
- "image": "654.png",
- "format": "RGBA8888",
- "size": {
- "w": 390,
- "h": 390
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 162,
- "w": 47,
- "h": 81
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 47,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 243,
- "w": 47,
- "h": 80
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 0,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 81,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 81
- },
- "frame": {
- "x": 47,
- "y": 162,
- "w": 46,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 80
- },
- "frame": {
- "x": 47,
- "y": 243,
- "w": 46,
- "h": 80
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 79,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 158,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 93,
- "y": 237,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 93,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 46,
- "h": 79
- },
- "frame": {
- "x": 139,
- "y": 0,
- "w": 46,
- "h": 79
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 79,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 80
- },
- "frame": {
- "x": 139,
- "y": 159,
- "w": 45,
- "h": 80
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 46,
- "h": 78
- },
- "frame": {
- "x": 139,
- "y": 239,
- "w": 46,
- "h": 78
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 139,
- "y": 317,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 184,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 185,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 7,
- "w": 46,
- "h": 74
- },
- "frame": {
- "x": 185,
- "y": 316,
- "w": 46,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 79,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 0,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 229,
- "y": 158,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 45,
- "h": 79
- },
- "frame": {
- "x": 230,
- "y": 237,
- "w": 45,
- "h": 79
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 8,
- "w": 46,
- "h": 73
- },
- "frame": {
- "x": 231,
- "y": 316,
- "w": 46,
- "h": 73
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 46,
- "h": 77
- },
- "frame": {
- "x": 274,
- "y": 79,
- "w": 46,
- "h": 77
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 47,
- "h": 75
- },
- "frame": {
- "x": 275,
- "y": 0,
- "w": 47,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 274,
- "y": 156,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 45,
- "h": 78
- },
- "frame": {
- "x": 275,
- "y": 234,
- "w": 45,
- "h": 78
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 5,
- "w": 46,
- "h": 76
- },
- "frame": {
- "x": 319,
- "y": 156,
- "w": 46,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 4,
- "w": 45,
- "h": 77
- },
- "frame": {
- "x": 320,
- "y": 75,
- "w": 45,
- "h": 77
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 322,
- "y": 0,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 6,
- "w": 46,
- "h": 75
- },
- "frame": {
- "x": 277,
- "y": 312,
- "w": 46,
- "h": 75
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 320,
- "y": 232,
- "w": 45,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 54,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 45,
- "h": 76
- },
- "frame": {
- "x": 323,
- "y": 308,
- "w": 45,
- "h": 76
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3bc1d6050e2efe57cc85a4e2787f5287:383941fac594bced71237ecb57b89444:1977f50e1ab8a3304ceeb59ee1aa2ba9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 107, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 282, "y": 0, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 102, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 160, "y": 261, "w": 53, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 53, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 110, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 65, "w": 55, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 117, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 0, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 57, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 229, "y": 0, "w": 53, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 69 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 261, "w": 51, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 51, "h": 68 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 152, "y": 326, "w": 50, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 50, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 164, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 117, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 172, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 213, "y": 265, "w": 51, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 51, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 282, "y": 66, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 173, "y": 0, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 60, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 60, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 227, "y": 69, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 275, "y": 196, "w": 54, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 54, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 55, "y": 68, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 110, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 165, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 282, "y": 131, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 55, "y": 133, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 220, "y": 134, "w": 55, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 55, "h": 65 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 54, "y": 198, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 218, "y": 199, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 53, "h": 66 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 271, "y": 261, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 51, "y": 264, "w": 51, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 51, "h": 67 },
+ "sourceSize": { "w": 63, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "654.png",
+ "format": "I8",
+ "size": { "w": 337, "h": 393 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/654.png b/public/images/pokemon/exp/shiny/654.png
index f619614c362..bc9177ec918 100644
Binary files a/public/images/pokemon/exp/shiny/654.png and b/public/images/pokemon/exp/shiny/654.png differ
diff --git a/public/images/pokemon/exp/shiny/656.json b/public/images/pokemon/exp/shiny/656.json
index ac9979ad913..3c2051bfe3a 100644
--- a/public/images/pokemon/exp/shiny/656.json
+++ b/public/images/pokemon/exp/shiny/656.json
@@ -1,671 +1,713 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 96,
- "h": 96
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 32,
- "h": 34
- },
- "frame": {
- "x": 64,
- "y": 34,
- "w": 32,
- "h": 34
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5864efc3a72b67d8dab83f02efd39074:ff0362b6a3d22e42702e1a31a4aec233:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 98, "y": 116, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 194, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 38, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 172, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 112, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 195, "y": 148, "w": 32, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 195, "y": 183, "w": 32, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 32, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 163, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 197, "y": 75, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 118, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 81, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 200
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 129, "y": 1, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 31, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 33, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 65, "y": 1, "w": 30, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 30, "h": 41 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 97, "y": 1, "w": 30, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 30, "h": 40 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 162, "y": 1, "w": 30, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 30, "h": 39 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 67, "y": 81, "w": 29, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 29, "h": 38 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 164, "y": 148, "w": 29, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 29, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 35, "y": 81, "w": 30, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 30, "h": 37 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 69, "y": 152, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 104, "y": 185, "w": 34, "h": 30 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 34, "h": 30 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 68, "y": 186, "w": 34, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 17, "w": 34, "h": 29 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 157, "w": 33, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 14, "w": 33, "h": 32 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 137, "y": 112, "w": 33, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 13, "w": 33, "h": 33 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 750
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 132, "y": 147, "w": 30, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 36 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 36, "y": 157, "w": 30, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 30, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 35, "y": 121, "w": 32, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 34 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 35, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 69, "y": 44, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 103, "y": 79, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 129, "y": 42, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 32, "h": 35 },
+ "sourceSize": { "w": 36, "h": 47 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 240, "h": 216 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/656.png b/public/images/pokemon/exp/shiny/656.png
index ffbbc8258d1..c0a97924ca7 100644
Binary files a/public/images/pokemon/exp/shiny/656.png and b/public/images/pokemon/exp/shiny/656.png differ
diff --git a/public/images/pokemon/exp/shiny/661.json b/public/images/pokemon/exp/shiny/661.json
index 6dba8b616b3..ba6523f22b1 100644
--- a/public/images/pokemon/exp/shiny/661.json
+++ b/public/images/pokemon/exp/shiny/661.json
@@ -1,356 +1,398 @@
-{
- "textures": [
- {
- "image": "661.png",
- "format": "RGBA8888",
- "size": {
- "w": 70,
- "h": 70
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 32,
- "y": 35,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f9a4d305d58fcbff383e0da1712abf6a:1bc270d999d234ddb64b1c01d568ad86:186d621a544ea0e0e2e0bd57975a29b1$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 34, "y": 117, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 36, "y": 38, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 1, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 34, "y": 78, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 118, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 72, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 67, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 34, "y": 117, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 36, "y": 38, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 1, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 34, "y": 78, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 1, "y": 118, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 1, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 72, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 67, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 34, "y": 117, "w": 31, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 36, "y": 38, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 1, "y": 1, "w": 34, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 34, "y": 78, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 118, "w": 31, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 31, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 72, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 67, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 40, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 69, "y": 39, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 69, "y": 39, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 100, "y": 79, "w": 32, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 32, "h": 38 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 107, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 36, "y": 1, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 107, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 36, "y": 1, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 107, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 36, "y": 1, "w": 35, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 35, "h": 36 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 1, "w": 34, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 34, "h": 37 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 102, "y": 39, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 69, "y": 39, "w": 32, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 32, "h": 39 },
+ "sourceSize": { "w": 37, "h": 39 },
+ "duration": 120
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "661.png",
+ "format": "I8",
+ "size": { "w": 142, "h": 157 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/661.png b/public/images/pokemon/exp/shiny/661.png
index 2b73fb85c54..0e2d5996bc2 100644
Binary files a/public/images/pokemon/exp/shiny/661.png and b/public/images/pokemon/exp/shiny/661.png differ
diff --git a/public/images/pokemon/exp/shiny/662.json b/public/images/pokemon/exp/shiny/662.json
index 9aa396fbae1..3600bbcd38d 100644
--- a/public/images/pokemon/exp/shiny/662.json
+++ b/public/images/pokemon/exp/shiny/662.json
@@ -1,776 +1,254 @@
-{
- "textures": [
- {
- "image": "662.png",
- "format": "RGBA8888",
- "size": {
- "w": 167,
- "h": 167
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 56,
- "h": 52
- },
- "frame": {
- "x": 56,
- "y": 0,
- "w": 56,
- "h": 52
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 16,
- "w": 55,
- "h": 37
- },
- "frame": {
- "x": 112,
- "y": 0,
- "w": 55,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 56,
- "h": 51
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 56,
- "h": 50
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 52,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 56,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 56,
- "h": 44
- },
- "frame": {
- "x": 56,
- "y": 96,
- "w": 56,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3ab37b59d2c6d2f3d8b7379738b89720:769cd0fc38f80c712966ce15da281c1f:e3da2dd0277c18bcc713dc6dd2460c87$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 221, "y": 131, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 17, "w": 57, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 113, "y": 70, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 19, "w": 56, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 335, "y": 136, "w": 49, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 36, "w": 49, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 105, "y": 197, "w": 63, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 33, "w": 63, "h": 51 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 1, "y": 1, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 16, "w": 59, "h": 66 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 119, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 11, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 233, "y": 1, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 54, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 176, "y": 1, "w": 56, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 56, "h": 68 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 288, "y": 1, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 59, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 338, "y": 187, "w": 47, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 30, "w": 47, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 66, "y": 249, "w": 62, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 26, "w": 62, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 68, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 6, "w": 58, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 169, "y": 141, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 17, "w": 47, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 275, "y": 198, "w": 62, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 62, "h": 50 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 61, "y": 1, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 57, "h": 67 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 288, "y": 66, "w": 54, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 54, "h": 69 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 60, "y": 69, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 52, "h": 71 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 170, "y": 70, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 133, "w": 49, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 49, "h": 70 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 275, "y": 249, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 30, "w": 56, "h": 49 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 1, "y": 205, "w": 64, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 27, "w": 64, "h": 48 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 221, "y": 72, "w": 60, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 60, "h": 58 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 113, "y": 134, "w": 55, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 7, "w": 55, "h": 62 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 223, "y": 193, "w": 51, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 51, "h": 64 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 51, "y": 141, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 7, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 169, "y": 193, "w": 53, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 53, "h": 63 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 279, "y": 136, "w": 55, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 14, "w": 55, "h": 61 },
+ "sourceSize": { "w": 75, "h": 86 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "662.png",
+ "format": "I8",
+ "size": { "w": 386, "h": 299 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/662.png b/public/images/pokemon/exp/shiny/662.png
index e45e79556c5..4eae91c7855 100644
Binary files a/public/images/pokemon/exp/shiny/662.png and b/public/images/pokemon/exp/shiny/662.png differ
diff --git a/public/images/pokemon/exp/shiny/663.json b/public/images/pokemon/exp/shiny/663.json
index 3af6f5c5875..8c4ef182132 100644
--- a/public/images/pokemon/exp/shiny/663.json
+++ b/public/images/pokemon/exp/shiny/663.json
@@ -1,1700 +1,731 @@
-{
- "textures": [
- {
- "image": "663.png",
- "format": "RGBA8888",
- "size": {
- "w": 295,
- "h": 295
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 27,
- "w": 121,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 121,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 27,
- "w": 116,
- "h": 64
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 116,
- "h": 64
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 108,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 108,
- "h": 88
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 0,
- "w": 87,
- "h": 92
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 87,
- "h": 92
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 92,
- "h": 91
- },
- "frame": {
- "x": 87,
- "y": 146,
- "w": 92,
- "h": 91
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 33,
- "w": 99,
- "h": 58
- },
- "frame": {
- "x": 87,
- "y": 237,
- "w": 99,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 13,
- "w": 104,
- "h": 76
- },
- "frame": {
- "x": 186,
- "y": 64,
- "w": 104,
- "h": 76
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 29,
- "w": 103,
- "h": 64
- },
- "frame": {
- "x": 186,
- "y": 140,
- "w": 103,
- "h": 64
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 121,
- "h": 93
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 95,
- "h": 87
- },
- "frame": {
- "x": 186,
- "y": 204,
- "w": 95,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8bf443d425b4203c8adbc0ffad215956:cf5b810e03b096373e0bdd0a7220fc2c:3790d8d72a704a789cc594688d98802e$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 115, "y": 90, "w": 121, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 30, "w": 121, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 378, "y": 75, "w": 101, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 32, "w": 101, "h": 63 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 0, "w": 106, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 106, "h": 86 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 107, "y": 0, "w": 90, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 3, "w": 90, "h": 89 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 198, "y": 0, "w": 93, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 6, "w": 93, "h": 85 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 378, "y": 0, "w": 102, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 16, "w": 102, "h": 74 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 90, "w": 114, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 30, "w": 114, "h": 62 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 237, "y": 92, "w": 97, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 36, "w": 97, "h": 56 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 292, "y": 0, "w": 85, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 2, "w": 85, "h": 91 },
+ "sourceSize": { "w": 128, "h": 96 },
+ "duration": 80
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "663.png",
+ "format": "I8",
+ "size": { "w": 480, "h": 152 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/663.png b/public/images/pokemon/exp/shiny/663.png
index 21c1e740e8d..a4e9dad1596 100644
Binary files a/public/images/pokemon/exp/shiny/663.png and b/public/images/pokemon/exp/shiny/663.png differ
diff --git a/public/images/pokemon/exp/shiny/664.json b/public/images/pokemon/exp/shiny/664.json
index 07a901e0d44..5036fe74b0b 100644
--- a/public/images/pokemon/exp/shiny/664.json
+++ b/public/images/pokemon/exp/shiny/664.json
@@ -1,188 +1,110 @@
-{
- "textures": [
- {
- "image": "664.png",
- "format": "RGBA8888",
- "size": {
- "w": 84,
- "h": 84
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 25,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 43,
- "w": 25,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 25,
- "y": 0,
- "w": 25,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 25,
- "h": 43
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 25,
- "h": 43
- },
- "frame": {
- "x": 50,
- "y": 0,
- "w": 25,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:abc9e31ee93d2f27a131cb957fe7fc3c:57e5ff2b24c643697831bc41f9168d6d:596e7d5b15b1bf041c4d7f6707c8ff49$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 46, "w": 26, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 26, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 83, "y": 46, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 26, "y": 90, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 52, "y": 91, "w": 26, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 26, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 26, "y": 46, "w": 27, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 27, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 78, "y": 91, "w": 26, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 44 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 56, "y": 0, "w": 28, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 45 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 28, "y": 0, "w": 28, "h": 46 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 84, "y": 0, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 56, "y": 45, "w": 27, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 27, "h": 46 },
+ "sourceSize": { "w": 28, "h": 46 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "664.png",
+ "format": "I8",
+ "size": { "w": 111, "h": 136 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/664.png b/public/images/pokemon/exp/shiny/664.png
index 2c10d379388..bfb8bd76371 100644
Binary files a/public/images/pokemon/exp/shiny/664.png and b/public/images/pokemon/exp/shiny/664.png differ
diff --git a/public/images/pokemon/exp/shiny/665.json b/public/images/pokemon/exp/shiny/665.json
index d419d4e9f03..a06b1d10ad0 100644
--- a/public/images/pokemon/exp/shiny/665.json
+++ b/public/images/pokemon/exp/shiny/665.json
@@ -1,188 +1,596 @@
-{
- "textures": [
- {
- "image": "665.png",
- "format": "RGBA8888",
- "size": {
- "w": 76,
- "h": 76
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 36
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 36,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 35
- },
- "frame": {
- "x": 36,
- "y": 36,
- "w": 38,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:af761b040cc08a74363c20cbe1eaf31a:5814711e03aeb472bfa3250552523d75:a72e6c94514c750d7462eab6b08ee591$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 151, "y": 103, "w": 36, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 7, "w": 36, "h": 31 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 115, "y": 103, "w": 36, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 6, "w": 36, "h": 32 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 76, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 79, "y": 73, "w": 36, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 5, "w": 36, "h": 33 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 36, "y": 76, "w": 34, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 4, "w": 34, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 193, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 159, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 40, "y": 41, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 39, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 38, "w": 45, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 3, "w": 45, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 227, "y": 34, "w": 63, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 63, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 0, "w": 74, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 74, "h": 38 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 154, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 235, "y": 0, "w": 81, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 81, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 0, "w": 80, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 80, "h": 41 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 154, "y": 34, "w": 73, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 316, "y": 0, "w": 73, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 73, "h": 37 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 290, "y": 37, "w": 53, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 4, "w": 53, "h": 34 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 343, "y": 37, "w": 46, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 3, "w": 46, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 41, "w": 40, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 3, "w": 40, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 227, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 261, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 295, "y": 71, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 329, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 363, "y": 72, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 125, "y": 68, "w": 34, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 3, "w": 34, "h": 35 },
+ "sourceSize": { "w": 81, "h": 45 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "665.png",
+ "format": "I8",
+ "size": { "w": 397, "h": 135 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/665.png b/public/images/pokemon/exp/shiny/665.png
index 316ad902306..7046825ae59 100644
Binary files a/public/images/pokemon/exp/shiny/665.png and b/public/images/pokemon/exp/shiny/665.png differ
diff --git a/public/images/pokemon/exp/shiny/667.json b/public/images/pokemon/exp/shiny/667.json
index db076b1f465..3fba95afcf9 100644
--- a/public/images/pokemon/exp/shiny/667.json
+++ b/public/images/pokemon/exp/shiny/667.json
@@ -1,272 +1,659 @@
-{
- "textures": [
- {
- "image": "667.png",
- "format": "RGBA8888",
- "size": {
- "w": 160,
- "h": 160
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 40,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 40,
- "h": 46
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 40,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 120,
- "y": 45,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 45
- },
- "frame": {
- "x": 40,
- "y": 90,
- "w": 40,
- "h": 45
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 40,
- "y": 46,
- "w": 40,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 40,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 40,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 46,
- "w": 40,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fb79c9185dd67d4776808c312f36f7a4:a6c3c7cc2402b26f23f5ac4e23929ba7:02171d511e760c8a3e1b623ad6bf93f5$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 127, "y": 48, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 50, "w": 39, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 39, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 40, "y": 50, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 120, "y": 96, "w": 38, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 38, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 80, "y": 96, "w": 39, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 39, "h": 44 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 40, "y": 96, "w": 39, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 39, "h": 45 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 85, "y": 49, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 40, "h": 46 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 48 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 43, "y": 0, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 41, "h": 49 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 0, "w": 41, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 41, "h": 48 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 127, "y": 0, "w": 40, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 40, "h": 47 },
+ "sourceSize": { "w": 42, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "667.png",
+ "format": "I8",
+ "size": { "w": 167, "h": 141 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/667.png b/public/images/pokemon/exp/shiny/667.png
index a0704b502c9..589f219c472 100644
Binary files a/public/images/pokemon/exp/shiny/667.png and b/public/images/pokemon/exp/shiny/667.png differ
diff --git a/public/images/pokemon/exp/shiny/668.json b/public/images/pokemon/exp/shiny/668.json
index 7e3f88c2276..63671a548a2 100644
--- a/public/images/pokemon/exp/shiny/668.json
+++ b/public/images/pokemon/exp/shiny/668.json
@@ -1,272 +1,821 @@
-{
- "textures": [
- {
- "image": "668.png",
- "format": "RGBA8888",
- "size": {
- "w": 205,
- "h": 205
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 68
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 70,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 70,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 70,
- "h": 69
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 70,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 70
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 67,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 69,
- "h": 70
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 70,
- "h": 70
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 69,
- "h": 70
- },
- "frame": {
- "x": 136,
- "y": 69,
- "w": 69,
- "h": 70
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fe9d35bc9a00c019cb84acf0c89b22a5:7d23425606ae8471a81a61d8fdec2fc9:947bf84d1af493c62e2cef45bb6c19ad$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 67, "y": 222, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 295, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 414, "y": 297, "w": 67, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 67, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 196, "y": 367, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 65, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 414, "y": 369, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 62, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 320, "y": 372, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 60, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 380, "y": 441, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 196, "y": 438, "w": 58, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 61, "y": 370, "w": 60, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 350, "y": 296, "w": 64, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 64, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 151, "w": 67, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 67, "h": 77 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 283, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 434, "y": 149, "w": 68, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 68, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 214, "y": 149, "w": 69, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 69, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 282, "y": 225, "w": 68, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 68, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 351, "y": 151, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 142, "y": 221, "w": 70, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 70, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 351, "y": 224, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 70, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 421, "y": 225, "w": 69, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 205, "y": 296, "w": 69, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 69, "h": 71 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 212, "y": 224, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 70, "h": 72 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 137, "y": 294, "w": 68, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 68, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 274, "y": 299, "w": 64, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 368, "w": 61, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 61, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 442, "w": 55, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 55, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 441, "w": 55, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 55, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 261, "y": 372, "w": 59, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 134, "y": 367, "w": 62, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 62, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 68, "y": 295, "w": 66, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 66, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 365, "y": 75, "w": 69, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 69, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 75, "w": 71, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 76 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 442, "y": 74, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 72, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 221, "y": 74, "w": 72, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 72, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 369, "y": 0, "w": 73, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 296, "y": 0, "w": 73, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 73, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 74, "y": 0, "w": 74, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 74, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 74, "h": 75 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 148, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 74, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 148, "y": 74, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 73, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 222, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 74, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 442, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 73, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 293, "y": 75, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 72, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 71, "y": 75, "w": 72, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 72, "h": 74 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 71, "y": 149, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 71, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 143, "y": 148, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 71, "h": 73 },
+ "sourceSize": { "w": 79, "h": 77 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "668.png",
+ "format": "I8",
+ "size": { "w": 515, "h": 516 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/668.png b/public/images/pokemon/exp/shiny/668.png
index eaf8428625f..4cac3d1d582 100644
Binary files a/public/images/pokemon/exp/shiny/668.png and b/public/images/pokemon/exp/shiny/668.png differ
diff --git a/public/images/pokemon/exp/shiny/672.json b/public/images/pokemon/exp/shiny/672.json
index 67914bce1a9..f337bef7d29 100644
--- a/public/images/pokemon/exp/shiny/672.json
+++ b/public/images/pokemon/exp/shiny/672.json
@@ -1,965 +1,479 @@
-{
- "textures": [
- {
- "image": "672.png",
- "format": "RGBA8888",
- "size": {
- "w": 250,
- "h": 250
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 190,
- "y": 0,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 76,
- "y": 42,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 151,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 188,
- "y": 42,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 37,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 37,
- "h": 42
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 37,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 73,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 109,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 145,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 181,
- "y": 84,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 36,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 72,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 108,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 144,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 36,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 126,
- "w": 36,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 72,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 108,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 144,
- "y": 168,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 180,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 42
- },
- "frame": {
- "x": 215,
- "y": 168,
- "w": 35,
- "h": 42
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 36,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 36,
- "h": 41
- },
- "frame": {
- "x": 36,
- "y": 209,
- "w": 36,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6fbd68ddc96f5b89a1e22b8dd6bbb4a7:2f673cdac5630b38377caf1ee3b82a60:2e4767b7cd134fc0ab1bb6e9eee82bc7$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 127, "y": 50, "w": 42, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 43, "y": 53, "w": 43, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 43, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 124, "y": 148, "w": 43, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 13, "w": 43, "h": 45 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 102, "w": 42, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 11, "w": 42, "h": 47 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 54, "w": 42, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 10, "w": 42, "h": 48 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 127, "y": 99, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 128, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 42, "y": 100, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 43, "y": 0, "w": 43, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 43, "h": 53 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 43, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 43, "h": 54 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 83, "y": 101, "w": 41, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 9, "w": 41, "h": 49 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 86, "y": 50, "w": 41, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 41, "h": 51 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 86, "y": 0, "w": 42, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 42, "h": 50 },
+ "sourceSize": { "w": 44, "h": 58 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "672.png",
+ "format": "I8",
+ "size": { "w": 170, "h": 193 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/672.png b/public/images/pokemon/exp/shiny/672.png
index 51c0e68da6c..605e79f1889 100644
Binary files a/public/images/pokemon/exp/shiny/672.png and b/public/images/pokemon/exp/shiny/672.png differ
diff --git a/public/images/pokemon/exp/shiny/674.json b/public/images/pokemon/exp/shiny/674.json
deleted file mode 100644
index 26013ad137f..00000000000
--- a/public/images/pokemon/exp/shiny/674.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 30,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 30,
- "h": 39
- },
- "frame": {
- "x": 30,
- "y": 0,
- "w": 30,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 30,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 30,
- "h": 37
- },
- "frame": {
- "x": 60,
- "y": 37,
- "w": 30,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a2f25cc68caea7219a96b563bb024d37:e8428456d1d23ad84ab9684dafd116b9:b823d10f1c9b4d501296982088ba63d6$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/674.png b/public/images/pokemon/exp/shiny/674.png
deleted file mode 100644
index b32b56ecd8d..00000000000
Binary files a/public/images/pokemon/exp/shiny/674.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/692.json b/public/images/pokemon/exp/shiny/692.json
index 6d64cba2430..86b535260ae 100644
--- a/public/images/pokemon/exp/shiny/692.json
+++ b/public/images/pokemon/exp/shiny/692.json
@@ -1,356 +1,794 @@
-{
- "textures": [
- {
- "image": "692.png",
- "format": "RGBA8888",
- "size": {
- "w": 162,
- "h": 162
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 82,
- "w": 60,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 0,
- "y": 123,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 60,
- "h": 39
- },
- "frame": {
- "x": 60,
- "y": 41,
- "w": 60,
- "h": 39
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 80,
- "w": 59,
- "h": 41
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 60,
- "h": 41
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 59,
- "h": 41
- },
- "frame": {
- "x": 60,
- "y": 121,
- "w": 59,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:fc9e6abcf70d6b35f1c403837c5312e8:2e67d61083a20d6c59dae4299718afc0:2880def858c84cd859bedf13b0b49a33$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 121, "y": 1, "w": 59, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 59, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 1, "y": 36, "w": 58, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 58, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 181, "y": 1, "w": 57, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 57, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 60, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 121, "y": 36, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 1, "y": 71, "w": 57, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 57, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 117, "y": 72, "w": 59, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 59, "h": 33 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 60, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 60, "h": 34 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 62, "y": 1, "w": 58, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 58, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 178, "y": 37, "w": 56, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 56, "h": 35 },
+ "sourceSize": { "w": 63, "h": 35 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "692.png",
+ "format": "I8",
+ "size": { "w": 239, "h": 106 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/692.png b/public/images/pokemon/exp/shiny/692.png
index 46cb7ca0f35..d46c585bdfb 100644
Binary files a/public/images/pokemon/exp/shiny/692.png and b/public/images/pokemon/exp/shiny/692.png differ
diff --git a/public/images/pokemon/exp/shiny/693.json b/public/images/pokemon/exp/shiny/693.json
index 991a16f1e53..c8f7763de1d 100644
--- a/public/images/pokemon/exp/shiny/693.json
+++ b/public/images/pokemon/exp/shiny/693.json
@@ -1,272 +1,902 @@
-{
- "textures": [
- {
- "image": "693.png",
- "format": "RGBA8888",
- "size": {
- "w": 259,
- "h": 259
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 86,
- "y": 0,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 85,
- "h": 89
- },
- "frame": {
- "x": 85,
- "y": 89,
- "w": 85,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 85,
- "h": 88
- },
- "frame": {
- "x": 171,
- "y": 0,
- "w": 85,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 91,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 178,
- "w": 91,
- "h": 80
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 92,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 89,
- "h": 83
- },
- "frame": {
- "x": 170,
- "y": 89,
- "w": 89,
- "h": 83
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ab498798f30c4ef93c4c30affa037f2e:aef6fdb8988ea3ebf127e38fb4875bad:9c1f9147e693c05eb4655590e9099679$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 416, "y": 214, "w": 91, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 91, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 405, "y": 145, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 207, "y": 344, "w": 105, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 105, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 507, "y": 285, "w": 105, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 18, "w": 105, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 412, "y": 1, "w": 104, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 104, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 145, "w": 99, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 99, "h": 72 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 76, "w": 105, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 21, "w": 105, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 507, "y": 219, "w": 104, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 24, "w": 104, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 283, "w": 102, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 23, "w": 102, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 207, "y": 1, "w": 99, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 99, "h": 77 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 517, "y": 74, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 93, "h": 78 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 106, "y": 78, "w": 102, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 12, "w": 102, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 421, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 19, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 354, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 208, "y": 78, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 95, "h": 76 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 303, "y": 140, "w": 102, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 5, "w": 102, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 523, "y": 348, "w": 102, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 11, "w": 102, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 318, "y": 290, "w": 103, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 103, "h": 64 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 105, "y": 1, "w": 102, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 102, "h": 75 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 508, "y": 152, "w": 106, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 15, "w": 106, "h": 67 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 414, "y": 74, "w": 103, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 103, "h": 71 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 306, "y": 72, "w": 108, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 14, "w": 108, "h": 68 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 108, "y": 276, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 1, "y": 1, "w": 104, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 104, "h": 74 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 203, "y": 210, "w": 106, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 13, "w": 106, "h": 66 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 309, "y": 214, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 306, "y": 1, "w": 106, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 106, "h": 70 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 1, "y": 218, "w": 107, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 107, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 213, "y": 279, "w": 105, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 105, "h": 65 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 103, "y": 341, "w": 104, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 104, "h": 63 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 516, "y": 1, "w": 101, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 101, "h": 73 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 149, "w": 103, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 103, "h": 69 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 1, "y": 349, "w": 102, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 16, "w": 102, "h": 62 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 103, "y": 404, "w": 100, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 100, "h": 61 },
+ "sourceSize": { "w": 118, "h": 90 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "693.png",
+ "format": "I8",
+ "size": { "w": 626, "h": 466 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/693.png b/public/images/pokemon/exp/shiny/693.png
index 328c909b196..60f40ad0c40 100644
Binary files a/public/images/pokemon/exp/shiny/693.png and b/public/images/pokemon/exp/shiny/693.png differ
diff --git a/public/images/pokemon/exp/shiny/694.json b/public/images/pokemon/exp/shiny/694.json
deleted file mode 100644
index 2352bb65a43..00000000000
--- a/public/images/pokemon/exp/shiny/694.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 140,
- "h": 140
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 44,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 34
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 0,
- "y": 34,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 43,
- "h": 34
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 43,
- "h": 34
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 36,
- "h": 37
- },
- "frame": {
- "x": 0,
- "y": 103,
- "w": 36,
- "h": 37
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 34,
- "h": 37
- },
- "frame": {
- "x": 36,
- "y": 103,
- "w": 34,
- "h": 37
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 41,
- "h": 35
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 41,
- "h": 35
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 43,
- "y": 34,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 39,
- "h": 36
- },
- "frame": {
- "x": 82,
- "y": 35,
- "w": 39,
- "h": 36
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 33,
- "h": 37
- },
- "frame": {
- "x": 70,
- "y": 71,
- "w": 33,
- "h": 37
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 44,
- "h": 37
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 31,
- "h": 37
- },
- "frame": {
- "x": 103,
- "y": 71,
- "w": 31,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:8a9916d2af3a40f04636cd5b11758f77:333ac780963a12589518f0acf1d61fde:b0990f9650cfe63b836cbed33f0b44d8$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/694.png b/public/images/pokemon/exp/shiny/694.png
deleted file mode 100644
index fe927c06742..00000000000
Binary files a/public/images/pokemon/exp/shiny/694.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/696.json b/public/images/pokemon/exp/shiny/696.json
index 0d54e1282c5..7ea3165c669 100644
--- a/public/images/pokemon/exp/shiny/696.json
+++ b/public/images/pokemon/exp/shiny/696.json
@@ -1,692 +1,1055 @@
-{
- "textures": [
- {
- "image": "696.png",
- "format": "RGBA8888",
- "size": {
- "w": 135,
- "h": 135
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 46,
- "w": 53,
- "h": 46
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 53,
- "h": 43
- },
- "frame": {
- "x": 0,
- "y": 92,
- "w": 53,
- "h": 43
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 45
- },
- "frame": {
- "x": 53,
- "y": 46,
- "w": 53,
- "h": 45
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 53,
- "h": 44
- },
- "frame": {
- "x": 53,
- "y": 91,
- "w": 53,
- "h": 44
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:83a7f65d0ef4a30ff24cb813c97b1fe2:69043b7539e99a45979999a29408221b:58b7763fb9abdd043e9bfa400cfafdef$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 57, "y": 0, "w": 57, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 48 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 57, "h": 50 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 114, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 113, "y": 137, "w": 58, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 58, "h": 42 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 138, "w": 58, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 58, "h": 40 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 56, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 113, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 170, "y": 92, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 227, "y": 92, "w": 55, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 55, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 228, "y": 46, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 114, "y": 47, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 171, "y": 0, "w": 58, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 58, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 171, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 57, "y": 48, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 50, "w": 56, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 229, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 61, "h": 50 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "696.png",
+ "format": "I8",
+ "size": { "w": 286, "h": 179 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/696.png b/public/images/pokemon/exp/shiny/696.png
index 0a11f7b7ec7..86ecac0d371 100644
Binary files a/public/images/pokemon/exp/shiny/696.png and b/public/images/pokemon/exp/shiny/696.png differ
diff --git a/public/images/pokemon/exp/shiny/697.json b/public/images/pokemon/exp/shiny/697.json
index 7d68fbf764e..c56de41946c 100644
--- a/public/images/pokemon/exp/shiny/697.json
+++ b/public/images/pokemon/exp/shiny/697.json
@@ -1,1175 +1,983 @@
-{
- "textures": [
- {
- "image": "697.png",
- "format": "RGBA8888",
- "size": {
- "w": 378,
- "h": 378
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 76,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 76,
- "w": 76,
- "h": 76
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 76,
- "h": 75
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 75
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 76,
- "y": 75,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 75,
- "h": 75
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 75,
- "h": 75
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 76,
- "h": 74
- },
- "frame": {
- "x": 227,
- "y": 0,
- "w": 76,
- "h": 74
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 0,
- "y": 227,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 69,
- "h": 76
- },
- "frame": {
- "x": 0,
- "y": 302,
- "w": 69,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 152,
- "y": 75,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 74,
- "h": 74
- },
- "frame": {
- "x": 303,
- "y": 0,
- "w": 74,
- "h": 74
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 69,
- "y": 302,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 71,
- "h": 75
- },
- "frame": {
- "x": 74,
- "y": 227,
- "w": 71,
- "h": 75
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 73,
- "h": 75
- },
- "frame": {
- "x": 75,
- "y": 152,
- "w": 73,
- "h": 75
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 74,
- "h": 75
- },
- "frame": {
- "x": 148,
- "y": 149,
- "w": 74,
- "h": 75
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 222,
- "y": 149,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 72,
- "h": 75
- },
- "frame": {
- "x": 227,
- "y": 74,
- "w": 72,
- "h": 75
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 67,
- "h": 77
- },
- "frame": {
- "x": 299,
- "y": 74,
- "w": 67,
- "h": 77
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 65,
- "h": 78
- },
- "frame": {
- "x": 289,
- "y": 151,
- "w": 65,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 63,
- "h": 79
- },
- "frame": {
- "x": 145,
- "y": 227,
- "w": 63,
- "h": 79
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 61,
- "h": 79
- },
- "frame": {
- "x": 208,
- "y": 226,
- "w": 61,
- "h": 79
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 79
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 60,
- "h": 79
- },
- "frame": {
- "x": 269,
- "y": 229,
- "w": 60,
- "h": 79
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f5b6396fc735fbaf3881fa6c1e4cdad7:20237f200f066bd1e2f7b8926f0361f1:f4fdd87d2fc1483d8e0a185c2654e3d9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 476, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 661, "y": 232, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 281, "y": 312, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 556, "y": 462, "w": 91, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 91, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 181, "y": 462, "w": 90, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 90, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 88, "y": 464, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 540, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 90, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 179, "y": 540, "w": 89, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 89, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 647, "y": 468, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 271, "y": 470, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 536, "y": 539, "w": 90, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 90, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 90, "y": 386, "w": 91, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 91, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 366, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 275, "y": 233, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 184, "y": 231, "w": 91, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 91, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 94, "y": 157, "w": 90, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 90, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 391, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 275, "y": 390, "w": 88, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 88, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 363, "y": 463, "w": 86, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 86, "h": 81 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 649, "y": 386, "w": 86, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 82 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 449, "y": 463, "w": 87, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 87, "h": 80 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 312, "w": 90, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 90, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 372, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 566, "y": 233, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 92, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 473, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 556, "y": 386, "w": 93, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 181, "y": 387, "w": 94, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 94, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 648, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 186, "y": 312, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 661, "y": 157, "w": 96, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 96, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 458, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 669, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 464, "y": 386, "w": 92, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 92, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 234, "w": 92, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 92, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 384, "y": 77, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 568, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 661, "y": 79, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 289, "y": 0, "w": 95, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 95, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 0, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 96, "y": 0, "w": 96, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 96, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 192, "y": 0, "w": 97, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 97, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 480, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 384, "y": 0, "w": 96, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 96, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 192, "y": 77, "w": 96, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 96, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 566, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 553, "y": 311, "w": 95, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 75 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 277, "y": 157, "w": 95, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 92, "y": 310, "w": 94, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 94, "h": 76 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 0, "y": 157, "w": 94, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 94, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 458, "y": 234, "w": 93, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 93, "h": 77 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 184, "y": 153, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 380, "y": 156, "w": 93, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 93, "h": 78 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 576, "y": 0, "w": 93, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 93, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 288, "y": 78, "w": 92, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 92, "h": 79 },
+ "sourceSize": { "w": 100, "h": 82 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "697.png",
+ "format": "I8",
+ "size": { "w": 762, "h": 616 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/697.png b/public/images/pokemon/exp/shiny/697.png
index b89902a748f..7f4a0c09327 100644
Binary files a/public/images/pokemon/exp/shiny/697.png and b/public/images/pokemon/exp/shiny/697.png differ
diff --git a/public/images/pokemon/exp/shiny/698.json b/public/images/pokemon/exp/shiny/698.json
deleted file mode 100644
index de4bc49fb04..00000000000
--- a/public/images/pokemon/exp/shiny/698.json
+++ /dev/null
@@ -1,3296 +0,0 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 175,
- "h": 175
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0151.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0152.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 38,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 38,
- "h": 55
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0135.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0136.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0141.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0142.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0147.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0148.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0132.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0137.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0138.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0143.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0144.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0149.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0150.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 32,
- "y": 60,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 29,
- "h": 55
- },
- "frame": {
- "x": 38,
- "y": 120,
- "w": 29,
- "h": 55
- }
- },
- {
- "filename": "0133.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0134.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0139.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0140.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0145.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0146.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 0,
- "w": 32,
- "h": 60
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 32,
- "h": 60
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0153.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0154.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 32,
- "h": 59
- },
- "frame": {
- "x": 64,
- "y": 60,
- "w": 32,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 37,
- "h": 56
- },
- "frame": {
- "x": 67,
- "y": 119,
- "w": 37,
- "h": 56
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 38,
- "h": 54
- },
- "frame": {
- "x": 104,
- "y": 0,
- "w": 38,
- "h": 54
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 33,
- "h": 58
- },
- "frame": {
- "x": 142,
- "y": 0,
- "w": 33,
- "h": 58
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 36,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 54,
- "w": 36,
- "h": 57
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0155.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0156.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 34,
- "h": 58
- },
- "frame": {
- "x": 140,
- "y": 58,
- "w": 34,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 31,
- "h": 57
- },
- "frame": {
- "x": 104,
- "y": 116,
- "w": 31,
- "h": 57
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 38,
- "h": 60
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 30,
- "h": 56
- },
- "frame": {
- "x": 135,
- "y": 116,
- "w": 30,
- "h": 56
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0ae9a601cdaeb2fdd017428d743bace6:a3c21f877838702a0481b1e5447757cd:198087d69fed44d4a642fa3ba5c077d6$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/698.png b/public/images/pokemon/exp/shiny/698.png
deleted file mode 100644
index 84d8ba3dac5..00000000000
Binary files a/public/images/pokemon/exp/shiny/698.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/700.json b/public/images/pokemon/exp/shiny/700.json
index 4b7158b6eb9..fd6ef9b1bed 100644
--- a/public/images/pokemon/exp/shiny/700.json
+++ b/public/images/pokemon/exp/shiny/700.json
@@ -1,1070 +1,523 @@
-{
- "textures": [
- {
- "image": "700.png",
- "format": "RGBA8888",
- "size": {
- "w": 233,
- "h": 233
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 53,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 53,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 52,
- "h": 58
- },
- "frame": {
- "x": 53,
- "y": 0,
- "w": 52,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 51,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 116,
- "w": 51,
- "h": 59
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 175,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 52,
- "y": 58,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 155,
- "y": 0,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 51,
- "y": 117,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 57
- },
- "frame": {
- "x": 45,
- "y": 176,
- "w": 42,
- "h": 57
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 102,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 152,
- "y": 59,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 50,
- "h": 59
- },
- "frame": {
- "x": 101,
- "y": 118,
- "w": 50,
- "h": 59
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 53,
- "h": 59
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 49,
- "h": 59
- },
- "frame": {
- "x": 151,
- "y": 118,
- "w": 49,
- "h": 59
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b88614ce72ee950ea29dcf939b8dfd56:5daab4ddd86f67a34aaa4b7377e3b534:2e4bf5ef1f19e475073f7da10c60b540$"
- }
+{ "frames": {
+ "0001.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0002.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0003.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0004.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0005.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0006.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0007.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0008.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0009.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0010.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0011.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0012.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0013.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0014.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0015.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0016.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0017.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0018.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0019.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0020.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0021.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0022.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0023.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0024.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0025.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0026.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0027.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0028.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0029.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0030.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0031.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0032.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0033.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0034.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0035.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0036.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0037.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0038.png": {
+ "frame": { "x": 93, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0039.png": {
+ "frame": { "x": 99, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0040.png": {
+ "frame": { "x": 139, "y": 119, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0041.png": {
+ "frame": { "x": 180, "y": 183, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0042.png": {
+ "frame": { "x": 136, "y": 238, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0043.png": {
+ "frame": { "x": 44, "y": 181, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 44, "h": 57 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0044.png": {
+ "frame": { "x": 88, "y": 239, "w": 44, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 44, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0045.png": {
+ "frame": { "x": 180, "y": 242, "w": 43, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 43, "h": 56 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0046.png": {
+ "frame": { "x": 0, "y": 120, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0047.png": {
+ "frame": { "x": 146, "y": 60, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 46, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0048.png": {
+ "frame": { "x": 46, "y": 122, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 45, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0049.png": {
+ "frame": { "x": 0, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0050.png": {
+ "frame": { "x": 193, "y": 60, "w": 43, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 43, "h": 62 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0051.png": {
+ "frame": { "x": 99, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0052.png": {
+ "frame": { "x": 147, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0053.png": {
+ "frame": { "x": 0, "y": 0, "w": 51, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 51, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0054.png": {
+ "frame": { "x": 0, "y": 60, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 46, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0055.png": {
+ "frame": { "x": 92, "y": 178, "w": 43, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 43, "h": 60 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0056.png": {
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0057.png": {
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0058.png": {
+ "frame": { "x": 136, "y": 178, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0059.png": {
+ "frame": { "x": 195, "y": 0, "w": 47, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 47, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0060.png": {
+ "frame": { "x": 52, "y": 0, "w": 46, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 46, "h": 61 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0061.png": {
+ "frame": { "x": 0, "y": 179, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 43, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0062.png": {
+ "frame": { "x": 185, "y": 123, "w": 44, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 44, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0063.png": {
+ "frame": { "x": 47, "y": 62, "w": 45, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 45, "h": 59 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ },
+ "0064.png": {
+ "frame": { "x": 44, "y": 239, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 43, "h": 58 },
+ "sourceSize": { "w": 51, "h": 62 },
+ "duration": 100
+ }
+ },
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "700.png",
+ "format": "I8",
+ "size": { "w": 242, "h": 298 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/700.png b/public/images/pokemon/exp/shiny/700.png
index 5c809e628f5..f7addc720bf 100644
Binary files a/public/images/pokemon/exp/shiny/700.png and b/public/images/pokemon/exp/shiny/700.png differ
diff --git a/public/images/pokemon/exp/shiny/702.json b/public/images/pokemon/exp/shiny/702.json
index fc28cb19512..0ab95b58c7a 100644
--- a/public/images/pokemon/exp/shiny/702.json
+++ b/public/images/pokemon/exp/shiny/702.json
@@ -1,671 +1,443 @@
-{
- "textures": [
- {
- "image": "702.png",
- "format": "RGBA8888",
- "size": {
- "w": 138,
- "h": 138
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 36
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 36
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 47,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 36,
- "w": 47,
- "h": 36
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 45,
- "h": 36
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 45,
- "h": 36
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 35
- },
- "frame": {
- "x": 45,
- "y": 72,
- "w": 48,
- "h": 35
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 47,
- "y": 36,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 47,
- "h": 33
- },
- "frame": {
- "x": 91,
- "y": 36,
- "w": 47,
- "h": 33
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 36
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 44,
- "h": 35
- },
- "frame": {
- "x": 93,
- "y": 69,
- "w": 44,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2fc3a964a6785b059da0b8d24f80fbd1:ec3deecdcac6775e64f154a58c36eef3:ba8fdab405d5efab99c4aa1084328e6b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 47, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 47, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 94, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 141, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 141, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 141, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 188, "y": 37, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 144, "y": 0, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 48, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 188, "y": 111, "w": 46, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 46, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 145, "w": 45, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 45, "h": 33 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 96, "y": 0, "w": 47, "h": 36 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 47, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 47, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 94, "y": 74, "w": 46, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 46, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 187, "y": 74, "w": 45, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 45, "h": 36 },
+ "sourceSize": { "w": 47, "h": 36 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "702.png",
+ "format": "I8",
+ "size": { "w": 234, "h": 178 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/702.png b/public/images/pokemon/exp/shiny/702.png
index b7e117c9473..2f7b735a1dc 100644
Binary files a/public/images/pokemon/exp/shiny/702.png and b/public/images/pokemon/exp/shiny/702.png differ
diff --git a/public/images/pokemon/exp/shiny/703.json b/public/images/pokemon/exp/shiny/703.json
deleted file mode 100644
index 4762fa91a2c..00000000000
--- a/public/images/pokemon/exp/shiny/703.json
+++ /dev/null
@@ -1,356 +0,0 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 120,
- "h": 120
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 41,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 37,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 74,
- "y": 0,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 35,
- "h": 41
- },
- "frame": {
- "x": 37,
- "y": 40,
- "w": 35,
- "h": 41
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 35,
- "h": 39
- },
- "frame": {
- "x": 37,
- "y": 81,
- "w": 35,
- "h": 39
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 40,
- "w": 37,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 37,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 7,
- "w": 35,
- "h": 40
- },
- "frame": {
- "x": 72,
- "y": 80,
- "w": 35,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:253ca4296d88ee81990e3297ca0f62aa:8f78420201adcea5fb7920c60446c81d:721af8c322ff60159262e9b3017c784d$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/703.png b/public/images/pokemon/exp/shiny/703.png
deleted file mode 100644
index 4e4064509ae..00000000000
Binary files a/public/images/pokemon/exp/shiny/703.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/704.json b/public/images/pokemon/exp/shiny/704.json
index d14609ad74c..4241b2d2a8d 100644
--- a/public/images/pokemon/exp/shiny/704.json
+++ b/public/images/pokemon/exp/shiny/704.json
@@ -1,1784 +1,371 @@
-{
- "textures": [
- {
- "image": "704.png",
- "format": "RGBA8888",
- "size": {
- "w": 288,
- "h": 288
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 48,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 48
- },
- "frame": {
- "x": 0,
- "y": 96,
- "w": 43,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 43,
- "h": 47
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 41,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 191,
- "w": 41,
- "h": 46
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 39,
- "h": 45
- },
- "frame": {
- "x": 0,
- "y": 237,
- "w": 39,
- "h": 45
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 39,
- "y": 237,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 41,
- "y": 191,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 80,
- "y": 235,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 163,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 42,
- "h": 43
- },
- "frame": {
- "x": 205,
- "y": 0,
- "w": 42,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 41,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 0,
- "w": 41,
- "h": 44
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 121,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 39,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 44,
- "w": 39,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 42,
- "h": 42
- },
- "frame": {
- "x": 163,
- "y": 43,
- "w": 42,
- "h": 42
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 205,
- "y": 43,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 205,
- "y": 84,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 247,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 43,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 132,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 37,
- "h": 44
- },
- "frame": {
- "x": 81,
- "y": 88,
- "w": 37,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 82,
- "y": 176,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 121,
- "y": 85,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 163,
- "y": 85,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 125,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 199,
- "y": 124,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 157,
- "y": 129,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 36,
- "h": 44
- },
- "frame": {
- "x": 121,
- "y": 169,
- "w": 36,
- "h": 44
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 235,
- "y": 132,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 168,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 173,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 121,
- "y": 213,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 175,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 193,
- "y": 211,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 157,
- "y": 216,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 43,
- "h": 48
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 36,
- "h": 43
- },
- "frame": {
- "x": 229,
- "y": 218,
- "w": 36,
- "h": 43
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c2301c17b022e36ed40b13f27d705543:87a73272ea48477e6b25b210421da5ec:45bb13be23ae6e2a6654a2a00c450d62$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 52, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 78, "y": 0, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 26, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 80, "y": 94, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 26, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 78, "y": 31, "w": 28, "h": 31 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 31 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 34, "w": 26, "h": 33 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 26, "h": 33 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 52, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 26, "y": 67, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 99, "w": 28, "h": 29 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 28, "h": 29 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 78, "y": 62, "w": 26, "h": 32 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 26, "h": 32 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 26, "h": 34 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 26, "h": 34 },
+ "sourceSize": { "w": 28, "h": 34 },
+ "duration": 150
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "704.png",
+ "format": "RGBA8888",
+ "size": { "w": 108, "h": 128 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/704.png b/public/images/pokemon/exp/shiny/704.png
index ac31e9da30c..d630d161de1 100644
Binary files a/public/images/pokemon/exp/shiny/704.png and b/public/images/pokemon/exp/shiny/704.png differ
diff --git a/public/images/pokemon/exp/shiny/705.json b/public/images/pokemon/exp/shiny/705.json
index 1d18b10d3a0..bc7b5ff15d3 100644
--- a/public/images/pokemon/exp/shiny/705.json
+++ b/public/images/pokemon/exp/shiny/705.json
@@ -1,272 +1,596 @@
-{
- "textures": [
- {
- "image": "705.png",
- "format": "RGBA8888",
- "size": {
- "w": 154,
- "h": 154
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 46,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 91,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 58
- },
- "frame": {
- "x": 42,
- "y": 58,
- "w": 41,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 36,
- "h": 58
- },
- "frame": {
- "x": 83,
- "y": 58,
- "w": 36,
- "h": 58
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 58
- },
- "frame": {
- "x": 119,
- "y": 58,
- "w": 35,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb2c6abdfceb0458f6389a25d31f9dab:0ef587160e8636cec6566f480554985e:6b57e983626c7fc9144ab67f30c66814$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 186, "w": 40, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 40, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 78, "y": 189, "w": 40, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 40, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 77, "y": 304, "w": 39, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 39, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 197, "y": 246, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 158, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 155, "y": 246, "w": 42, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 9, "w": 42, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 199, "y": 302, "w": 41, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 41, "h": 55 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 77, "y": 248, "w": 41, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 41, "h": 56 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 118, "y": 301, "w": 40, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 40, "h": 57 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 38, "y": 246, "w": 39, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 39, "h": 59 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 253, "w": 37, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 37, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 191, "w": 38, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 38, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 118, "y": 189, "w": 37, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 37, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 64, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 194, "y": 184, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 156, "y": 120, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 39, "y": 125, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 200, "y": 60, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 39, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 79, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 117, "y": 125, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 127, "w": 38, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 38, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 0, "w": 39, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 39, "h": 64 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 78, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 117, "y": 62, "w": 39, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 39, "h": 63 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 155, "y": 181, "w": 39, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 39, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 119, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 79, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 39, "y": 0, "w": 40, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 40, "h": 62 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 196, "y": 123, "w": 40, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 40, "h": 61 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 200, "y": 0, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 159, "y": 60, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 44, "h": 64 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "705.png",
+ "format": "I8",
+ "size": { "w": 241, "h": 361 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/705.png b/public/images/pokemon/exp/shiny/705.png
index 8653de923ec..7fed21b3583 100644
Binary files a/public/images/pokemon/exp/shiny/705.png and b/public/images/pokemon/exp/shiny/705.png differ
diff --git a/public/images/pokemon/exp/shiny/707.json b/public/images/pokemon/exp/shiny/707.json
deleted file mode 100644
index cdc3064d8aa..00000000000
--- a/public/images/pokemon/exp/shiny/707.json
+++ /dev/null
@@ -1,1931 +0,0 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 283,
- "h": 283
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 69
- },
- "frame": {
- "x": 41,
- "y": 0,
- "w": 39,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 69
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 37,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 117,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 245,
- "y": 0,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 70
- },
- "frame": {
- "x": 44,
- "y": 69,
- "w": 44,
- "h": 70
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 88,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 126,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 164,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 202,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 240,
- "y": 70,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 139,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 38,
- "y": 139,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 78,
- "y": 140,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 45,
- "h": 70
- },
- "frame": {
- "x": 120,
- "y": 140,
- "w": 45,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 43,
- "h": 70
- },
- "frame": {
- "x": 165,
- "y": 140,
- "w": 43,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 208,
- "y": 140,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 209,
- "w": 37,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 37,
- "y": 209,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 2,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 210,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 45,
- "h": 71
- },
- "frame": {
- "x": 151,
- "y": 210,
- "w": 45,
- "h": 71
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 196,
- "y": 211,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 44,
- "h": 71
- },
- "frame": {
- "x": 235,
- "y": 211,
- "w": 44,
- "h": 71
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:26c493d70c41c4104147194dfbbab5b9:b12f3eb3fdd1a69bbf055a44f9557395:8e96b9056ea81e44ced99c97f472a528$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/707.png b/public/images/pokemon/exp/shiny/707.png
deleted file mode 100644
index ee0fec17e8c..00000000000
Binary files a/public/images/pokemon/exp/shiny/707.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/708.png b/public/images/pokemon/exp/shiny/708.png
deleted file mode 100644
index bb896a0214c..00000000000
Binary files a/public/images/pokemon/exp/shiny/708.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/712.json b/public/images/pokemon/exp/shiny/712.json
index 80e4e6a13b9..88a49637b7c 100644
--- a/public/images/pokemon/exp/shiny/712.json
+++ b/public/images/pokemon/exp/shiny/712.json
@@ -1,2771 +1,1433 @@
-{
- "textures": [
- {
- "image": "712.png",
- "format": "RGBA8888",
- "size": {
- "w": 209,
- "h": 209
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 44,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 44
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 44
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0131.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 43
- },
- "frame": {
- "x": 76,
- "y": 43,
- "w": 38,
- "h": 43
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 38,
- "y": 44,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 114,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 38,
- "h": 42
- },
- "frame": {
- "x": 152,
- "y": 43,
- "w": 38,
- "h": 42
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 152,
- "y": 85,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 86,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 38,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 127,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 76,
- "y": 168,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 126,
- "w": 38,
- "h": 41
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 114,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 42,
- "h": 44
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 37,
- "h": 41
- },
- "frame": {
- "x": 151,
- "y": 167,
- "w": 37,
- "h": 41
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:90506cc63998ae2867a3e57df229bc50:f8b5635f0ab8bc294bdbf4d4b4782548:3a1cc69824960d920ca43f8c9376d136$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 111, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 112, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 149, "y": 44, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 74, "y": 86, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 148, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 0, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 37, "y": 0, "w": 36, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 36, "h": 44 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 74, "y": 0, "w": 36, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 43 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 0, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 148, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 74, "y": 128, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 37, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 37, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 37, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 111, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 111, "y": 129, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 74, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 74, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 148, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 148, "y": 169, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 0, "y": 170, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 170, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 74, "y": 44, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 74, "y": 44, "w": 37, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 37, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 0, "y": 88, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 148, "y": 87, "w": 36, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 36, "h": 40 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 111, "y": 87, "w": 36, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 36, "h": 41 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 37, "y": 45, "w": 36, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 36, "h": 42 },
+ "sourceSize": { "w": 42, "h": 44 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "712.png",
+ "format": "I8",
+ "size": { "w": 185, "h": 210 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/712.png b/public/images/pokemon/exp/shiny/712.png
index 66e28efacd9..2ba0434ad7a 100644
Binary files a/public/images/pokemon/exp/shiny/712.png and b/public/images/pokemon/exp/shiny/712.png differ
diff --git a/public/images/pokemon/exp/shiny/713.json b/public/images/pokemon/exp/shiny/713.json
index c2aab871871..f4fcfa1ff85 100644
--- a/public/images/pokemon/exp/shiny/713.json
+++ b/public/images/pokemon/exp/shiny/713.json
@@ -1,146 +1,1100 @@
-{
- "textures": [
- {
- "image": "713.png",
- "format": "RGBA8888",
- "size": {
- "w": 174,
- "h": 174
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 87,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 87,
- "h": 72
- },
- "frame": {
- "x": 87,
- "y": 0,
- "w": 87,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 87,
- "h": 73
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 87,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 87,
- "h": 73
- },
- "frame": {
- "x": 87,
- "y": 72,
- "w": 87,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ce42146f2549b65131ae1e38620ec02e:c360691d0dff3de5f5058a576fd05ded:625f70bcfe9c7f2437cb9cad6d2b863c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 83, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 128, "w": 83, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 83, "h": 61 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 166, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 332, "y": 126, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 249, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 166, "y": 64, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 83, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 249, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 166, "y": 0, "w": 83, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 64 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 83, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 332, "y": 63, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 332, "y": 0, "w": 84, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 84, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 249, "y": 127, "w": 83, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 62 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 0, "y": 189, "w": 83, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 58 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 332, "y": 188, "w": 83, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 59 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 0, "y": 65, "w": 83, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 83, "h": 63 },
+ "sourceSize": { "w": 84, "h": 66 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "713.png",
+ "format": "I8",
+ "size": { "w": 416, "h": 247 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/713.png b/public/images/pokemon/exp/shiny/713.png
index ded180bdefc..72c06f1d750 100644
Binary files a/public/images/pokemon/exp/shiny/713.png and b/public/images/pokemon/exp/shiny/713.png differ
diff --git a/public/images/pokemon/exp/shiny/714.json b/public/images/pokemon/exp/shiny/714.json
deleted file mode 100644
index dc8d580d33b..00000000000
--- a/public/images/pokemon/exp/shiny/714.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 179,
- "h": 179
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 60
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 0,
- "y": 60,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 58
- },
- "frame": {
- "x": 63,
- "y": 0,
- "w": 64,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 58,
- "w": 60,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 58,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 5,
- "w": 54,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 116,
- "w": 54,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 60,
- "h": 60
- },
- "frame": {
- "x": 0,
- "y": 119,
- "w": 60,
- "h": 60
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 64,
- "h": 63
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 56,
- "h": 60
- },
- "frame": {
- "x": 60,
- "y": 119,
- "w": 56,
- "h": 60
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f10fb65b088005bbceee81a7323b3d04:cc45de39527285e86e95e3dc2425b833:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/714.png b/public/images/pokemon/exp/shiny/714.png
deleted file mode 100644
index 53e4a6348be..00000000000
Binary files a/public/images/pokemon/exp/shiny/714.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/718-10.json b/public/images/pokemon/exp/shiny/718-10.json
deleted file mode 100644
index 98f6bbb0f01..00000000000
--- a/public/images/pokemon/exp/shiny/718-10.json
+++ /dev/null
@@ -1,692 +0,0 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 239,
- "h": 239
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 65
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 59,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 65,
- "w": 59,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 132,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 65,
- "h": 60
- },
- "frame": {
- "x": 59,
- "y": 65,
- "w": 65,
- "h": 60
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 120,
- "y": 0,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 1,
- "w": 59,
- "h": 66
- },
- "frame": {
- "x": 179,
- "y": 0,
- "w": 59,
- "h": 66
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 124,
- "y": 66,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 2,
- "w": 59,
- "h": 65
- },
- "frame": {
- "x": 64,
- "y": 125,
- "w": 59,
- "h": 65
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 182,
- "y": 66,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 123,
- "y": 133,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 57,
- "h": 67
- },
- "frame": {
- "x": 181,
- "y": 133,
- "w": 57,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f59f7684ea1f2b8bb14e98d16b18e3e0:a1fa21d4b2b42982b0f0546116b38791:82195cf2a6db620c5643b8162d6e8c5c$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/718-10.png b/public/images/pokemon/exp/shiny/718-10.png
deleted file mode 100644
index 26bc2cdc580..00000000000
Binary files a/public/images/pokemon/exp/shiny/718-10.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/718.json b/public/images/pokemon/exp/shiny/718.json
deleted file mode 100644
index 29211eba621..00000000000
--- a/public/images/pokemon/exp/shiny/718.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 219,
- "h": 219
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 71,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 71,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 71,
- "y": 0,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 89,
- "w": 74,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 89
- },
- "frame": {
- "x": 74,
- "y": 89,
- "w": 73,
- "h": 89
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 75,
- "h": 89
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 89
- },
- "frame": {
- "x": 147,
- "y": 89,
- "w": 72,
- "h": 89
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5e3b138302e8798c9cc3072d564e3004:76aca0c13999f6d287f1b28f7f386fed:7b4a06b06cbac24b3f39727b0238661b$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/718.png b/public/images/pokemon/exp/shiny/718.png
deleted file mode 100644
index 59dde9d4c05..00000000000
Binary files a/public/images/pokemon/exp/shiny/718.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/719.json b/public/images/pokemon/exp/shiny/719.json
deleted file mode 100644
index 9bf72888c33..00000000000
--- a/public/images/pokemon/exp/shiny/719.json
+++ /dev/null
@@ -1,1091 +0,0 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 210,
- "h": 210
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 10,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 24,
- "y": 6,
- "w": 49,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 67
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 34,
- "y": 9,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 22,
- "y": 5,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 3,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 48,
- "h": 67
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 67
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 8,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 47,
- "h": 67
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 47,
- "h": 67
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 46,
- "h": 67
- },
- "frame": {
- "x": 144,
- "y": 0,
- "w": 46,
- "h": 67
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 48,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 67,
- "w": 48,
- "h": 66
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 48,
- "y": 12,
- "w": 46,
- "h": 66
- },
- "frame": {
- "x": 48,
- "y": 67,
- "w": 46,
- "h": 66
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 45,
- "y": 1,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 12,
- "y": 8,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 19,
- "y": 5,
- "w": 45,
- "h": 67
- },
- "frame": {
- "x": 94,
- "y": 67,
- "w": 45,
- "h": 67
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 2,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 27,
- "y": 4,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 25,
- "y": 6,
- "w": 44,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 133,
- "w": 44,
- "h": 67
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 36,
- "y": 2,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 44,
- "y": 133,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 54,
- "y": 3,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 23,
- "y": 6,
- "w": 42,
- "h": 67
- },
- "frame": {
- "x": 139,
- "y": 67,
- "w": 42,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 12,
- "w": 42,
- "h": 66
- },
- "frame": {
- "x": 86,
- "y": 134,
- "w": 42,
- "h": 66
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 55,
- "y": 6,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 128,
- "y": 134,
- "w": 41,
- "h": 67
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 41,
- "h": 67
- },
- "frame": {
- "x": 169,
- "y": 134,
- "w": 41,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a418188ec41514bd9ae14eb24912795a:ee144292ee551fc92c6c10944cfe21d9:17a705bb924916761be2495822a53735$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/719.png b/public/images/pokemon/exp/shiny/719.png
deleted file mode 100644
index a733b44e4b3..00000000000
Binary files a/public/images/pokemon/exp/shiny/719.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/728.json b/public/images/pokemon/exp/shiny/728.json
index 0ba3fa4002d..9bed3c98376 100644
--- a/public/images/pokemon/exp/shiny/728.json
+++ b/public/images/pokemon/exp/shiny/728.json
@@ -1,1112 +1,775 @@
-{
- "textures": [
- {
- "image": "728.png",
- "format": "RGBA8888",
- "size": {
- "w": 165,
- "h": 165
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 40,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 42,
- "h": 41
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 42,
- "h": 41
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 44,
- "h": 39
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 44,
- "h": 39
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 0,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 45,
- "h": 37
- },
- "frame": {
- "x": 88,
- "y": 37,
- "w": 45,
- "h": 37
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 44,
- "y": 39,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 42,
- "h": 40
- },
- "frame": {
- "x": 42,
- "y": 79,
- "w": 42,
- "h": 40
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 42,
- "y": 119,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 39
- },
- "frame": {
- "x": 86,
- "y": 74,
- "w": 42,
- "h": 39
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 40,
- "h": 40
- },
- "frame": {
- "x": 84,
- "y": 113,
- "w": 40,
- "h": 40
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 41,
- "h": 37
- },
- "frame": {
- "x": 124,
- "y": 113,
- "w": 41,
- "h": 37
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ff62847c95025ab843b05a9134e55488:7da27b56213df83850702c3591259733:74218c18c9d392741666ee5c0c28d306$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 40, "y": 94, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 80, "y": 95, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 80, "y": 134, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 40, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 120, "y": 173, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 159, "y": 207, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 210, "w": 38, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 20, "w": 38, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 40, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 118, "y": 209, "w": 39, "h": 35 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 19, "w": 39, "h": 35 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 79, "y": 209, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 39, "h": 36 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 80, "y": 172, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 40, "h": 37 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 159, "y": 169, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 172, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 40, "h": 38 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 40, "y": 94, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 170, "y": 130, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 40, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 53, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 40, "y": 54, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 170, "y": 90, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 93, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 130, "y": 52, "w": 40, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 13, "w": 40, "h": 41 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 90, "y": 52, "w": 40, "h": 43 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 11, "w": 40, "h": 43 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 46, "w": 40, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 40, "h": 44 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 0, "w": 40, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 40, "h": 46 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 90, "y": 0, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 45, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 0, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 46, "h": 53 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 135, "y": 0, "w": 42, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 42, "h": 52 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 46, "y": 0, "w": 44, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 44, "h": 54 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 120, "y": 133, "w": 39, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 39, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 130, "y": 93, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 53, "w": 40, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 14, "w": 40, "h": 40 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 40, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 133, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 170, "y": 130, "w": 40, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 40, "h": 39 },
+ "sourceSize": { "w": 46, "h": 55 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "format": "I8",
+ "size": { "w": 217, "h": 245 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/728.png b/public/images/pokemon/exp/shiny/728.png
index 0266097b1f3..d3bf6112f30 100644
Binary files a/public/images/pokemon/exp/shiny/728.png and b/public/images/pokemon/exp/shiny/728.png differ
diff --git a/public/images/pokemon/exp/shiny/729.json b/public/images/pokemon/exp/shiny/729.json
index e9fb1aa0faa..ed22b70455c 100644
--- a/public/images/pokemon/exp/shiny/729.json
+++ b/public/images/pokemon/exp/shiny/729.json
@@ -1,272 +1,1055 @@
-{
- "textures": [
- {
- "image": "729.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:443d9818c7a68828a3e681ceb7d9ccd2:3865e964ed12d558fc1c9e3e95c82c69:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 105, "y": 286, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 429, "y": 336, "w": 50, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 263, "y": 337, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 345, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 408, "y": 390, "w": 46, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 46, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 454, "y": 390, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 48, "y": 391, "w": 46, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 46, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 204, "y": 390, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 47, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 156, "y": 339, "w": 48, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 462, "y": 226, "w": 50, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 50, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 290, "w": 51, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 51, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 326, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 164, "y": 229, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 178, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 55, "y": 117, "w": 55, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 55, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 109, "y": 175, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 164, "y": 174, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 54, "y": 173, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 236, "y": 171, "w": 55, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 55, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 54, "y": 228, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 327, "y": 227, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 381, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 434, "y": 281, "w": 53, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 53, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 408, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 312, "y": 56, "w": 57, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 57, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 312, "y": 0, "w": 59, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 8, "w": 59, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 244, "y": 116, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 416, "y": 114, "w": 56, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 56, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 64, "y": 62, "w": 57, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 57, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 371, "y": 0, "w": 58, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 58, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 273, "y": 226, "w": 54, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 54, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 161, "y": 285, "w": 52, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 54 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 312, "y": 337, "w": 50, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 50, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 312, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 51, "y": 338, "w": 49, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 10, "w": 49, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 378, "y": 336, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 10, "w": 51, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 213, "y": 337, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 50, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 360, "y": 389, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 48, "h": 53 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 100, "y": 341, "w": 49, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 49, "h": 52 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 53, "y": 283, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 217, "y": 282, "w": 52, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 52, "h": 55 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 108, "y": 230, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 300, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 182, "y": 117, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 0, "y": 121, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 189, "y": 60, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 110, "y": 118, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 369, "y": 56, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 424, "y": 57, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 429, "y": 0, "w": 56, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 56, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 127, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 61 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 64, "y": 0, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 62 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 64 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 251, "y": 0, "w": 61, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 61, "h": 59 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 189, "y": 0, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 62, "h": 60 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 0, "y": 64, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 127, "y": 61, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 306, "y": 112, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 361, "y": 113, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 251, "y": 59, "w": 55, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 55, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 416, "y": 169, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 354, "y": 170, "w": 54, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 54, "h": 57 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 219, "y": 226, "w": 54, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 54, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 0, "y": 234, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 273, "y": 281, "w": 53, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 8, "w": 53, "h": 56 },
+ "sourceSize": { "w": 64, "h": 65 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "729.png",
+ "format": "I8",
+ "size": { "w": 512, "h": 445 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/729.png b/public/images/pokemon/exp/shiny/729.png
index 41e9e077e2e..66b8a99f34a 100644
Binary files a/public/images/pokemon/exp/shiny/729.png and b/public/images/pokemon/exp/shiny/729.png differ
diff --git a/public/images/pokemon/exp/shiny/730.json b/public/images/pokemon/exp/shiny/730.json
index 874de43f801..b1b6c5189bc 100644
--- a/public/images/pokemon/exp/shiny/730.json
+++ b/public/images/pokemon/exp/shiny/730.json
@@ -1,2309 +1,839 @@
-{
- "textures": [
- {
- "image": "730.png",
- "format": "RGBA8888",
- "size": {
- "w": 615,
- "h": 615
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 166,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 416,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 500,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 342,
- "w": 73,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 515,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 80,
- "h": 81
- },
- "frame": {
- "x": 154,
- "y": 162,
- "w": 80,
- "h": 81
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 234,
- "y": 80,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 85
- },
- "frame": {
- "x": 309,
- "y": 79,
- "w": 74,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 312,
- "y": 164,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 468,
- "y": 160,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 79
- },
- "frame": {
- "x": 74,
- "y": 248,
- "w": 80,
- "h": 79
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 73,
- "y": 327,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 78,
- "h": 79
- },
- "frame": {
- "x": 395,
- "y": 241,
- "w": 78,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 75,
- "y": 408,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 79,
- "h": 77
- },
- "frame": {
- "x": 75,
- "y": 486,
- "w": 79,
- "h": 77
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 318,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 153,
- "y": 393,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 81,
- "h": 71
- },
- "frame": {
- "x": 237,
- "y": 393,
- "w": 81,
- "h": 71
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 318,
- "y": 399,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 83,
- "h": 75
- },
- "frame": {
- "x": 402,
- "y": 320,
- "w": 83,
- "h": 75
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 402,
- "y": 395,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 485,
- "y": 317,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 486,
- "y": 391,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 154,
- "y": 467,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 402,
- "y": 469,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 485,
- "y": 535,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 83,
- "h": 72
- },
- "frame": {
- "x": 319,
- "y": 472,
- "w": 83,
- "h": 72
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 18,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 319,
- "y": 544,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 402,
- "y": 540,
- "w": 82,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:59fe2b59aab6747f8b9c8449f7122d94:f053b5af80accd64fb9a265eb64f806d:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 491, "y": 0, "w": 79, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 13, "w": 79, "h": 71 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 341, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 77, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 265, "y": 0, "w": 76, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 76, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 418, "y": 0, "w": 73, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 73, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 159, "y": 68, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 69, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 143, "w": 64, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 83 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 145, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 63, "y": 147, "w": 63, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 63, "h": 84 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 446, "y": 203, "w": 63, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 63, "h": 82 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 509, "y": 335, "w": 63, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 63, "h": 79 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 74, "y": 375, "w": 66, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 10, "w": 66, "h": 74 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 140, "y": 409, "w": 69, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 69, "h": 69 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 280, "y": 428, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 353, "y": 416, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 536, "y": 414, "w": 74, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 74, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 461, "y": 414, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 385, "y": 351, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 76, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 231, "y": 291, "w": 78, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 78, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 277, "y": 226, "w": 79, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 19, "w": 79, "h": 65 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 485, "y": 137, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 228, "y": 143, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 228, "y": 75, "w": 80, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 16, "w": 80, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 341, "y": 73, "w": 77, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 77, "h": 70 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 373, "y": 157, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 213, "y": 356, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 67, "h": 73 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 429, "w": 63, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 63, "h": 75 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 76, "y": 297, "w": 64, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 64, "h": 78 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 418, "y": 77, "w": 67, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 67, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 89, "y": 67, "w": 70, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 70, "h": 80 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 68, "w": 72, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 72, "h": 77 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 126, "y": 148, "w": 73, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 73, "h": 72 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 140, "y": 341, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 73, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 280, "y": 361, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 363, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 74, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 433, "y": 285, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 509, "y": 269, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 356, "y": 229, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 199, "y": 209, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 509, "y": 203, "w": 78, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 78, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 0, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 77, "y": 231, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 297, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 309, "y": 295, "w": 76, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 18, "w": 76, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 154, "y": 275, "w": 77, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 18, "w": 77, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 491, "y": 71, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 89, "y": 0, "w": 89, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 17, "w": 89, "h": 67 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 0, "y": 0, "w": 89, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 16, "w": 89, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 178, "y": 0, "w": 87, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 87, "h": 68 },
+ "sourceSize": { "w": 91, "h": 84 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "730.png",
+ "format": "I8",
+ "size": { "w": 610, "h": 504 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/730.png b/public/images/pokemon/exp/shiny/730.png
index 95c48184ce1..d11ef725a95 100644
Binary files a/public/images/pokemon/exp/shiny/730.png and b/public/images/pokemon/exp/shiny/730.png differ
diff --git a/public/images/pokemon/exp/shiny/746-school.json b/public/images/pokemon/exp/shiny/746-school.json
index b7f0eb850ce..6c247e5a748 100644
--- a/public/images/pokemon/exp/shiny/746-school.json
+++ b/public/images/pokemon/exp/shiny/746-school.json
@@ -1,272 +1,191 @@
-{
- "textures": [
- {
- "image": "746-school.png",
- "format": "RGBA8888",
- "size": {
- "w": 268,
- "h": 268
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 95,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 95,
- "h": 73
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 94,
- "h": 73
- },
- "frame": {
- "x": 0,
- "y": 73,
- "w": 94,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 1,
- "w": 93,
- "h": 71
- },
- "frame": {
- "x": 95,
- "y": 0,
- "w": 93,
- "h": 71
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 92,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 146,
- "w": 92,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 5,
- "w": 91,
- "h": 67
- },
- "frame": {
- "x": 95,
- "y": 71,
- "w": 91,
- "h": 67
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 91,
- "h": 66
- },
- "frame": {
- "x": 94,
- "y": 138,
- "w": 91,
- "h": 66
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 102,
- "h": 73
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 90,
- "h": 64
- },
- "frame": {
- "x": 92,
- "y": 204,
- "w": 90,
- "h": 64
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f61c85d6091a44a8febf21b84b5b2d80:81aec8099fbc1e00afe72d9fc67a0c1e:10f3c9d1f1118f8f9f6e40f37a0eb499$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 399, "y": 250, "w": 94, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 94, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 402, "y": 169, "w": 97, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 97, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 304, "y": 170, "w": 95, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 95, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 402, "y": 86, "w": 99, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 99, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 304, "y": 86, "w": 98, "h": 84 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 98, "h": 84 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 208, "y": 0, "w": 102, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 310, "y": 0, "w": 102, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 0, "w": 104, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 87 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 412, "y": 0, "w": 102, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 102, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 104, "y": 0, "w": 104, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 104, "h": 86 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 104, "y": 86, "w": 100, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 204, "y": 86, "w": 100, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 100, "h": 85 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 87, "w": 95, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 95, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 170, "w": 94, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 94, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 282, "y": 252, "w": 90, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 90, "h": 83 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 187, "y": 253, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 89, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 189, "y": 171, "w": 93, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 82 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 253, "w": 91, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 91, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 94, "y": 252, "w": 93, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 93, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 94, "y": 171, "w": 95, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 95, "h": 81 },
+ "sourceSize": { "w": 104, "h": 89 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "746-school.png",
+ "format": "I8",
+ "size": { "w": 514, "h": 335 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/746-school.png b/public/images/pokemon/exp/shiny/746-school.png
index 76452380aee..a665f1a61ac 100644
Binary files a/public/images/pokemon/exp/shiny/746-school.png and b/public/images/pokemon/exp/shiny/746-school.png differ
diff --git a/public/images/pokemon/exp/shiny/746.json b/public/images/pokemon/exp/shiny/746.json
index 2f5d3a25ec3..6b775c20176 100644
--- a/public/images/pokemon/exp/shiny/746.json
+++ b/public/images/pokemon/exp/shiny/746.json
@@ -4,156 +4,51 @@
"image": "746.png",
"format": "RGBA8888",
"size": {
- "w": 134,
- "h": 134
+ "w": 100,
+ "h": 100
},
"scale": 1,
"frames": [
{
"filename": "0001.png",
"rotated": false,
- "trimmed": false,
+ "trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
},
"frame": {
"x": 0,
"y": 0,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 28,
- "w": 46,
- "h": 28
+ "w": 39,
+ "h": 25
}
},
{
"filename": "0003.png",
"rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 56,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 28
- },
- "frame": {
- "x": 0,
- "y": 84,
- "w": 46,
- "h": 28
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
"x": 0,
"y": 0,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 46,
- "h": 27
+ "w": 39,
+ "h": 25
}
},
{
@@ -161,41 +56,20 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 46,
- "h": 28
- },
- "spriteSourceSize": {
"x": 0,
- "y": 1,
- "w": 46,
- "h": 27
- },
- "frame": {
- "x": 46,
- "y": 27,
- "w": 46,
- "h": 27
+ "y": 0,
+ "w": 39,
+ "h": 25
}
},
{
@@ -203,41 +77,713 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 54,
- "w": 46,
- "h": 27
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
}
},
{
- "filename": "0008.png",
+ "filename": "0009.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 46,
- "h": 27
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 81,
- "w": 46,
- "h": 27
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 39,
+ "y": 0,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0043.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0045.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0047.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0049.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0051.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0053.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0055.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0057.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0061.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0065.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0067.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 21,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0069.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 18,
+ "w": 39,
+ "h": 25
+ },
+ "frame": {
+ "x": 39,
+ "y": 25,
+ "w": 39,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
}
},
{
@@ -245,20 +791,692 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 46,
- "h": 28
+ "w": 50,
+ "h": 50
},
"spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 46,
- "h": 26
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
},
"frame": {
- "x": 46,
- "y": 108,
- "w": 46,
- "h": 26
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0008.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0032.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 0,
+ "y": 75,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0044.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0050.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0052.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0054.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0056.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 15,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0058.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0062.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0066.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 22,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0068.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 20,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 50,
+ "w": 35,
+ "h": 25
+ }
+ },
+ {
+ "filename": "0070.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 50,
+ "h": 50
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 16,
+ "w": 35,
+ "h": 25
+ },
+ "frame": {
+ "x": 35,
+ "y": 75,
+ "w": 35,
+ "h": 25
}
}
]
@@ -267,6 +1485,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:04628da78c1edc5312a2f63421c7e3ac:e873c63c890ae42fc6938426a6ebd38d:1a4f7e535d823202c4828f963d5b4404$"
+ "smartupdate": "$TexturePacker:SmartUpdate:82d70bdbeabce2143a84fa5267e07c64:0590ef94a7ae378f20bd2cf4d382106d:1a4f7e535d823202c4828f963d5b4404$"
}
}
diff --git a/public/images/pokemon/exp/shiny/746.png b/public/images/pokemon/exp/shiny/746.png
index 4d85fde2f09..1c897dcbc49 100644
Binary files a/public/images/pokemon/exp/shiny/746.png and b/public/images/pokemon/exp/shiny/746.png differ
diff --git a/public/images/pokemon/exp/shiny/749.json b/public/images/pokemon/exp/shiny/749.json
index 3e66edcc872..d2dc11ec112 100644
--- a/public/images/pokemon/exp/shiny/749.json
+++ b/public/images/pokemon/exp/shiny/749.json
@@ -1,272 +1,1028 @@
-{
- "textures": [
- {
- "image": "749.png",
- "format": "RGBA8888",
- "size": {
- "w": 170,
- "h": 170
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 45,
- "h": 58
- },
- "frame": {
- "x": 45,
- "y": 0,
- "w": 45,
- "h": 58
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 58
- },
- "frame": {
- "x": 90,
- "y": 0,
- "w": 44,
- "h": 58
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 0,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 43,
- "h": 58
- },
- "frame": {
- "x": 43,
- "y": 58,
- "w": 43,
- "h": 58
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 86,
- "y": 58,
- "w": 42,
- "h": 58
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 45,
- "h": 58
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 58
- },
- "frame": {
- "x": 128,
- "y": 58,
- "w": 42,
- "h": 58
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3750962b7bf97de47e92eb3b3ea2046a:4f6ed853d2816fb61ade7e448ae31f37:d52e05c524384ef985e6339a08b2f938$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 128, "y": 336, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 136, "y": 283, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 219, "y": 340, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 85, "y": 289, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 343, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 174, "y": 338, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 276, "y": 233, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 228, "y": 232, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 184, "y": 285, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 324, "y": 233, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 181, "y": 228, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 128, "y": 336, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 136, "y": 283, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 219, "y": 340, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 85, "y": 289, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 343, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 174, "y": 338, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 276, "y": 233, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 228, "y": 232, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 184, "y": 285, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 324, "y": 233, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 181, "y": 228, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 128, "y": 336, "w": 46, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 17, "w": 46, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 136, "y": 283, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 219, "y": 340, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 85, "y": 289, "w": 43, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 9, "w": 43, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 343, "w": 41, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 41, "h": 60 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 174, "y": 338, "w": 45, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 45, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 276, "y": 233, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 12, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 228, "y": 232, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 184, "y": 285, "w": 48, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 18, "w": 48, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 324, "y": 233, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 181, "y": 228, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 290, "y": 69, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 46, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 239, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 46, "y": 69, "w": 51, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 51, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 235, "y": 122, "w": 50, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 50, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 186, "y": 119, "w": 49, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 49, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 47, "y": 175, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 15, "w": 47, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 136, "y": 120, "w": 46, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 13, "w": 46, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 136, "y": 178, "w": 45, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 45, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 92, "y": 231, "w": 44, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 44, "h": 58 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 322, "y": 287, "w": 44, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 44, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 231, "y": 175, "w": 46, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 14, "w": 46, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 46, "y": 231, "w": 46, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 15, "w": 46, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 277, "y": 178, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 285, "y": 124, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 134, "y": 67, "w": 52, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 52, "h": 53 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 186, "y": 67, "w": 53, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 53, "h": 52 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 223, "y": 0, "w": 50, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 14, "w": 50, "h": 57 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 66, "w": 46, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 46, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 134, "y": 0, "w": 46, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 46, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 0, "y": 0, "w": 47, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 47, "h": 66 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 314, "y": 0, "w": 40, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 0, "w": 40, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 91, "y": 0, "w": 43, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 43, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 97, "y": 120, "w": 39, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 39, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 47, "y": 0, "w": 44, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 44, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 273, "y": 0, "w": 41, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 41, "h": 69 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 180, "y": 0, "w": 43, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 43, "h": 67 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 45, "y": 287, "w": 40, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 40, "h": 63 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 279, "y": 286, "w": 43, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 43, "h": 59 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 287, "w": 45, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 45, "h": 56 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 232, "y": 286, "w": 47, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 47, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 182, "y": 174, "w": 49, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 49, "h": 54 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 324, "y": 178, "w": 47, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 16, "w": 47, "h": 55 },
+ "sourceSize": { "w": 54, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "749.png",
+ "format": "I8",
+ "size": { "w": 371, "h": 403 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/749.png b/public/images/pokemon/exp/shiny/749.png
index 29bf8edad8b..81013d98e58 100644
Binary files a/public/images/pokemon/exp/shiny/749.png and b/public/images/pokemon/exp/shiny/749.png differ
diff --git a/public/images/pokemon/exp/shiny/750.json b/public/images/pokemon/exp/shiny/750.json
index 61f838cfcab..7a9d583081a 100644
--- a/public/images/pokemon/exp/shiny/750.json
+++ b/public/images/pokemon/exp/shiny/750.json
@@ -1,272 +1,929 @@
-{
- "textures": [
- {
- "image": "750.png",
- "format": "RGBA8888",
- "size": {
- "w": 230,
- "h": 230
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 60,
- "h": 78
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 57,
- "h": 78
- },
- "frame": {
- "x": 0,
- "y": 78,
- "w": 57,
- "h": 78
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 55,
- "h": 78
- },
- "frame": {
- "x": 57,
- "y": 78,
- "w": 55,
- "h": 78
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 60,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 65,
- "h": 77
- },
- "frame": {
- "x": 125,
- "y": 0,
- "w": 65,
- "h": 77
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 64,
- "h": 76
- },
- "frame": {
- "x": 112,
- "y": 77,
- "w": 64,
- "h": 76
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 78
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 62,
- "h": 77
- },
- "frame": {
- "x": 112,
- "y": 153,
- "w": 62,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ccf7456c0825db8500c2b84b43d279c:8daa4a0d7b9d5b5d4aa2bab3306e4e87:4ad6abb5f7a40182d2391bde900ad082$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 224, "y": 158, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 463, "y": 210, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 146, "y": 158, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 383, "y": 145, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 145, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 318, "y": 78, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 84, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 401, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 485, "y": 80, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 463, "y": 145, "w": 81, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 61, "y": 227, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 195, "y": 302, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 270, "y": 346, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 194, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 262, "y": 479, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 494, "y": 474, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 334, "y": 422, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 425, "y": 413, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 425, "y": 345, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 61, "y": 292, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 224, "y": 158, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 463, "y": 210, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 146, "y": 158, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 383, "y": 145, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 145, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 318, "y": 78, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 84, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 401, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 485, "y": 80, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 463, "y": 145, "w": 81, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 61, "y": 227, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 195, "y": 302, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 270, "y": 346, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 194, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 262, "y": 479, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 494, "y": 474, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 334, "y": 422, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 425, "y": 413, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 425, "y": 345, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 61, "y": 292, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 224, "y": 158, "w": 76, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 16, "w": 76, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 463, "y": 210, "w": 77, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 77, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 146, "y": 158, "w": 78, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 78, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 383, "y": 145, "w": 80, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 80, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 145, "w": 81, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 18, "w": 81, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 318, "y": 78, "w": 83, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 18, "w": 83, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 84, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 401, "y": 80, "w": 84, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 84, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 485, "y": 80, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 19, "w": 83, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 463, "y": 145, "w": 81, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 19, "w": 81, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 61, "y": 227, "w": 77, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 19, "w": 77, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 195, "y": 302, "w": 75, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 19, "w": 75, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 270, "y": 346, "w": 72, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 18, "w": 72, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 194, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 435, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 262, "y": 479, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 494, "y": 474, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 334, "y": 422, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 425, "y": 413, "w": 69, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 69, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 425, "y": 345, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 71, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 61, "y": 292, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 73, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 383, "y": 211, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 300, "y": 213, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 374, "y": 279, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 18, "w": 75, "h": 66 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 286, "y": 281, "w": 76, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 20, "w": 76, "h": 65 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 373, "w": 76, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 76, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 496, "y": 412, "w": 75, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 22, "w": 75, "h": 62 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 329, "y": 489, "w": 70, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 20, "w": 70, "h": 64 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 502, "w": 62, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 15, "w": 62, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 134, "y": 373, "w": 60, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 7, "w": 60, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 76, "y": 359, "w": 58, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 2, "w": 58, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 211, "w": 61, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 0, "w": 61, "h": 83 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 81, "y": 145, "w": 65, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 65, "h": 82 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 466, "y": 0, "w": 69, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 69, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 395, "y": 0, "w": 71, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 71, "h": 78 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 235, "y": 81, "w": 70, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 70, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 220, "y": 226, "w": 66, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 7, "w": 66, "h": 76 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 362, "y": 345, "w": 63, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 6, "w": 63, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 294, "w": 60, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 4, "w": 60, "h": 79 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 134, "y": 293, "w": 61, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 61, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 168, "y": 77, "w": 67, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 67, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 242, "y": 0, "w": 76, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 76, "h": 81 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 82, "y": 0, "w": 80, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 80, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 0, "w": 82, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 82, "h": 80 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 162, "y": 0, "w": 80, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 80, "h": 77 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 318, "y": 0, "w": 77, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 10, "w": 77, "h": 73 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 305, "y": 144, "w": 78, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 14, "w": 78, "h": 69 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 457, "y": 277, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 15, "w": 73, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 402, "y": 480, "w": 67, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 67, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 68, "y": 449, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 68, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 195, "y": 367, "w": 69, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 69, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 264, "y": 412, "w": 70, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 17, "w": 70, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 496, "y": 345, "w": 72, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 17, "w": 72, "h": 67 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 146, "y": 225, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 16, "w": 74, "h": 68 },
+ "sourceSize": { "w": 90, "h": 85 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "750.png",
+ "format": "I8",
+ "size": { "w": 571, "h": 570 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/exp/shiny/750.png b/public/images/pokemon/exp/shiny/750.png
index e51f6eb7219..b2b3076b55f 100644
Binary files a/public/images/pokemon/exp/shiny/750.png and b/public/images/pokemon/exp/shiny/750.png differ
diff --git a/public/images/pokemon/exp/shiny/780.json b/public/images/pokemon/exp/shiny/780.json
index 83607960307..6a50a444098 100644
--- a/public/images/pokemon/exp/shiny/780.json
+++ b/public/images/pokemon/exp/shiny/780.json
@@ -1,272 +1,884 @@
-{
- "textures": [
- {
- "image": "780.png",
- "format": "RGBA8888",
- "size": {
- "w": 244,
- "h": 244
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 93,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 93,
- "y": 0,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 91,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 91,
- "h": 61
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 89,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 122,
- "w": 89,
- "h": 61
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 86,
- "h": 61
- },
- "frame": {
- "x": 0,
- "y": 183,
- "w": 86,
- "h": 61
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 0,
- "w": 83,
- "h": 61
- },
- "frame": {
- "x": 86,
- "y": 183,
- "w": 83,
- "h": 61
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 61
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 0,
- "w": 81,
- "h": 61
- },
- "frame": {
- "x": 89,
- "y": 122,
- "w": 81,
- "h": 61
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:eb778a8559fd28191282550e6f9ca027:935a960b3e7674c98fe50b4aa5c065a8:9470182902340de73b2565411cb0ab89$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 303, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 376, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 449, "y": 72, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 365, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 292, "y": 284, "w": 72, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 72, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 439, "y": 214, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 439, "y": 350, "w": 73, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 73, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 223, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 439, "y": 283, "w": 75, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 75, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 148, "y": 353, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 351, "w": 74, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 74, "h": 66 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 145, "y": 214, "w": 75, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 75, "h": 67 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 219, "y": 144, "w": 74, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 74, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 365, "y": 283, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 74, "y": 282, "w": 73, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 73, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 292, "y": 214, "w": 72, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 72, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 367, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 440, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 221, "y": 73, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 377, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 303, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 154, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 78, "y": 1, "w": 75, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 75, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 76, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 76, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 230, "y": 1, "w": 72, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 72, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 221, "y": 213, "w": 70, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 70, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 74, "y": 143, "w": 70, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 70, "h": 72 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 149, "y": 72, "w": 71, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 71, "h": 71 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 148, "y": 282, "w": 70, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 70, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 365, "y": 352, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 71, "h": 68 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 1, "y": 284, "w": 71, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 71, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 145, "y": 144, "w": 73, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 73, "h": 69 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 75, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 1, "y": 72, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 451, "y": 1, "w": 73, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 73, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 294, "y": 143, "w": 72, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 72, "h": 70 },
+ "sourceSize": { "w": 78, "h": 72 },
+ "duration": 100
+ }
+],
+"meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "780.png",
+ "format": "I8",
+ "size": { "w": 525, "h": 421 },
+ "scale": "1"
+}
}
diff --git a/public/images/pokemon/exp/shiny/780.png b/public/images/pokemon/exp/shiny/780.png
index cc6cf68a587..4487e9d629c 100644
Binary files a/public/images/pokemon/exp/shiny/780.png and b/public/images/pokemon/exp/shiny/780.png differ
diff --git a/public/images/pokemon/exp/shiny/782.json b/public/images/pokemon/exp/shiny/782.json
deleted file mode 100644
index f06c3d4755e..00000000000
--- a/public/images/pokemon/exp/shiny/782.json
+++ /dev/null
@@ -1,2351 +0,0 @@
-{
- "textures": [
- {
- "image": "782.png",
- "format": "RGBA8888",
- "size": {
- "w": 240,
- "h": 240
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 104,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 0,
- "y": 156,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 49,
- "h": 50
- },
- "frame": {
- "x": 48,
- "y": 0,
- "w": 49,
- "h": 50
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 50,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 145,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 145,
- "y": 0,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 47,
- "h": 52
- },
- "frame": {
- "x": 193,
- "y": 0,
- "w": 47,
- "h": 52
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 102,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 102,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 102,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 48,
- "y": 154,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 96,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 48,
- "h": 52
- },
- "frame": {
- "x": 144,
- "y": 52,
- "w": 48,
- "h": 52
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 52,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 48,
- "h": 51
- },
- "frame": {
- "x": 192,
- "y": 103,
- "w": 48,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 47,
- "h": 51
- },
- "frame": {
- "x": 96,
- "y": 154,
- "w": 47,
- "h": 51
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 96,
- "y": 104,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 104,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 144,
- "y": 152,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 49,
- "h": 52
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 48,
- "h": 48
- },
- "frame": {
- "x": 192,
- "y": 154,
- "w": 48,
- "h": 48
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:be0dbbdbd852ebe341842d9712f73e7d:1cd4bec3148a80480f6568f4c8920125:d07862436676aa228a148ee1f1d82a8f$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/782.png b/public/images/pokemon/exp/shiny/782.png
deleted file mode 100644
index 5998d9f9d7a..00000000000
Binary files a/public/images/pokemon/exp/shiny/782.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/783.json b/public/images/pokemon/exp/shiny/783.json
deleted file mode 100644
index 440e495598b..00000000000
--- a/public/images/pokemon/exp/shiny/783.json
+++ /dev/null
@@ -1,2204 +0,0 @@
-{
- "textures": [
- {
- "image": "783.png",
- "format": "RGBA8888",
- "size": {
- "w": 279,
- "h": 279
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 64,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 71
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 64,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 71
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 64,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 71
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 64,
- "h": 71
- },
- "frame": {
- "x": 64,
- "y": 0,
- "w": 64,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 128,
- "y": 0,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 128,
- "y": 0,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 191,
- "y": 0,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 191,
- "y": 0,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 0,
- "y": 71,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 63,
- "y": 71,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 63,
- "y": 71,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 63,
- "y": 71,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 63,
- "h": 71
- },
- "frame": {
- "x": 126,
- "y": 71,
- "w": 63,
- "h": 71
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 62,
- "h": 71
- },
- "frame": {
- "x": 189,
- "y": 71,
- "w": 62,
- "h": 71
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 62,
- "h": 71
- },
- "frame": {
- "x": 189,
- "y": 71,
- "w": 62,
- "h": 71
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 63,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 142,
- "w": 63,
- "h": 70
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 62,
- "h": 71
- },
- "frame": {
- "x": 63,
- "y": 142,
- "w": 62,
- "h": 71
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 62,
- "h": 71
- },
- "frame": {
- "x": 63,
- "y": 142,
- "w": 62,
- "h": 71
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 62,
- "h": 71
- },
- "frame": {
- "x": 63,
- "y": 142,
- "w": 62,
- "h": 71
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 58,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 212,
- "w": 58,
- "h": 67
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 62,
- "h": 69
- },
- "frame": {
- "x": 125,
- "y": 142,
- "w": 62,
- "h": 69
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 71
- },
- "frame": {
- "x": 187,
- "y": 142,
- "w": 60,
- "h": 71
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 71
- },
- "frame": {
- "x": 187,
- "y": 142,
- "w": 60,
- "h": 71
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 71
- },
- "frame": {
- "x": 187,
- "y": 142,
- "w": 60,
- "h": 71
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 60,
- "h": 71
- },
- "frame": {
- "x": 187,
- "y": 142,
- "w": 60,
- "h": 71
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 60,
- "h": 68
- },
- "frame": {
- "x": 125,
- "y": 211,
- "w": 60,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 65,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 55,
- "h": 65
- },
- "frame": {
- "x": 58,
- "y": 213,
- "w": 55,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0398d2a32d121507cf95d3e4033a4847:6e131e2820d0625f17f5819dbe95feea:aab166e28c744865a0296041224dd01b$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/783.png b/public/images/pokemon/exp/shiny/783.png
deleted file mode 100644
index 92ea294de9f..00000000000
Binary files a/public/images/pokemon/exp/shiny/783.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/784.json b/public/images/pokemon/exp/shiny/784.json
deleted file mode 100644
index 0d32fcd217e..00000000000
--- a/public/images/pokemon/exp/shiny/784.json
+++ /dev/null
@@ -1,1826 +0,0 @@
-{
- "textures": [
- {
- "image": "784.png",
- "format": "RGBA8888",
- "size": {
- "w": 461,
- "h": 461
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 0,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 176,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 176,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 176,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 176,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 96,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 88,
- "w": 96,
- "h": 88
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 94,
- "h": 88
- },
- "frame": {
- "x": 192,
- "y": 0,
- "w": 94,
- "h": 88
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 0,
- "y": 353,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 92,
- "h": 88
- },
- "frame": {
- "x": 96,
- "y": 176,
- "w": 92,
- "h": 88
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 92,
- "h": 89
- },
- "frame": {
- "x": 92,
- "y": 264,
- "w": 92,
- "h": 89
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 90,
- "h": 90
- },
- "frame": {
- "x": 92,
- "y": 353,
- "w": 90,
- "h": 90
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 192,
- "y": 88,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 286,
- "y": 0,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 286,
- "y": 0,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 286,
- "y": 0,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 286,
- "y": 0,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 86,
- "h": 87
- },
- "frame": {
- "x": 375,
- "y": 0,
- "w": 86,
- "h": 87
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 86,
- "h": 87
- },
- "frame": {
- "x": 375,
- "y": 87,
- "w": 86,
- "h": 87
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 188,
- "y": 177,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 89,
- "h": 89
- },
- "frame": {
- "x": 281,
- "y": 89,
- "w": 89,
- "h": 89
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 277,
- "y": 178,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 277,
- "y": 178,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 277,
- "y": 178,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 277,
- "y": 178,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 184,
- "y": 266,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 184,
- "y": 266,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 184,
- "y": 266,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 184,
- "y": 266,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 182,
- "y": 355,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 182,
- "y": 355,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 182,
- "y": 355,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 88,
- "h": 89
- },
- "frame": {
- "x": 182,
- "y": 355,
- "w": 88,
- "h": 89
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 87,
- "h": 89
- },
- "frame": {
- "x": 272,
- "y": 267,
- "w": 87,
- "h": 89
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 2,
- "w": 87,
- "h": 89
- },
- "frame": {
- "x": 270,
- "y": 356,
- "w": 87,
- "h": 89
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 87,
- "h": 87
- },
- "frame": {
- "x": 359,
- "y": 267,
- "w": 87,
- "h": 87
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 87,
- "h": 87
- },
- "frame": {
- "x": 365,
- "y": 178,
- "w": 87,
- "h": 87
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 87,
- "h": 87
- },
- "frame": {
- "x": 357,
- "y": 356,
- "w": 87,
- "h": 87
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 96,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 87,
- "h": 87
- },
- "frame": {
- "x": 357,
- "y": 356,
- "w": 87,
- "h": 87
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ee5ed94dce71b1b77b0e9e09ac1d01d0:89b096ba9193e9faad415ff12ec9d93c:c2f7ca3ab1075b8c824730653d891244$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/784.png b/public/images/pokemon/exp/shiny/784.png
deleted file mode 100644
index 4fe57a70dec..00000000000
Binary files a/public/images/pokemon/exp/shiny/784.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/815-gigantamax.json b/public/images/pokemon/exp/shiny/815-gigantamax.json
new file mode 100644
index 00000000000..d8fb9d62e57
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/815-gigantamax.json
@@ -0,0 +1,659 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 343, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 357, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 177, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 179, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 85, "y": 292, "w": 82, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 82, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 252, "y": 482, "w": 81, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 81, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 258, "y": 290, "w": 83, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 83, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 416, "y": 484, "w": 79, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 79, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 426, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 445, "y": 1, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 179, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 1, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 523, "y": 195, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 509, "y": 292, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 89, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 531, "y": 98, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 258, "y": 385, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 267, "y": 97, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 268, "y": 1, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 87, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 426, "y": 389, "w": 82, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 82, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 341, "y": 389, "w": 83, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 7, "w": 83, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 84, "y": 485, "w": 79, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 79, "h": 91 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 167, "y": 484, "w": 81, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 81, "h": 92 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 1, "y": 195, "w": 86, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 86, "h": 93 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 265, "y": 194, "w": 86, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 86, "h": 94 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 353, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 510, "y": 389, "w": 80, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 80, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 169, "y": 387, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 355, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 443, "y": 98, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 86, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 90, "y": 1, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 87, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 174, "y": 290, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 82, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 84, "y": 388, "w": 81, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 81, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 438, "y": 195, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 83, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 335, "y": 483, "w": 79, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 79, "h": 95 },
+ "sourceSize": { "w": 100, "h": 100 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "815-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 611, "h": 579 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/815-gigantamax.png b/public/images/pokemon/exp/shiny/815-gigantamax.png
new file mode 100644
index 00000000000..a299119e06f
Binary files /dev/null and b/public/images/pokemon/exp/shiny/815-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/839-gigantamax.json b/public/images/pokemon/exp/shiny/839-gigantamax.json
new file mode 100644
index 00000000000..15a7c122f5d
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/839-gigantamax.json
@@ -0,0 +1,821 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 441, "y": 566, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 609, "y": 567, "w": 83, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 83, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 255, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 171, "y": 563, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 569, "w": 83, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 83, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 339, "y": 569, "w": 82, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 82, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 464, "y": 375, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 580, "y": 190, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 95, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 198, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 491, "y": 0, "w": 96, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 96, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 297, "y": 0, "w": 98, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 98, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 0, "y": 0, "w": 100, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 100, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 198, "y": 0, "w": 99, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 99, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 100, "y": 0, "w": 98, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 98, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 395, "y": 0, "w": 96, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 96, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 189, "y": 190, "w": 92, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 92, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 89, "y": 379, "w": 88, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 88, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 525, "y": 567, "w": 84, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 84, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 454, "y": 470, "w": 86, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 86, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 379, "w": 89, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 1, "w": 89, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 573, "y": 285, "w": 91, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 91, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 93, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 390, "y": 96, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 585, "y": 96, "w": 94, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 2, "w": 94, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 293, "y": 95, "w": 97, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 97, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 484, "y": 190, "w": 96, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 4, "w": 96, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 92, "y": 286, "w": 92, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 92, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 177, "y": 471, "w": 89, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 89, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 177, "y": 379, "w": 91, "h": 92 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 91, "h": 92 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 184, "y": 286, "w": 91, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 91, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 480, "y": 282, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 281, "y": 281, "w": 93, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 93, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 293, "y": 188, "w": 95, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 95, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 587, "y": 0, "w": 95, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 95, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 95, "w": 95, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 95, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 491, "y": 95, "w": 94, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 94, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 0, "y": 190, "w": 93, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 93, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 388, "y": 191, "w": 92, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 92, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 0, "y": 285, "w": 92, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 92, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 275, "y": 374, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 374, "y": 286, "w": 90, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 90, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 365, "y": 380, "w": 89, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 89, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 553, "y": 380, "w": 89, "h": 93 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 89, "h": 93 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 540, "y": 473, "w": 87, "h": 94 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 87, "h": 94 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 268, "y": 468, "w": 87, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 87, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 355, "y": 474, "w": 86, "h": 95 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 1, "w": 86, "h": 95 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 86, "y": 475, "w": 85, "h": 96 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 85, "h": 96 },
+ "sourceSize": { "w": 111, "h": 96 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "839-gigantamax.png",
+ "format": "I8",
+ "size": { "w": 692, "h": 664 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/839-gigantamax.png b/public/images/pokemon/exp/shiny/839-gigantamax.png
new file mode 100644
index 00000000000..f52de9357b1
Binary files /dev/null and b/public/images/pokemon/exp/shiny/839-gigantamax.png differ
diff --git a/public/images/pokemon/exp/shiny/935.png b/public/images/pokemon/exp/shiny/935.png
deleted file mode 100644
index ce821b4f870..00000000000
Binary files a/public/images/pokemon/exp/shiny/935.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/936.json b/public/images/pokemon/exp/shiny/936.json
deleted file mode 100644
index 550894878b6..00000000000
--- a/public/images/pokemon/exp/shiny/936.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "936.png",
- "format": "RGBA8888",
- "size": {
- "w": 323,
- "h": 323
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 198,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 228,
- "y": 0,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 98,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 194,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 264,
- "y": 99,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 253,
- "y": 198,
- "w": 59,
- "h": 98
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:244cdd3e42481041b59c3b67b0c2744d:204f377b772d27af90e7fcb35c29932a:1a0490303f9626f92e787c567cd10feb$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/936.png b/public/images/pokemon/exp/shiny/936.png
deleted file mode 100644
index 97856ebb8cc..00000000000
Binary files a/public/images/pokemon/exp/shiny/936.png and /dev/null differ
diff --git a/public/images/pokemon/exp/shiny/937.json b/public/images/pokemon/exp/shiny/937.json
deleted file mode 100644
index be7f920f7cd..00000000000
--- a/public/images/pokemon/exp/shiny/937.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "textures": [
- {
- "image": "937.png",
- "format": "RGBA8888",
- "size": {
- "w": 247,
- "h": 247
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 83,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 98
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 99
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 81,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 83,
- "h": 99
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 83,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 86,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 86,
- "y": 99,
- "w": 86,
- "h": 99
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:d042040d151bc1a4b99bc43297e01fa6:d31a38624e1e937eaab1670f078bcfd7:1d4b4f8d62307c37457ba974879b47d0$"
- }
-}
diff --git a/public/images/pokemon/exp/shiny/937.png b/public/images/pokemon/exp/shiny/937.png
deleted file mode 100644
index fbf34a76cc2..00000000000
Binary files a/public/images/pokemon/exp/shiny/937.png and /dev/null differ
diff --git a/public/images/pokemon/exp/back/shiny/707.json b/public/images/pokemon/exp/shiny/female/6215.json
similarity index 62%
rename from public/images/pokemon/exp/back/shiny/707.json
rename to public/images/pokemon/exp/shiny/female/6215.json
index 384c57d4102..8c8b4e0cf73 100644
--- a/public/images/pokemon/exp/back/shiny/707.json
+++ b/public/images/pokemon/exp/shiny/female/6215.json
@@ -1,2007 +1,33 @@
{
"textures": [
{
- "image": "707.png",
+ "image": "6215.png",
"format": "RGBA8888",
"size": {
- "w": 286,
- "h": 286
+ "w": 230,
+ "h": 230
},
"scale": 1,
"frames": [
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 72,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 1,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 144,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 0,
- "y": 216,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 38,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 0,
- "w": 38,
- "h": 72
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 0,
- "w": 37,
- "h": 72
- },
- "frame": {
- "x": 38,
- "y": 72,
- "w": 37,
- "h": 72
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 39,
- "h": 71
- },
- "frame": {
- "x": 38,
- "y": 144,
- "w": 39,
- "h": 71
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 42,
- "y": 215,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 75,
- "y": 72,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 3,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 77,
- "y": 143,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 80,
- "y": 214,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 38,
- "h": 71
- },
- "frame": {
- "x": 113,
- "y": 71,
- "w": 38,
- "h": 71
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 114,
- "y": 0,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 42,
- "h": 70
- },
- "frame": {
- "x": 115,
- "y": 142,
- "w": 42,
- "h": 70
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 41,
- "h": 70
- },
- "frame": {
- "x": 151,
- "y": 70,
- "w": 41,
- "h": 70
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 40,
- "h": 70
- },
- "frame": {
- "x": 156,
- "y": 0,
- "w": 40,
- "h": 70
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 10,
- "y": 0,
- "w": 38,
- "h": 70
- },
- "frame": {
- "x": 118,
- "y": 212,
- "w": 38,
- "h": 70
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 156,
- "y": 212,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 3,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 157,
- "y": 140,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 192,
- "y": 70,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 196,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 239,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 69,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 235,
- "y": 138,
- "w": 42,
- "h": 69
- }
- },
{
"filename": "0007.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
+ "x": 0,
"y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 48,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 41,
- "h": 69
- },
- "frame": {
- "x": 200,
- "y": 207,
- "w": 41,
- "h": 69
+ "w": 55,
+ "h": 50
}
},
{
@@ -2009,20 +35,1175 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0032.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0043.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0044.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0055.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0056.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0067.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0068.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0079.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0080.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 1,
+ "w": 55,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 50,
+ "w": 55,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0047.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0051.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0052.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0071.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0072.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0075.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0076.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ },
+ "frame": {
+ "x": 55,
+ "y": 0,
+ "w": 52,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0045.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0069.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0070.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0077.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0078.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 100,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0057.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0058.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0065.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0066.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 107,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2030,20 +1211,125 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
+ },
+ "frame": {
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
}
},
{
@@ -2051,20 +1337,734 @@
"rotated": false,
"trimmed": true,
"sourceSize": {
- "w": 48,
- "h": 74
+ "w": 56,
+ "h": 54
},
"spriteSourceSize": {
- "x": 8,
- "y": 0,
- "w": 40,
- "h": 69
+ "x": 2,
+ "y": 2,
+ "w": 54,
+ "h": 49
},
"frame": {
- "x": 241,
- "y": 207,
- "w": 40,
- "h": 69
+ "x": 161,
+ "y": 0,
+ "w": 54,
+ "h": 49
+ }
+ },
+ {
+ "filename": "0053.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0054.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 0,
+ "y": 150,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0081.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0082.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 1,
+ "w": 53,
+ "h": 50
+ },
+ "frame": {
+ "x": 55,
+ "y": 51,
+ "w": 53,
+ "h": 50
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0061.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0062.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 3,
+ "w": 54,
+ "h": 48
+ },
+ "frame": {
+ "x": 53,
+ "y": 101,
+ "w": 54,
+ "h": 48
+ }
+ },
+ {
+ "filename": "0001.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0049.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0050.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0073.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0074.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 50,
+ "h": 51
+ },
+ "frame": {
+ "x": 53,
+ "y": 149,
+ "w": 50,
+ "h": 51
+ }
+ },
+ {
+ "filename": "0083.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0084.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 108,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0097.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0098.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 4,
+ "w": 47,
+ "h": 47
+ },
+ "frame": {
+ "x": 155,
+ "y": 49,
+ "w": 47,
+ "h": 47
+ }
+ },
+ {
+ "filename": "0087.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0088.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 7,
+ "w": 47,
+ "h": 44
+ },
+ "frame": {
+ "x": 108,
+ "y": 96,
+ "w": 47,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0085.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0086.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 5,
+ "w": 45,
+ "h": 46
+ },
+ "frame": {
+ "x": 155,
+ "y": 96,
+ "w": 45,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0089.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0090.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 8,
+ "w": 45,
+ "h": 44
+ },
+ "frame": {
+ "x": 107,
+ "y": 140,
+ "w": 45,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0091.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0092.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 39,
+ "h": 46
+ },
+ "frame": {
+ "x": 103,
+ "y": 184,
+ "w": 39,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0093.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0094.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 8,
+ "w": 38,
+ "h": 46
+ },
+ "frame": {
+ "x": 142,
+ "y": 184,
+ "w": 38,
+ "h": 46
+ }
+ },
+ {
+ "filename": "0095.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
+ }
+ },
+ {
+ "filename": "0096.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 56,
+ "h": 54
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 8,
+ "w": 41,
+ "h": 44
+ },
+ "frame": {
+ "x": 180,
+ "y": 142,
+ "w": 41,
+ "h": 44
}
}
]
@@ -2073,6 +2073,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:cdbd19c7dad9a1ff1df2740c2ec77705:390b1dd326d02ff6f47617dbaa2be2bb:8e96b9056ea81e44ced99c97f472a528$"
+ "smartupdate": "$TexturePacker:SmartUpdate:edaed3da1123a782356b1ac83d1afd7c:cb0e0681f4dbf68283437f5581a20bb3:736cd88647e79ba7896fc74f9406c2fe$"
}
}
diff --git a/public/images/pokemon/exp/shiny/female/6215.png b/public/images/pokemon/exp/shiny/female/6215.png
new file mode 100644
index 00000000000..4e7ea06c60a
Binary files /dev/null and b/public/images/pokemon/exp/shiny/female/6215.png differ
diff --git a/public/images/pokemon/exp/shiny/female/668.json b/public/images/pokemon/exp/shiny/female/668.json
new file mode 100644
index 00000000000..443f13c0b54
--- /dev/null
+++ b/public/images/pokemon/exp/shiny/female/668.json
@@ -0,0 +1,820 @@
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 291, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 453, "y": 289, "w": 62, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 62, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 441, "y": 360, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 309, "y": 359, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 380, "y": 358, "w": 61, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 8, "w": 61, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 317, "y": 289, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 390, "y": 288, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 63, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 254, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 63, "y": 220, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 399, "y": 216, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 64, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 138, "y": 74, "w": 63, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 63, "h": 78 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 201, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 264, "y": 147, "w": 63, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 63, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 219, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 147, "w": 64, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 64, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 127, "y": 152, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 64, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 465, "y": 146, "w": 65, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 65, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 399, "y": 146, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 66, "h": 70 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 334, "y": 74, "w": 66, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 66, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 191, "y": 220, "w": 63, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 63, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 126, "y": 223, "w": 62, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 62, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 462, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 188, "y": 291, "w": 61, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 61, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 249, "y": 291, "w": 60, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 60, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 62, "y": 292, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 122, "y": 295, "w": 60, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 60, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 182, "y": 363, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 60, "y": 364, "w": 59, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 59, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 0, "y": 362, "w": 60, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 60, "h": 71 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 327, "y": 217, "w": 63, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 63, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 268, "y": 74, "w": 66, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 376, "y": 0, "w": 73, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 227, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 76, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 0, "y": 0, "w": 76, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 76, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 152, "y": 0, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 302, "y": 0, "w": 74, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 74, "h": 74 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 449, "y": 0, "w": 72, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 72, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 449, "y": 73, "w": 71, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 71, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 69, "y": 74, "w": 69, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 69, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 201, "y": 74, "w": 67, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 67, "h": 73 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 334, "y": 145, "w": 65, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 65, "h": 72 },
+ "sourceSize": { "w": 80, "h": 78 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "format": "I8",
+ "size": { "w": 530, "h": 436 },
+ "scale": "1"
+ }
+}
diff --git a/public/images/pokemon/exp/shiny/female/668.png b/public/images/pokemon/exp/shiny/female/668.png
new file mode 100644
index 00000000000..ad84dc50460
Binary files /dev/null and b/public/images/pokemon/exp/shiny/female/668.png differ
diff --git a/public/images/pokemon/female/207.png b/public/images/pokemon/female/207.png
index 071b72f9f07..48662a1a516 100644
Binary files a/public/images/pokemon/female/207.png and b/public/images/pokemon/female/207.png differ
diff --git a/public/images/pokemon/female/332.png b/public/images/pokemon/female/332.png
index 5a199f994eb..2100e4b9a10 100644
Binary files a/public/images/pokemon/female/332.png and b/public/images/pokemon/female/332.png differ
diff --git a/public/images/pokemon/female/396.png b/public/images/pokemon/female/396.png
index 0adaac1fe42..ee7debc27a9 100644
Binary files a/public/images/pokemon/female/396.png and b/public/images/pokemon/female/396.png differ
diff --git a/public/images/pokemon/female/397.png b/public/images/pokemon/female/397.png
index ecf63a03748..109a12dad7c 100644
Binary files a/public/images/pokemon/female/397.png and b/public/images/pokemon/female/397.png differ
diff --git a/public/images/pokemon/female/398.png b/public/images/pokemon/female/398.png
index cd3c1a54df4..d0af82f4f3b 100644
Binary files a/public/images/pokemon/female/398.png and b/public/images/pokemon/female/398.png differ
diff --git a/public/images/pokemon/female/404.png b/public/images/pokemon/female/404.png
index 67e68318f38..d05821148d4 100644
Binary files a/public/images/pokemon/female/404.png and b/public/images/pokemon/female/404.png differ
diff --git a/public/images/pokemon/female/417.png b/public/images/pokemon/female/417.png
index be3a2736e18..5b12e357477 100644
Binary files a/public/images/pokemon/female/417.png and b/public/images/pokemon/female/417.png differ
diff --git a/public/images/pokemon/icons/7/746-school.png b/public/images/pokemon/icons/7/746-school.png
index 837c67d9f63..d421210c2cf 100644
Binary files a/public/images/pokemon/icons/7/746-school.png and b/public/images/pokemon/icons/7/746-school.png differ
diff --git a/public/images/pokemon/icons/7/746.png b/public/images/pokemon/icons/7/746.png
index 5286054780e..3912ab26688 100644
Binary files a/public/images/pokemon/icons/7/746.png and b/public/images/pokemon/icons/7/746.png differ
diff --git a/public/images/pokemon/icons/7/802-zenith.png b/public/images/pokemon/icons/7/802-zenith.png
new file mode 100644
index 00000000000..7e0fee2d609
Binary files /dev/null and b/public/images/pokemon/icons/7/802-zenith.png differ
diff --git a/public/images/pokemon/icons/7/802s-zenith.png b/public/images/pokemon/icons/7/802s-zenith.png
new file mode 100644
index 00000000000..7e0fee2d609
Binary files /dev/null and b/public/images/pokemon/icons/7/802s-zenith.png differ
diff --git a/public/images/pokemon/icons/variant/1/143-gigantamax_2.png b/public/images/pokemon/icons/variant/1/143-gigantamax_2.png
new file mode 100644
index 00000000000..036fe6d230d
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/143-gigantamax_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/143-gigantamax_3.png b/public/images/pokemon/icons/variant/1/143-gigantamax_3.png
new file mode 100644
index 00000000000..5a4fe34da7c
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/143-gigantamax_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/143_2.png b/public/images/pokemon/icons/variant/1/143_2.png
new file mode 100644
index 00000000000..a757c202eb6
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/143_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/143_3.png b/public/images/pokemon/icons/variant/1/143_3.png
new file mode 100644
index 00000000000..0f6da40ca0d
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/143_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/32_2.png b/public/images/pokemon/icons/variant/1/32_2.png
new file mode 100644
index 00000000000..83c7716c509
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/32_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/32_3.png b/public/images/pokemon/icons/variant/1/32_3.png
new file mode 100644
index 00000000000..9bba8f3d9b9
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/32_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/33_2.png b/public/images/pokemon/icons/variant/1/33_2.png
new file mode 100644
index 00000000000..151c2091077
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/33_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/33_3.png b/public/images/pokemon/icons/variant/1/33_3.png
new file mode 100644
index 00000000000..84a8487116b
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/33_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/34_2.png b/public/images/pokemon/icons/variant/1/34_2.png
new file mode 100644
index 00000000000..2d0477f7ff9
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/34_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/34_3.png b/public/images/pokemon/icons/variant/1/34_3.png
new file mode 100644
index 00000000000..8e844c38605
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/34_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/88_2.png b/public/images/pokemon/icons/variant/1/88_2.png
new file mode 100644
index 00000000000..164f98f7d80
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/88_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/88_3.png b/public/images/pokemon/icons/variant/1/88_3.png
new file mode 100644
index 00000000000..6e90ad56d2a
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/88_3.png differ
diff --git a/public/images/pokemon/icons/variant/1/89_2.png b/public/images/pokemon/icons/variant/1/89_2.png
new file mode 100644
index 00000000000..533ebe86c9e
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/89_2.png differ
diff --git a/public/images/pokemon/icons/variant/1/89_3.png b/public/images/pokemon/icons/variant/1/89_3.png
new file mode 100644
index 00000000000..8caf93912d4
Binary files /dev/null and b/public/images/pokemon/icons/variant/1/89_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/187_2.png b/public/images/pokemon/icons/variant/2/187_2.png
new file mode 100644
index 00000000000..c7da6a46115
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/187_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/187_3.png b/public/images/pokemon/icons/variant/2/187_3.png
new file mode 100644
index 00000000000..6f118aed4f4
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/187_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/188_2.png b/public/images/pokemon/icons/variant/2/188_2.png
new file mode 100644
index 00000000000..cbb7b690ff0
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/188_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/188_3.png b/public/images/pokemon/icons/variant/2/188_3.png
new file mode 100644
index 00000000000..2c4e64cc608
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/188_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/189_2.png b/public/images/pokemon/icons/variant/2/189_2.png
new file mode 100644
index 00000000000..ca5e127816a
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/189_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/189_3.png b/public/images/pokemon/icons/variant/2/189_3.png
new file mode 100644
index 00000000000..dfee57baf86
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/189_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/204_2.png b/public/images/pokemon/icons/variant/2/204_2.png
new file mode 100644
index 00000000000..e36cf0af684
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/204_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/204_3.png b/public/images/pokemon/icons/variant/2/204_3.png
new file mode 100644
index 00000000000..5b5c4a70769
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/204_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/205_2.png b/public/images/pokemon/icons/variant/2/205_2.png
new file mode 100644
index 00000000000..5bf3cb2c83e
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/205_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/205_3.png b/public/images/pokemon/icons/variant/2/205_3.png
new file mode 100644
index 00000000000..6e8d2e3dc7d
Binary files /dev/null and b/public/images/pokemon/icons/variant/2/205_3.png differ
diff --git a/public/images/pokemon/icons/variant/2/207_2.png b/public/images/pokemon/icons/variant/2/207_2.png
index 206f38f6a0a..c24b731925e 100644
Binary files a/public/images/pokemon/icons/variant/2/207_2.png and b/public/images/pokemon/icons/variant/2/207_2.png differ
diff --git a/public/images/pokemon/icons/variant/2/207_3.png b/public/images/pokemon/icons/variant/2/207_3.png
index 7a0018836dd..1a5c00992ce 100644
Binary files a/public/images/pokemon/icons/variant/2/207_3.png and b/public/images/pokemon/icons/variant/2/207_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/299_2.png b/public/images/pokemon/icons/variant/3/299_2.png
new file mode 100644
index 00000000000..fa674c3afda
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/299_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/299_3.png b/public/images/pokemon/icons/variant/3/299_3.png
new file mode 100644
index 00000000000..68d8a893316
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/299_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/313_2.png b/public/images/pokemon/icons/variant/3/313_2.png
new file mode 100644
index 00000000000..501bb3f859b
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/313_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/313_3.png b/public/images/pokemon/icons/variant/3/313_3.png
new file mode 100644
index 00000000000..89c81375da8
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/313_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/314_2.png b/public/images/pokemon/icons/variant/3/314_2.png
new file mode 100644
index 00000000000..0242553f41a
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/314_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/314_3.png b/public/images/pokemon/icons/variant/3/314_3.png
new file mode 100644
index 00000000000..716ffccd3f2
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/314_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/325_2.png b/public/images/pokemon/icons/variant/3/325_2.png
new file mode 100644
index 00000000000..0792a8aa840
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/325_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/325_3.png b/public/images/pokemon/icons/variant/3/325_3.png
new file mode 100644
index 00000000000..dfd13bd75be
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/325_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/326_2.png b/public/images/pokemon/icons/variant/3/326_2.png
new file mode 100644
index 00000000000..b23be901c9a
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/326_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/326_3.png b/public/images/pokemon/icons/variant/3/326_3.png
new file mode 100644
index 00000000000..6c4025d0842
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/326_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/331_2.png b/public/images/pokemon/icons/variant/3/331_2.png
new file mode 100644
index 00000000000..19b80296a1e
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/331_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/331_3.png b/public/images/pokemon/icons/variant/3/331_3.png
new file mode 100644
index 00000000000..01b93a1d086
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/331_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/332_2.png b/public/images/pokemon/icons/variant/3/332_2.png
new file mode 100644
index 00000000000..ff9077cec0a
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/332_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/332_3.png b/public/images/pokemon/icons/variant/3/332_3.png
new file mode 100644
index 00000000000..c1c6cee7947
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/332_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/345_2.png b/public/images/pokemon/icons/variant/3/345_2.png
new file mode 100644
index 00000000000..015696265f9
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/345_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/345_3.png b/public/images/pokemon/icons/variant/3/345_3.png
new file mode 100644
index 00000000000..41ba6766c21
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/345_3.png differ
diff --git a/public/images/pokemon/icons/variant/3/346_2.png b/public/images/pokemon/icons/variant/3/346_2.png
new file mode 100644
index 00000000000..71e233c31cc
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/346_2.png differ
diff --git a/public/images/pokemon/icons/variant/3/346_3.png b/public/images/pokemon/icons/variant/3/346_3.png
new file mode 100644
index 00000000000..14514bb6183
Binary files /dev/null and b/public/images/pokemon/icons/variant/3/346_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/396_2.png b/public/images/pokemon/icons/variant/4/396_2.png
new file mode 100644
index 00000000000..d7d23b494ab
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/396_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/396_3.png b/public/images/pokemon/icons/variant/4/396_3.png
new file mode 100644
index 00000000000..6725912b199
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/396_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/397_2.png b/public/images/pokemon/icons/variant/4/397_2.png
new file mode 100644
index 00000000000..f6982eeece4
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/397_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/397_3.png b/public/images/pokemon/icons/variant/4/397_3.png
new file mode 100644
index 00000000000..83c2755599a
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/397_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/398_2.png b/public/images/pokemon/icons/variant/4/398_2.png
new file mode 100644
index 00000000000..bbe04248c7b
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/398_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/398_3.png b/public/images/pokemon/icons/variant/4/398_3.png
new file mode 100644
index 00000000000..a1d47a95b1a
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/398_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/403_2.png b/public/images/pokemon/icons/variant/4/403_2.png
new file mode 100644
index 00000000000..410d3126e54
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/403_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/403_3.png b/public/images/pokemon/icons/variant/4/403_3.png
new file mode 100644
index 00000000000..0064c7d7d3f
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/403_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/404_2.png b/public/images/pokemon/icons/variant/4/404_2.png
new file mode 100644
index 00000000000..9bd7a6ed7bf
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/404_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/404_3.png b/public/images/pokemon/icons/variant/4/404_3.png
new file mode 100644
index 00000000000..5ec14183070
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/404_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/405_2.png b/public/images/pokemon/icons/variant/4/405_2.png
new file mode 100644
index 00000000000..28515b8350b
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/405_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/405_3.png b/public/images/pokemon/icons/variant/4/405_3.png
new file mode 100644
index 00000000000..82f0270bd5b
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/405_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/417_2.png b/public/images/pokemon/icons/variant/4/417_2.png
new file mode 100644
index 00000000000..e1bd9e52bb0
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/417_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/417_3.png b/public/images/pokemon/icons/variant/4/417_3.png
new file mode 100644
index 00000000000..4f9d1936f78
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/417_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/420_2.png b/public/images/pokemon/icons/variant/4/420_2.png
new file mode 100644
index 00000000000..194ae1213e3
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/420_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/420_3.png b/public/images/pokemon/icons/variant/4/420_3.png
new file mode 100644
index 00000000000..71116e40243
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/420_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/421-overcast_2.png b/public/images/pokemon/icons/variant/4/421-overcast_2.png
new file mode 100644
index 00000000000..0a8260baf49
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/421-overcast_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/421-overcast_3.png b/public/images/pokemon/icons/variant/4/421-overcast_3.png
new file mode 100644
index 00000000000..91fb8ef3d5f
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/421-overcast_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/421-sunshine_2.png b/public/images/pokemon/icons/variant/4/421-sunshine_2.png
new file mode 100644
index 00000000000..4872654e4be
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/421-sunshine_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/421-sunshine_3.png b/public/images/pokemon/icons/variant/4/421-sunshine_3.png
new file mode 100644
index 00000000000..d615119bdf2
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/421-sunshine_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/446_2.png b/public/images/pokemon/icons/variant/4/446_2.png
new file mode 100644
index 00000000000..900f3a5996b
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/446_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/446_3.png b/public/images/pokemon/icons/variant/4/446_3.png
new file mode 100644
index 00000000000..04c40204baf
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/446_3.png differ
diff --git a/public/images/pokemon/icons/variant/4/476_2.png b/public/images/pokemon/icons/variant/4/476_2.png
new file mode 100644
index 00000000000..9b36a6f127e
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/476_2.png differ
diff --git a/public/images/pokemon/icons/variant/4/476_3.png b/public/images/pokemon/icons/variant/4/476_3.png
new file mode 100644
index 00000000000..39cb2a72088
Binary files /dev/null and b/public/images/pokemon/icons/variant/4/476_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/498_2.png b/public/images/pokemon/icons/variant/5/498_2.png
new file mode 100644
index 00000000000..568e7ff7670
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/498_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/498_3.png b/public/images/pokemon/icons/variant/5/498_3.png
new file mode 100644
index 00000000000..d592f83c9be
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/498_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/499_2.png b/public/images/pokemon/icons/variant/5/499_2.png
new file mode 100644
index 00000000000..992d5edb00a
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/499_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/499_3.png b/public/images/pokemon/icons/variant/5/499_3.png
new file mode 100644
index 00000000000..151185e4556
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/499_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/500_2.png b/public/images/pokemon/icons/variant/5/500_2.png
new file mode 100644
index 00000000000..e8b8e88c46e
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/500_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/500_3.png b/public/images/pokemon/icons/variant/5/500_3.png
new file mode 100644
index 00000000000..ad82f3d6ced
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/500_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/511_2.png b/public/images/pokemon/icons/variant/5/511_2.png
new file mode 100644
index 00000000000..eea1484725e
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/511_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/511_3.png b/public/images/pokemon/icons/variant/5/511_3.png
new file mode 100644
index 00000000000..fc434170eb2
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/511_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/512_2.png b/public/images/pokemon/icons/variant/5/512_2.png
new file mode 100644
index 00000000000..b9e0a45c06c
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/512_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/512_3.png b/public/images/pokemon/icons/variant/5/512_3.png
new file mode 100644
index 00000000000..1a53cc12d26
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/512_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/513_2.png b/public/images/pokemon/icons/variant/5/513_2.png
new file mode 100644
index 00000000000..305903f3162
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/513_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/513_3.png b/public/images/pokemon/icons/variant/5/513_3.png
new file mode 100644
index 00000000000..6c4592a0f54
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/513_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/514_2.png b/public/images/pokemon/icons/variant/5/514_2.png
new file mode 100644
index 00000000000..5e39da4c7f7
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/514_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/514_3.png b/public/images/pokemon/icons/variant/5/514_3.png
new file mode 100644
index 00000000000..ea6224485ce
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/514_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/515_2.png b/public/images/pokemon/icons/variant/5/515_2.png
new file mode 100644
index 00000000000..3d8af4a569f
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/515_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/515_3.png b/public/images/pokemon/icons/variant/5/515_3.png
new file mode 100644
index 00000000000..bfd1a9e0011
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/515_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/516_2.png b/public/images/pokemon/icons/variant/5/516_2.png
new file mode 100644
index 00000000000..23257ea2c6f
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/516_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/516_3.png b/public/images/pokemon/icons/variant/5/516_3.png
new file mode 100644
index 00000000000..78cb41df064
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/516_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/522_2.png b/public/images/pokemon/icons/variant/5/522_2.png
new file mode 100644
index 00000000000..111054ca1ab
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/522_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/522_3.png b/public/images/pokemon/icons/variant/5/522_3.png
new file mode 100644
index 00000000000..03476f89139
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/522_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/523_2.png b/public/images/pokemon/icons/variant/5/523_2.png
new file mode 100644
index 00000000000..238e8d64594
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/523_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/523_3.png b/public/images/pokemon/icons/variant/5/523_3.png
new file mode 100644
index 00000000000..e2b12513061
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/523_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/535_2.png b/public/images/pokemon/icons/variant/5/535_2.png
new file mode 100644
index 00000000000..6f2f8a77136
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/535_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/535_3.png b/public/images/pokemon/icons/variant/5/535_3.png
new file mode 100644
index 00000000000..b97481faa8f
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/535_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/536_2.png b/public/images/pokemon/icons/variant/5/536_2.png
new file mode 100644
index 00000000000..36a4a17dd2b
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/536_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/536_3.png b/public/images/pokemon/icons/variant/5/536_3.png
new file mode 100644
index 00000000000..282864d38e9
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/536_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/537_2.png b/public/images/pokemon/icons/variant/5/537_2.png
new file mode 100644
index 00000000000..599752ff7f1
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/537_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/537_3.png b/public/images/pokemon/icons/variant/5/537_3.png
new file mode 100644
index 00000000000..229dd83c8ce
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/537_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/554_2.png b/public/images/pokemon/icons/variant/5/554_2.png
new file mode 100644
index 00000000000..8f5df20db65
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/554_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/554_3.png b/public/images/pokemon/icons/variant/5/554_3.png
new file mode 100644
index 00000000000..6827ee2b478
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/554_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/555-zen_2.png b/public/images/pokemon/icons/variant/5/555-zen_2.png
new file mode 100644
index 00000000000..ae18a833759
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/555-zen_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/555-zen_3.png b/public/images/pokemon/icons/variant/5/555-zen_3.png
new file mode 100644
index 00000000000..692e39985a6
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/555-zen_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/555_2.png b/public/images/pokemon/icons/variant/5/555_2.png
new file mode 100644
index 00000000000..f408122171a
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/555_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/555_3.png b/public/images/pokemon/icons/variant/5/555_3.png
new file mode 100644
index 00000000000..2994d3da2cf
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/555_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/566_2.png b/public/images/pokemon/icons/variant/5/566_2.png
new file mode 100644
index 00000000000..927757ac240
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/566_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/566_3.png b/public/images/pokemon/icons/variant/5/566_3.png
new file mode 100644
index 00000000000..450fd247d8b
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/566_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/567_2.png b/public/images/pokemon/icons/variant/5/567_2.png
new file mode 100644
index 00000000000..1050d13123d
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/567_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/567_3.png b/public/images/pokemon/icons/variant/5/567_3.png
new file mode 100644
index 00000000000..c87f3841410
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/567_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/572_2.png b/public/images/pokemon/icons/variant/5/572_2.png
index b6230a17cbc..1da1f6b953a 100644
Binary files a/public/images/pokemon/icons/variant/5/572_2.png and b/public/images/pokemon/icons/variant/5/572_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/572_3.png b/public/images/pokemon/icons/variant/5/572_3.png
index c0848deade2..868b7c38585 100644
Binary files a/public/images/pokemon/icons/variant/5/572_3.png and b/public/images/pokemon/icons/variant/5/572_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/573_2.png b/public/images/pokemon/icons/variant/5/573_2.png
new file mode 100644
index 00000000000..effd7070f7d
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/573_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/573_3.png b/public/images/pokemon/icons/variant/5/573_3.png
new file mode 100644
index 00000000000..019cf83795d
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/573_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/626_2.png b/public/images/pokemon/icons/variant/5/626_2.png
new file mode 100644
index 00000000000..21930c7606e
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/626_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/626_3.png b/public/images/pokemon/icons/variant/5/626_3.png
new file mode 100644
index 00000000000..2183e1426e8
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/626_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/641-incarnate_1.png b/public/images/pokemon/icons/variant/5/641-incarnate_1.png
deleted file mode 100644
index ddd0ca15c0c..00000000000
Binary files a/public/images/pokemon/icons/variant/5/641-incarnate_1.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/5/641-therian_1.png b/public/images/pokemon/icons/variant/5/641-therian_1.png
deleted file mode 100644
index 8f6f01fd0d7..00000000000
Binary files a/public/images/pokemon/icons/variant/5/641-therian_1.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/5/642-incarnate_1.png b/public/images/pokemon/icons/variant/5/642-incarnate_1.png
deleted file mode 100644
index 55507be70b9..00000000000
Binary files a/public/images/pokemon/icons/variant/5/642-incarnate_1.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/5/642-therian_1.png b/public/images/pokemon/icons/variant/5/642-therian_1.png
deleted file mode 100644
index bea360abb95..00000000000
Binary files a/public/images/pokemon/icons/variant/5/642-therian_1.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/5/643_2.png b/public/images/pokemon/icons/variant/5/643_2.png
new file mode 100644
index 00000000000..24b7ce28a36
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/643_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/643_3.png b/public/images/pokemon/icons/variant/5/643_3.png
new file mode 100644
index 00000000000..5c124dbb8f6
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/643_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/644_2.png b/public/images/pokemon/icons/variant/5/644_2.png
new file mode 100644
index 00000000000..13ba216e9ce
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/644_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/644_3.png b/public/images/pokemon/icons/variant/5/644_3.png
new file mode 100644
index 00000000000..a071965f32d
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/644_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/645-incarnate_1.png b/public/images/pokemon/icons/variant/5/645-incarnate_1.png
deleted file mode 100644
index 416fa9ca1db..00000000000
Binary files a/public/images/pokemon/icons/variant/5/645-incarnate_1.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/5/645-therian_1.png b/public/images/pokemon/icons/variant/5/645-therian_1.png
deleted file mode 100644
index c03d4233e29..00000000000
Binary files a/public/images/pokemon/icons/variant/5/645-therian_1.png and /dev/null differ
diff --git a/public/images/pokemon/icons/variant/5/646-black_2.png b/public/images/pokemon/icons/variant/5/646-black_2.png
new file mode 100644
index 00000000000..825a8bd36c0
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/646-black_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/646-black_3.png b/public/images/pokemon/icons/variant/5/646-black_3.png
new file mode 100644
index 00000000000..6e854d9ea41
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/646-black_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/646-white_2.png b/public/images/pokemon/icons/variant/5/646-white_2.png
new file mode 100644
index 00000000000..e38dc504b21
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/646-white_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/646-white_3.png b/public/images/pokemon/icons/variant/5/646-white_3.png
new file mode 100644
index 00000000000..12bff95a01d
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/646-white_3.png differ
diff --git a/public/images/pokemon/icons/variant/5/646_2.png b/public/images/pokemon/icons/variant/5/646_2.png
new file mode 100644
index 00000000000..064598bfd26
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/646_2.png differ
diff --git a/public/images/pokemon/icons/variant/5/646_3.png b/public/images/pokemon/icons/variant/5/646_3.png
new file mode 100644
index 00000000000..e258eb4ce91
Binary files /dev/null and b/public/images/pokemon/icons/variant/5/646_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/692_2.png b/public/images/pokemon/icons/variant/6/692_2.png
new file mode 100644
index 00000000000..fa6cacc70dd
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/692_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/692_3.png b/public/images/pokemon/icons/variant/6/692_3.png
new file mode 100644
index 00000000000..47d0661babe
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/692_3.png differ
diff --git a/public/images/pokemon/icons/variant/6/693_2.png b/public/images/pokemon/icons/variant/6/693_2.png
new file mode 100644
index 00000000000..9d8ea4f56cd
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/693_2.png differ
diff --git a/public/images/pokemon/icons/variant/6/693_3.png b/public/images/pokemon/icons/variant/6/693_3.png
new file mode 100644
index 00000000000..6f0169bb057
Binary files /dev/null and b/public/images/pokemon/icons/variant/6/693_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/2037_2.png b/public/images/pokemon/icons/variant/7/2037_2.png
new file mode 100644
index 00000000000..528793de5c5
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/2037_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/2037_3.png b/public/images/pokemon/icons/variant/7/2037_3.png
new file mode 100644
index 00000000000..d79fd1c2369
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/2037_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/2038_2.png b/public/images/pokemon/icons/variant/7/2038_2.png
new file mode 100644
index 00000000000..d8295be1baf
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/2038_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/2038_3.png b/public/images/pokemon/icons/variant/7/2038_3.png
new file mode 100644
index 00000000000..645c783b43f
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/2038_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/746-school_2.png b/public/images/pokemon/icons/variant/7/746-school_2.png
new file mode 100644
index 00000000000..94d16db5c42
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/746-school_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/746-school_3.png b/public/images/pokemon/icons/variant/7/746-school_3.png
new file mode 100644
index 00000000000..94d16db5c42
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/746-school_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/746_2.png b/public/images/pokemon/icons/variant/7/746_2.png
new file mode 100644
index 00000000000..d4897e0acf3
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/746_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/746_3.png b/public/images/pokemon/icons/variant/7/746_3.png
new file mode 100644
index 00000000000..8746a45310d
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/746_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/780_2.png b/public/images/pokemon/icons/variant/7/780_2.png
new file mode 100644
index 00000000000..fe40d474146
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/780_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/780_3.png b/public/images/pokemon/icons/variant/7/780_3.png
new file mode 100644
index 00000000000..6d98c750e8e
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/780_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/782_2.png b/public/images/pokemon/icons/variant/7/782_2.png
new file mode 100644
index 00000000000..c036fa45017
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/782_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/782_3.png b/public/images/pokemon/icons/variant/7/782_3.png
new file mode 100644
index 00000000000..bc1e939e14d
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/782_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/783_2.png b/public/images/pokemon/icons/variant/7/783_2.png
new file mode 100644
index 00000000000..1e686e95017
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/783_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/783_3.png b/public/images/pokemon/icons/variant/7/783_3.png
new file mode 100644
index 00000000000..6b61fea7298
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/783_3.png differ
diff --git a/public/images/pokemon/icons/variant/7/784_2.png b/public/images/pokemon/icons/variant/7/784_2.png
new file mode 100644
index 00000000000..5f921735839
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/784_2.png differ
diff --git a/public/images/pokemon/icons/variant/7/784_3.png b/public/images/pokemon/icons/variant/7/784_3.png
new file mode 100644
index 00000000000..077a6253a19
Binary files /dev/null and b/public/images/pokemon/icons/variant/7/784_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/840_2.png b/public/images/pokemon/icons/variant/8/840_2.png
new file mode 100644
index 00000000000..796057e93fb
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/840_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/840_3.png b/public/images/pokemon/icons/variant/8/840_3.png
new file mode 100644
index 00000000000..de8206c7fd7
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/840_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/841-gigantamax_2.png b/public/images/pokemon/icons/variant/8/841-gigantamax_2.png
new file mode 100644
index 00000000000..aaed8081eec
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/841-gigantamax_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/841-gigantamax_3.png b/public/images/pokemon/icons/variant/8/841-gigantamax_3.png
new file mode 100644
index 00000000000..3ae323c8677
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/841-gigantamax_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/841_2.png b/public/images/pokemon/icons/variant/8/841_2.png
new file mode 100644
index 00000000000..d1a57120993
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/841_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/841_3.png b/public/images/pokemon/icons/variant/8/841_3.png
new file mode 100644
index 00000000000..5eaf8ea1c57
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/841_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/842-gigantamax_2.png b/public/images/pokemon/icons/variant/8/842-gigantamax_2.png
new file mode 100644
index 00000000000..aaed8081eec
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/842-gigantamax_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/842-gigantamax_3.png b/public/images/pokemon/icons/variant/8/842-gigantamax_3.png
new file mode 100644
index 00000000000..3ae323c8677
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/842-gigantamax_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/842_2.png b/public/images/pokemon/icons/variant/8/842_2.png
new file mode 100644
index 00000000000..87de609f819
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/842_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/842_3.png b/public/images/pokemon/icons/variant/8/842_3.png
new file mode 100644
index 00000000000..15dfe7ea02c
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/842_3.png differ
diff --git a/public/images/pokemon/icons/variant/8/871_2.png b/public/images/pokemon/icons/variant/8/871_2.png
new file mode 100644
index 00000000000..719ee1eb3a9
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/871_2.png differ
diff --git a/public/images/pokemon/icons/variant/8/871_3.png b/public/images/pokemon/icons/variant/8/871_3.png
new file mode 100644
index 00000000000..0d8227b722a
Binary files /dev/null and b/public/images/pokemon/icons/variant/8/871_3.png differ
diff --git a/public/images/pokemon/icons/variant/9/1011_2.png b/public/images/pokemon/icons/variant/9/1011_2.png
new file mode 100644
index 00000000000..01abc1a8e65
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/1011_2.png differ
diff --git a/public/images/pokemon/icons/variant/9/1011_3.png b/public/images/pokemon/icons/variant/9/1011_3.png
new file mode 100644
index 00000000000..fa5e3e35135
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/1011_3.png differ
diff --git a/public/images/pokemon/icons/variant/9/1019_2.png b/public/images/pokemon/icons/variant/9/1019_2.png
new file mode 100644
index 00000000000..671ae3f6552
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/1019_2.png differ
diff --git a/public/images/pokemon/icons/variant/9/1019_3.png b/public/images/pokemon/icons/variant/9/1019_3.png
new file mode 100644
index 00000000000..0569b3e84b6
Binary files /dev/null and b/public/images/pokemon/icons/variant/9/1019_3.png differ
diff --git a/public/images/pokemon/shiny/261.png b/public/images/pokemon/shiny/261.png
index 6ae6e5838ce..6976a0747e1 100644
Binary files a/public/images/pokemon/shiny/261.png and b/public/images/pokemon/shiny/261.png differ
diff --git a/public/images/pokemon/shiny/335.json b/public/images/pokemon/shiny/335.json
index ca797f1d7a4..80c43b41c12 100644
--- a/public/images/pokemon/shiny/335.json
+++ b/public/images/pokemon/shiny/335.json
@@ -1,1910 +1,523 @@
-{
- "textures": [
- {
- "image": "335.png",
- "format": "RGBA8888",
- "size": {
- "w": 366,
- "h": 366
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 68,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 68,
- "h": 63
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 5,
- "y": 0,
- "w": 65,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 63,
- "w": 65,
- "h": 66
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 67,
- "h": 63
- },
- "frame": {
- "x": 68,
- "y": 0,
- "w": 67,
- "h": 63
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 5,
- "w": 68,
- "h": 61
- },
- "frame": {
- "x": 65,
- "y": 63,
- "w": 68,
- "h": 61
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 64,
- "h": 63
- },
- "frame": {
- "x": 0,
- "y": 129,
- "w": 64,
- "h": 63
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 192,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 61,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 258,
- "w": 61,
- "h": 66
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 64,
- "h": 62
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 64,
- "h": 62
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 8,
- "y": 5,
- "w": 65,
- "h": 61
- },
- "frame": {
- "x": 199,
- "y": 0,
- "w": 65,
- "h": 61
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 67,
- "h": 58
- },
- "frame": {
- "x": 264,
- "y": 0,
- "w": 67,
- "h": 58
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 7,
- "w": 64,
- "h": 59
- },
- "frame": {
- "x": 65,
- "y": 124,
- "w": 64,
- "h": 59
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 64,
- "h": 61
- },
- "frame": {
- "x": 64,
- "y": 183,
- "w": 64,
- "h": 61
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 62,
- "h": 65
- },
- "frame": {
- "x": 61,
- "y": 244,
- "w": 62,
- "h": 65
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 6,
- "y": 9,
- "w": 63,
- "h": 57
- },
- "frame": {
- "x": 61,
- "y": 309,
- "w": 63,
- "h": 57
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 2,
- "w": 61,
- "h": 64
- },
- "frame": {
- "x": 123,
- "y": 244,
- "w": 61,
- "h": 64
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 8,
- "w": 63,
- "h": 58
- },
- "frame": {
- "x": 124,
- "y": 308,
- "w": 63,
- "h": 58
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 5,
- "w": 61,
- "h": 61
- },
- "frame": {
- "x": 128,
- "y": 183,
- "w": 61,
- "h": 61
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 184,
- "y": 244,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 9,
- "w": 62,
- "h": 57
- },
- "frame": {
- "x": 187,
- "y": 307,
- "w": 62,
- "h": 57
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 3,
- "w": 62,
- "h": 63
- },
- "frame": {
- "x": 264,
- "y": 58,
- "w": 62,
- "h": 63
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 55,
- "h": 63
- },
- "frame": {
- "x": 133,
- "y": 63,
- "w": 55,
- "h": 63
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 55,
- "h": 66
- },
- "frame": {
- "x": 188,
- "y": 62,
- "w": 55,
- "h": 66
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 58,
- "h": 66
- },
- "frame": {
- "x": 189,
- "y": 128,
- "w": 58,
- "h": 66
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 0,
- "w": 60,
- "h": 66
- },
- "frame": {
- "x": 247,
- "y": 121,
- "w": 60,
- "h": 66
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 59,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 121,
- "w": 59,
- "h": 63
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 247,
- "y": 187,
- "w": 60,
- "h": 63
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 58,
- "h": 63
- },
- "frame": {
- "x": 307,
- "y": 184,
- "w": 58,
- "h": 63
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 74,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 60,
- "h": 63
- },
- "frame": {
- "x": 249,
- "y": 250,
- "w": 60,
- "h": 63
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0df67af080306e793f3e63687a642a63:bd66cef8682173381b002070c3411214:40bb9f4809624b12bf79bbfe664bea73$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 0, "y": 185, "w": 59, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 59, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 119, "y": 182, "w": 62, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 9, "w": 62, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 119, "y": 125, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 10, "w": 64, "h": 57 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 195, "y": 0, "w": 66, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 66, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 129, "y": 0, "w": 66, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 66, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 320, "y": 0, "w": 62, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 62, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 244, "w": 53, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 53, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 59, "y": 188, "w": 56, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 56, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 306, "y": 187, "w": 57, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 57, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 314, "y": 126, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 248, "y": 129, "w": 58, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 58, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 188, "y": 123, "w": 60, "h": 61 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 60, "h": 61 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 125, "w": 61, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 61, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 0, "y": 66, "w": 63, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 63, "h": 59 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 234, "y": 190, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 10, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 234, "y": 246, "w": 60, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 11, "w": 60, "h": 55 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 115, "y": 239, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 11, "w": 61, "h": 56 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 63, "y": 62, "w": 62, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 62, "h": 60 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 63, "y": 0, "w": 66, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 66, "h": 62 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 0, "w": 63, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 63, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 261, "y": 0, "w": 59, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 59, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 181, "y": 184, "w": 53, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 53, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 63, "y": 122, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 0, "w": 56, "h": 66 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 320, "y": 61, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 58, "h": 65 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 129, "y": 61, "w": 59, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 59, "h": 64 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 195, "y": 60, "w": 60, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 60, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 255, "y": 66, "w": 59, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 59, "h": 63 },
+ "sourceSize": { "w": 74, "h": 67 }
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.9.2-x64",
+ "image": "335.png",
+ "format": "I8",
+ "size": { "w": 382, "h": 305 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/335.png b/public/images/pokemon/shiny/335.png
index 765344af6fd..fc7c325a469 100644
Binary files a/public/images/pokemon/shiny/335.png and b/public/images/pokemon/shiny/335.png differ
diff --git a/public/images/pokemon/shiny/656.json b/public/images/pokemon/shiny/656.json
index be71c2199a3..3776b4ed7e5 100644
--- a/public/images/pokemon/shiny/656.json
+++ b/public/images/pokemon/shiny/656.json
@@ -1,41 +1,20 @@
-{
- "textures": [
- {
- "image": "656.png",
- "format": "RGBA8888",
- "size": {
- "w": 35,
- "h": 35
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 35
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 35
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:272c02df78d2de4eac23552f4c031224:82f806bb336ca1c034951e96a72caaf5:9c4d208e6c2f857bfb0b23b8eea3326c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 32, "h": 35 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 32, "h": 35 },
+ "sourceSize": { "w": 32, "h": 35 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "656.png",
+ "format": "I8",
+ "size": { "w": 34, "h": 37 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/656.png b/public/images/pokemon/shiny/656.png
index 7779f40d332..d65d9ab857d 100644
Binary files a/public/images/pokemon/shiny/656.png and b/public/images/pokemon/shiny/656.png differ
diff --git a/public/images/pokemon/shiny/668-female.json b/public/images/pokemon/shiny/668-female.json
deleted file mode 100644
index ce08b281a62..00000000000
--- a/public/images/pokemon/shiny/668-female.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "668-female.png",
- "format": "RGBA8888",
- "size": {
- "w": 72,
- "h": 72
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 63,
- "h": 72
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 72
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 63,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bf61792d4b290b767953cfbbc5b6234f:c16e73a6866720618f3b4f8e3e0a0877:d99ed0e84a0695b54e479aa98271aba1$"
- }
-}
diff --git a/public/images/pokemon/shiny/668-female.png b/public/images/pokemon/shiny/668-female.png
deleted file mode 100644
index 1f56d13bc4c..00000000000
Binary files a/public/images/pokemon/shiny/668-female.png and /dev/null differ
diff --git a/public/images/pokemon/shiny/668.png b/public/images/pokemon/shiny/668.png
index c8ec7c9caf9..73c11b9a7c7 100644
Binary files a/public/images/pokemon/shiny/668.png and b/public/images/pokemon/shiny/668.png differ
diff --git a/public/images/pokemon/shiny/674.json b/public/images/pokemon/shiny/674.json
index 0ce6a2d9018..86d6cba1b01 100644
--- a/public/images/pokemon/shiny/674.json
+++ b/public/images/pokemon/shiny/674.json
@@ -1,41 +1,506 @@
-{
- "textures": [
- {
- "image": "674.png",
- "format": "RGBA8888",
- "size": {
- "w": 42,
- "h": 42
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 28,
- "h": 42
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 28,
- "h": 42
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3a00525649c00ed79ef7fff441994eb0:17d95f774222b5d9946bcc63782468e3:b823d10f1c9b4d501296982088ba63d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 28, "y": 120, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 58, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 58, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 123, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 86, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 28, "y": 81, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 28, "y": 81, "w": 29, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 29, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 29, "y": 41, "w": 29, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 29, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 29, "y": 0, "w": 29, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 29, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 29, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 86, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 57, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 0, "y": 123, "w": 28, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 28, "h": 39 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 210
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 85, "y": 83, "w": 28, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 2, "w": 28, "h": 40 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 42, "w": 28, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 28, "h": 41 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 140
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 86, "y": 0, "w": 28, "h": 42 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 28, "h": 42 },
+ "sourceSize": { "w": 29, "h": 42 },
+ "duration": 70
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "674.png",
+ "format": "I8",
+ "size": { "w": 114, "h": 162 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/674.png b/public/images/pokemon/shiny/674.png
index 097368405fc..7c8e71d5988 100644
Binary files a/public/images/pokemon/shiny/674.png and b/public/images/pokemon/shiny/674.png differ
diff --git a/public/images/pokemon/shiny/694.json b/public/images/pokemon/shiny/694.json
index 0893d62dc10..48e9623d7f4 100644
--- a/public/images/pokemon/shiny/694.json
+++ b/public/images/pokemon/shiny/694.json
@@ -1,41 +1,767 @@
-{
- "textures": [
- {
- "image": "694.png",
- "format": "RGBA8888",
- "size": {
- "w": 41,
- "h": 41
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 41,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 41,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bc6e45d13f38b4219ae03e14bb0999b9:7eab0806a2282a4facdb9684c54189e5:b0990f9650cfe63b836cbed33f0b44d8$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 158, "y": 137, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 0, "y": 133, "w": 43, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 12, "w": 43, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 114, "y": 132, "w": 44, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 44, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 95, "w": 45, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 12, "w": 45, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 227, "y": 131, "w": 46, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 13, "w": 46, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 273, "y": 136, "w": 44, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 13, "w": 44, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 82, "y": 208, "w": 41, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 13, "w": 41, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 246, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 207, "y": 211, "w": 39, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 39, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 285, "y": 211, "w": 38, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 38, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 123, "y": 213, "w": 39, "h": 36 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 39, "h": 36 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 209, "w": 40, "h": 37 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 13, "w": 40, "h": 37 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 167, "y": 206, "w": 40, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 12, "w": 40, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 200, "y": 168, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 41, "y": 176, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 282, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 241, "y": 173, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 0, "y": 171, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 85, "y": 170, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 227, "y": 93, "w": 52, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 12, "w": 52, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 57, "y": 50, "w": 55, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 11, "w": 55, "h": 39 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 56, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 112, "y": 0, "w": 56, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 56, "h": 49 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 56, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 56, "h": 50 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 224, "y": 47, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 281, "y": 46, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 168, "y": 0, "w": 56, "h": 48 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 56, "h": 48 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 281, "y": 0, "w": 57, "h": 46 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 46 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 170, "y": 93, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 224, "y": 0, "w": 57, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 57, "h": 47 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 0, "y": 50, "w": 57, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 57, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 281, "y": 92, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 57, "y": 94, "w": 57, "h": 44 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 57, "h": 44 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 112, "y": 49, "w": 58, "h": 45 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 45 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 114, "y": 94, "w": 56, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 12, "w": 56, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 170, "y": 48, "w": 53, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 12, "w": 53, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 126, "y": 175, "w": 41, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 41, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 43, "y": 138, "w": 42, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 42, "h": 38 },
+ "sourceSize": { "w": 62, "h": 50 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "694.png",
+ "format": "I8",
+ "size": { "w": 338, "h": 249 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/694.png b/public/images/pokemon/shiny/694.png
index a6c87937252..5f65aa5d4ff 100644
Binary files a/public/images/pokemon/shiny/694.png and b/public/images/pokemon/shiny/694.png differ
diff --git a/public/images/pokemon/shiny/698.json b/public/images/pokemon/shiny/698.json
index 707a84c8ca1..6baf41b0ce7 100644
--- a/public/images/pokemon/shiny/698.json
+++ b/public/images/pokemon/shiny/698.json
@@ -1,41 +1,1415 @@
-{
- "textures": [
- {
- "image": "698.png",
- "format": "RGBA8888",
- "size": {
- "w": 57,
- "h": 57
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 32,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 32,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:46f728cad32ec7681d76168817f7001a:a044b85c8682cf2b3ce52dd5cb859583:198087d69fed44d4a642fa3ba5c077d6$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 125, "y": 56, "w": 27, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 27, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 123, "y": 169, "w": 28, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 28, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 123, "y": 113, "w": 29, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 4, "w": 29, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 30, "y": 114, "w": 31, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 31, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 0, "y": 0, "w": 38, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 38, "h": 53 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 38, "y": 0, "w": 37, "h": 54 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 37, "h": 54 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 75, "y": 0, "w": 36, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 36, "h": 55 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 111, "y": 0, "w": 34, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 34, "h": 56 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 0, "y": 113, "w": 30, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 30, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 62, "y": 55, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 0, "y": 53, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 31, "y": 54, "w": 31, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 31, "h": 60 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 93, "y": 113, "w": 30, "h": 59 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 1, "w": 30, "h": 59 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 61, "y": 115, "w": 30, "h": 58 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 30, "h": 58 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 93, "y": 56, "w": 32, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 32, "h": 57 },
+ "sourceSize": { "w": 38, "h": 60 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "698.png",
+ "format": "I8",
+ "size": { "w": 152, "h": 224 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/698.png b/public/images/pokemon/shiny/698.png
index c04cc11875d..a861e0c14d5 100644
Binary files a/public/images/pokemon/shiny/698.png and b/public/images/pokemon/shiny/698.png differ
diff --git a/public/images/pokemon/shiny/703.json b/public/images/pokemon/shiny/703.json
index bc3c40dd555..5c0a6230108 100644
--- a/public/images/pokemon/shiny/703.json
+++ b/public/images/pokemon/shiny/703.json
@@ -1,41 +1,569 @@
-{
- "textures": [
- {
- "image": "703.png",
- "format": "RGBA8888",
- "size": {
- "w": 38,
- "h": 38
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 37,
- "h": 38
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 37,
- "h": 38
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3b9620097a6f8beec26187d7454b0493:5bb102b3070894423e8dff3d1f98cd21:721af8c322ff60159262e9b3017c784d$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 37, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 1, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 35, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 71, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 107, "y": 38, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 0, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 148, "y": 0, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 9, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 0, "y": 38, "w": 35, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 8, "w": 35, "h": 40 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 143, "y": 78, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 143, "y": 40, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 6, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 35, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 71, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 0, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 74, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 35, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 70, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 7, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 105, "y": 114, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 0, "y": 117, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 35, "y": 153, "w": 35, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 35, "h": 39 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 111, "y": 0, "w": 37, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 37, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 107, "y": 76, "w": 36, "h": 38 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 36, "h": 38 },
+ "sourceSize": { "w": 40, "h": 49 },
+ "duration": 110
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.11-x64",
+ "image": "703.png",
+ "format": "I8",
+ "size": { "w": 183, "h": 192 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/703.png b/public/images/pokemon/shiny/703.png
index 7d0d7999166..44ac529283c 100644
Binary files a/public/images/pokemon/shiny/703.png and b/public/images/pokemon/shiny/703.png differ
diff --git a/public/images/pokemon/shiny/707.json b/public/images/pokemon/shiny/707.json
index f0e0b2053ac..ee5036fb541 100644
--- a/public/images/pokemon/shiny/707.json
+++ b/public/images/pokemon/shiny/707.json
@@ -1,41 +1,1559 @@
-{
- "textures": [
- {
- "image": "707.png",
- "format": "RGBA8888",
- "size": {
- "w": 77,
- "h": 77
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 77
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 77
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f2be0784fdc424d853cf61d4ff5ef128:c0a67b3382e00d7635b97e14ca444b8e:8e96b9056ea81e44ced99c97f472a528$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 88, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 17, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 532, "y": 448, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 33, "y": 16, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 490, "y": 432, "w": 42, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 16, "w": 42, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 566, "y": 373, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 15, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 652, "y": 426, "w": 44, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 15, "w": 44, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 289, "y": 330, "w": 46, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 13, "w": 46, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 49, "y": 354, "w": 47, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 14, "w": 47, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 195, "y": 280, "w": 49, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 13, "w": 49, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 629, "y": 153, "w": 53, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 12, "w": 53, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 692, "y": 151, "w": 54, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 13, "w": 54, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 195, "y": 209, "w": 52, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 14, "w": 52, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 247, "y": 215, "w": 51, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 13, "w": 51, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 522, "y": 219, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 15, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 618, "y": 224, "w": 49, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 15, "w": 49, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 352, "y": 296, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 16, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 96, "y": 354, "w": 45, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 16, "w": 45, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 378, "y": 372, "w": 44, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 44, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 276, "y": 404, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 361, "y": 447, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 233, "y": 365, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 16, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 618, "y": 297, "w": 44, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 44, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 144, "y": 282, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 378, "y": 218, "w": 47, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 47, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 100, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 474, "y": 141, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 422, "y": 69, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 707, "y": 2, "w": 54, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 50, "y": 11, "w": 54, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 651, "y": 2, "w": 56, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 48, "y": 12, "w": 56, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 2, "y": 65, "w": 54, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 47, "y": 13, "w": 54, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 273, "y": 69, "w": 53, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 13, "w": 53, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 586, "y": 71, "w": 52, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 14, "w": 52, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 2, "y": 142, "w": 50, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 15, "w": 50, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 52, "y": 199, "w": 48, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 16, "w": 48, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 98, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 16, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 712, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 17, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 335, "y": 370, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 578, "y": 149, "w": 51, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 17, "w": 51, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 95, "y": 62, "w": 59, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 14, "w": 59, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 519, "y": 2, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 11, "w": 67, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 280, "y": 2, "w": 82, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 6, "w": 82, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 2, "y": 2, "w": 93, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 93, "h": 63 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 95, "y": 2, "w": 95, "h": 60 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 1, "w": 95, "h": 60 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 190, "y": 2, "w": 90, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 90, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 362, "y": 2, "w": 83, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 83, "h": 65 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 445, "y": 2, "w": 74, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 1, "w": 74, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 586, "y": 2, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 19, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 2, "y": 220, "w": 50, "h": 72 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 4, "w": 50, "h": 72 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0121.png",
+ "frame": { "x": 319, "y": 447, "w": 42, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 5, "w": 42, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0122.png",
+ "frame": { "x": 447, "y": 489, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 7, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0123.png",
+ "frame": { "x": 614, "y": 500, "w": 41, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 10, "w": 41, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0124.png",
+ "frame": { "x": 573, "y": 453, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 11, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0125.png",
+ "frame": { "x": 267, "y": 480, "w": 41, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 41, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0126.png",
+ "frame": { "x": 184, "y": 429, "w": 42, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 14, "w": 42, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0127.png",
+ "frame": { "x": 2, "y": 443, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 16, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0128.png",
+ "frame": { "x": 226, "y": 442, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 17, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0129.png",
+ "frame": { "x": 130, "y": 438, "w": 41, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 41, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0130.png",
+ "frame": { "x": 2, "y": 366, "w": 43, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 43, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0131.png",
+ "frame": { "x": 52, "y": 277, "w": 46, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 46, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0132.png",
+ "frame": { "x": 682, "y": 221, "w": 48, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 35, "y": 18, "w": 48, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0133.png",
+ "frame": { "x": 519, "y": 361, "w": 47, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 47, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0134.png",
+ "frame": { "x": 43, "y": 502, "w": 44, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 30, "y": 20, "w": 44, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0135.png",
+ "frame": { "x": 714, "y": 505, "w": 41, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 20, "w": 41, "h": 67 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0136.png",
+ "frame": { "x": 402, "y": 489, "w": 45, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 20, "w": 45, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0137.png",
+ "frame": { "x": 471, "y": 219, "w": 51, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 19, "w": 51, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0138.png",
+ "frame": { "x": 692, "y": 80, "w": 56, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 19, "w": 56, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0139.png",
+ "frame": { "x": 389, "y": 147, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0140.png",
+ "frame": { "x": 399, "y": 297, "w": 46, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 31, "y": 18, "w": 46, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0141.png",
+ "frame": { "x": 610, "y": 375, "w": 42, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 42, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0142.png",
+ "frame": { "x": 141, "y": 360, "w": 43, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 43, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0143.png",
+ "frame": { "x": 638, "y": 79, "w": 54, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 54, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0144.png",
+ "frame": { "x": 362, "y": 67, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 60, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0145.png",
+ "frame": { "x": 474, "y": 73, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 59, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0146.png",
+ "frame": { "x": 264, "y": 147, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 57, "h": 68 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0147.png",
+ "frame": { "x": 298, "y": 264, "w": 54, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 54, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0148.png",
+ "frame": { "x": 524, "y": 148, "w": 54, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 36, "y": 18, "w": 54, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0149.png",
+ "frame": { "x": 211, "y": 135, "w": 53, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 34, "y": 18, "w": 53, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0150.png",
+ "frame": { "x": 471, "y": 290, "w": 48, "h": 73 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 32, "y": 19, "w": 48, "h": 73 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0151.png",
+ "frame": { "x": 569, "y": 302, "w": 48, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 19, "w": 48, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0152.png",
+ "frame": { "x": 154, "y": 134, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 20, "w": 57, "h": 69 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0153.png",
+ "frame": { "x": 154, "y": 64, "w": 60, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 20, "w": 60, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0154.png",
+ "frame": { "x": 214, "y": 64, "w": 59, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 19, "w": 59, "h": 71 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0155.png",
+ "frame": { "x": 2, "y": 292, "w": 47, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 29, "y": 18, "w": 47, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0156.png",
+ "frame": { "x": 696, "y": 426, "w": 41, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 41, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0157.png",
+ "frame": { "x": 533, "y": 73, "w": 53, "h": 75 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 53, "h": 75 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0158.png",
+ "frame": { "x": 56, "y": 135, "w": 62, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 62, "h": 64 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0159.png",
+ "frame": { "x": 662, "y": 373, "w": 62, "h": 53 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 62, "h": 53 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0160.png",
+ "frame": { "x": 655, "y": 505, "w": 59, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 22, "w": 59, "h": 47 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0161.png",
+ "frame": { "x": 422, "y": 437, "w": 61, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 22, "w": 61, "h": 52 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0162.png",
+ "frame": { "x": 326, "y": 136, "w": 63, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 63, "h": 62 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0163.png",
+ "frame": { "x": 321, "y": 198, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 45, "y": 21, "w": 57, "h": 66 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0164.png",
+ "frame": { "x": 519, "y": 291, "w": 50, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 44, "y": 20, "w": 50, "h": 70 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0165.png",
+ "frame": { "x": 445, "y": 363, "w": 45, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 43, "y": 20, "w": 45, "h": 74 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0166.png",
+ "frame": { "x": 45, "y": 426, "w": 43, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 42, "y": 19, "w": 43, "h": 76 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0167.png",
+ "frame": { "x": 189, "y": 352, "w": 44, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 44, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0168.png",
+ "frame": { "x": 667, "y": 296, "w": 45, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 41, "y": 19, "w": 45, "h": 77 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0169.png",
+ "frame": { "x": 425, "y": 218, "w": 46, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 40, "y": 18, "w": 46, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0170.png",
+ "frame": { "x": 148, "y": 203, "w": 47, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 39, "y": 18, "w": 47, "h": 79 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0171.png",
+ "frame": { "x": 572, "y": 224, "w": 46, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 38, "y": 18, "w": 46, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ },
+ {
+ "filename": "0172.png",
+ "frame": { "x": 244, "y": 287, "w": 45, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 37, "y": 18, "w": 45, "h": 78 },
+ "sourceSize": { "w": 108, "h": 97 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "707.png",
+ "format": "I8",
+ "size": { "w": 763, "h": 577 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/707.png b/public/images/pokemon/shiny/707.png
index 2f4efb3e8cb..7aed21b7873 100644
Binary files a/public/images/pokemon/shiny/707.png and b/public/images/pokemon/shiny/707.png differ
diff --git a/public/images/pokemon/shiny/708.json b/public/images/pokemon/shiny/708.json
index 06631af7cb8..abc8d24db2b 100644
--- a/public/images/pokemon/shiny/708.json
+++ b/public/images/pokemon/shiny/708.json
@@ -1,41 +1,1091 @@
-{
- "textures": [
- {
- "image": "708.png",
- "format": "RGBA8888",
- "size": {
- "w": 44,
- "h": 44
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 44,
- "h": 40
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 40
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:5ae7df27c9e36b2c06c09056297b74ab:efbc3a2251be2a5a300a0c333bce242b:796c82c5076b122f2663381836c65843$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 45, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 0, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 7, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 0, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 45, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 180, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 7, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 226, "y": 42, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 90, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 135, "y": 84, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 180, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 225, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 45, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 90, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 2, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 135, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 0, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 6, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 45, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 7, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 90, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 272, "y": 42, "w": 43, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 8, "w": 43, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 180, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 8, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 225, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 5, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 270, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 3, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 0, "y": 42, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 22, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 135, "y": 0, "w": 44, "h": 41 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 0, "w": 44, "h": 41 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 0, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 17, "y": 0, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 45, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 2, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 270, "y": 124, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 4, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 90, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 6, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 135, "y": 125, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 90, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 10, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 134, "y": 207, "w": 43, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 12, "w": 43, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 180, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 14, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 225, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 15, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 270, "y": 165, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 17, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 0, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 12, "y": 19, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 270, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 90, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 23, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0112.png",
+ "frame": { "x": 135, "y": 166, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 21, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0113.png",
+ "frame": { "x": 180, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 20, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0114.png",
+ "frame": { "x": 225, "y": 206, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 18, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0115.png",
+ "frame": { "x": 268, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 16, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0116.png",
+ "frame": { "x": 178, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 15, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0117.png",
+ "frame": { "x": 223, "y": 247, "w": 44, "h": 39 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 15, "y": 13, "w": 44, "h": 39 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0118.png",
+ "frame": { "x": 226, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 10, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0119.png",
+ "frame": { "x": 45, "y": 207, "w": 44, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 8, "w": 44, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ },
+ {
+ "filename": "0120.png",
+ "frame": { "x": 180, "y": 83, "w": 45, "h": 40 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 6, "w": 45, "h": 40 },
+ "sourceSize": { "w": 70, "h": 63 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "708.png",
+ "format": "I8",
+ "size": { "w": 315, "h": 286 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/708.png b/public/images/pokemon/shiny/708.png
index 1da0441109b..d94b1286590 100644
Binary files a/public/images/pokemon/shiny/708.png and b/public/images/pokemon/shiny/708.png differ
diff --git a/public/images/pokemon/shiny/714.json b/public/images/pokemon/shiny/714.json
index 992ff63a393..b43aebd68a1 100644
--- a/public/images/pokemon/shiny/714.json
+++ b/public/images/pokemon/shiny/714.json
@@ -1,41 +1,263 @@
-{
- "textures": [
- {
- "image": "714.png",
- "format": "RGBA8888",
- "size": {
- "w": 64,
- "h": 64
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 64,
- "h": 57
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 64,
- "h": 57
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:0faf41a70733397a2e765b77d2cf3124:ed661ea37221a00e42647a088e380efd:1a07d46e710b0568ec824f54fbc4fe6a$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 1, "y": 60, "w": 61, "h": 55 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 8, "w": 61, "h": 55 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 184, "y": 117, "w": 32, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 3, "w": 32, "h": 67 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 50, "y": 119, "w": 33, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 3, "w": 33, "h": 63 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 133, "y": 1, "w": 64, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 6, "w": 64, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 133, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 148, "y": 117, "w": 34, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 2, "w": 34, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 1, "y": 117, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 67, "y": 1, "w": 64, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 64, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 196, "y": 59, "w": 61, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 7, "w": 61, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 113, "y": 117, "w": 33, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 2, "w": 33, "h": 68 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 218, "y": 117, "w": 33, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 2, "w": 33, "h": 64 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 199, "y": 1, "w": 47, "h": 56 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 1, "w": 47, "h": 56 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 64, "y": 60, "w": 47, "h": 57 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 47, "h": 57 },
+ "sourceSize": { "w": 66, "h": 70 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "714.png",
+ "format": "I8",
+ "size": { "w": 258, "h": 186 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/714.png b/public/images/pokemon/shiny/714.png
index 2cde838873a..924c67d3c85 100644
Binary files a/public/images/pokemon/shiny/714.png and b/public/images/pokemon/shiny/714.png differ
diff --git a/public/images/pokemon/shiny/718-10.json b/public/images/pokemon/shiny/718-10.json
index 05c86055ce7..ad273c9ea79 100644
--- a/public/images/pokemon/shiny/718-10.json
+++ b/public/images/pokemon/shiny/718-10.json
@@ -1,41 +1,686 @@
-{
- "textures": [
- {
- "image": "718-10.png",
- "format": "RGBA8888",
- "size": {
- "w": 66,
- "h": 66
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 56,
- "h": 66
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 56,
- "h": 66
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:ddb567f3553fb8f8477733fc8b91dfb8:21520f234fc9684cd172bbced8ed083b:82195cf2a6db620c5643b8162d6e8c5c$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 0, "y": 0, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 57, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 173, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 230, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 57, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 115, "y": 0, "w": 58, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 58, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 171, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 229, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 287, "y": 66, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 171, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 229, "y": 130, "w": 58, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 58, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 0, "y": 67, "w": 57, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 287, "y": 0, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 57, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 114, "y": 65, "w": 57, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 287, "y": 130, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 57, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 164, "y": 261, "w": 56, "h": 65 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 56, "h": 65 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 0, "y": 327, "w": 56, "h": 64 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 64 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 56, "y": 327, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 169, "y": 329, "w": 57, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 57, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 112, "y": 326, "w": 57, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 57, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 54, "y": 265, "w": 58, "h": 62 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 5, "w": 58, "h": 62 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 226, "y": 332, "w": 56, "h": 63 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 63 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 220, "y": 261, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 273, "y": 264, "w": 53, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 0, "w": 53, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 279, "y": 196, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 56, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 110, "y": 197, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 198, "w": 54, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 0, "w": 54, "h": 68 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 169, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 224, "y": 194, "w": 55, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 55, "h": 67 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 132, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 113, "y": 131, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 56, "h": 66 },
+ "sourceSize": { "w": 61, "h": 69 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718-10.png",
+ "format": "I8",
+ "size": { "w": 345, "h": 395 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/718-10.png b/public/images/pokemon/shiny/718-10.png
index bee16c7ec63..f976d91b4f6 100644
Binary files a/public/images/pokemon/shiny/718-10.png and b/public/images/pokemon/shiny/718-10.png differ
diff --git a/public/images/pokemon/shiny/718.json b/public/images/pokemon/shiny/718.json
index 00e4c68ba00..98053a226cb 100644
--- a/public/images/pokemon/shiny/718.json
+++ b/public/images/pokemon/shiny/718.json
@@ -1,41 +1,803 @@
-{
- "textures": [
- {
- "image": "718.png",
- "format": "RGBA8888",
- "size": {
- "w": 88,
- "h": 88
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 72,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 72,
- "h": 88
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6daa10e13b8729f3ebc27b1a8eb1c6cb:65f7940d781324b41eba39e9e5565cb7:7b4a06b06cbac24b3f39727b0238661b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 294, "y": 438, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 0, "y": 442, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 437, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 145, "y": 441, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 366, "y": 440, "w": 71, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 71, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 223, "y": 267, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 296, "y": 350, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 384, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 459, "y": 177, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 452, "y": 265, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 76, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 4, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 233, "y": 90, "w": 75, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 75, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 151, "y": 178, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 75, "y": 266, "w": 74, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 74, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 369, "y": 352, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 222, "y": 355, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 73, "y": 354, "w": 72, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 72, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 149, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 442, "y": 353, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 149, "y": 266, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 377, "y": 265, "w": 75, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 75, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 308, "y": 177, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 76, "y": 91, "w": 76, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 76, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 301, "y": 264, "w": 76, "h": 86 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 5, "w": 76, "h": 86 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 0, "y": 267, "w": 74, "h": 87 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 4, "w": 74, "h": 87 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 0, "y": 90, "w": 76, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 2, "w": 76, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 391, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 79, "y": 0, "w": 78, "h": 91 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 0, "w": 78, "h": 91 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 468, "y": 88, "w": 77, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 77, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 157, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 313, "y": 0, "w": 78, "h": 89 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 2, "w": 78, "h": 89 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 0, "y": 0, "w": 79, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 79, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 391, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 235, "y": 0, "w": 78, "h": 90 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 1, "w": 78, "h": 90 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 469, "y": 0, "w": 78, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 78, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 313, "y": 89, "w": 77, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 157, "y": 90, "w": 76, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 76, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 226, "y": 179, "w": 75, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 75, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 0, "y": 354, "w": 73, "h": 88 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 73, "h": 88 },
+ "sourceSize": { "w": 88, "h": 92 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "718.png",
+ "format": "I8",
+ "size": { "w": 547, "h": 530 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/718.png b/public/images/pokemon/shiny/718.png
index cdfa42ccec7..778ae8bff07 100644
Binary files a/public/images/pokemon/shiny/718.png and b/public/images/pokemon/shiny/718.png differ
diff --git a/public/images/pokemon/shiny/719.json b/public/images/pokemon/shiny/719.json
index 29e48d3b3be..12a679f029f 100644
--- a/public/images/pokemon/shiny/719.json
+++ b/public/images/pokemon/shiny/719.json
@@ -1,41 +1,875 @@
-{
- "textures": [
- {
- "image": "719.png",
- "format": "RGBA8888",
- "size": {
- "w": 65,
- "h": 65
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 42,
- "h": 65
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 65
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 65
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:f62b9cce190b10d691ae00fdc87df448:371601e6d1aa56d47c80c70305627ce1:17a705bb924916761be2495822a53735$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 41, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 82, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 8, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 123, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 7, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 164, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 6, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 40, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 39, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 77, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 79, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 5, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 118, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 7, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 82, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 205, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 122, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 162, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 115, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 153, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 74, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 37, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 111, "y": 350, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 190, "y": 280, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 191, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 157, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 202, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 0, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 196, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 0, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 38, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 76, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 0, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 114, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 152, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 0, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 41, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 122, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 162, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 115, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 153, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 74, "y": 350, "w": 37, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 37, "h": 69 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 37, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 0, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 111, "y": 350, "w": 35, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 1, "w": 35, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 190, "y": 280, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 191, "y": 210, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 157, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 202, "y": 70, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 10, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 0, "y": 0, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 0, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 10, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 0, "y": 140, "w": 40, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 9, "w": 40, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 196, "y": 140, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 16, "y": 8, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 0, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 20, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 38, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 23, "y": 5, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 76, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 25, "y": 4, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 0, "y": 350, "w": 37, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 24, "y": 4, "w": 37, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 114, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 21, "y": 6, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 152, "y": 280, "w": 38, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 18, "y": 7, "w": 38, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 0, "y": 210, "w": 39, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 13, "y": 9, "w": 39, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 41, "y": 70, "w": 41, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 11, "w": 41, "h": 70 },
+ "sourceSize": { "w": 63, "h": 81 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.12-x64",
+ "image": "719.png",
+ "format": "I8",
+ "size": { "w": 246, "h": 420 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/719.png b/public/images/pokemon/shiny/719.png
index f17e9b23ca8..c466201632a 100644
Binary files a/public/images/pokemon/shiny/719.png and b/public/images/pokemon/shiny/719.png differ
diff --git a/public/images/pokemon/shiny/730.png b/public/images/pokemon/shiny/730.png
index 5cc0a675e08..744d43630e7 100644
Binary files a/public/images/pokemon/shiny/730.png and b/public/images/pokemon/shiny/730.png differ
diff --git a/public/images/pokemon/shiny/782.json b/public/images/pokemon/shiny/782.json
index 0147fd611c2..8b4336549f1 100644
--- a/public/images/pokemon/shiny/782.json
+++ b/public/images/pokemon/shiny/782.json
@@ -1,41 +1,1010 @@
-{
- "textures": [
- {
- "image": "782.png",
- "format": "RGBA8888",
- "size": {
- "w": 50,
- "h": 50
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 46,
- "h": 50
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 50
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 50
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:a551362c468e8c1d1846087d45955da3:43093a2fa7dce85b50a7790b1ef2c6b0:d07862436676aa228a148ee1f1d82a8f$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 94, "y": 105, "w": 45, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 45, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 47, "y": 155, "w": 46, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 46, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 140, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 93, "y": 156, "w": 47, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 26, "y": 27, "w": 47, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 186, "y": 156, "w": 46, "h": 47 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 27, "w": 46, "h": 47 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 1, "y": 105, "w": 47, "h": 49 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 27, "y": 25, "w": 47, "h": 49 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 1, "y": 154, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 48, "y": 105, "w": 46, "h": 50 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 24, "w": 46, "h": 50 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 142, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 189, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 48, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 185, "y": 104, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 185, "y": 104, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 142, "y": 52, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 188, "y": 52, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 1, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 47, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 185, "y": 104, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 185, "y": 104, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 93, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 93, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 47, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 47, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 95, "y": 1, "w": 47, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 47, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 185, "y": 104, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 185, "y": 104, "w": 45, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 45, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 93, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0107.png",
+ "frame": { "x": 93, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0108.png",
+ "frame": { "x": 1, "y": 53, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0109.png",
+ "frame": { "x": 139, "y": 104, "w": 46, "h": 52 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 22, "w": 46, "h": 52 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0110.png",
+ "frame": { "x": 189, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ },
+ {
+ "filename": "0111.png",
+ "frame": { "x": 142, "y": 1, "w": 47, "h": 51 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 28, "y": 23, "w": 47, "h": 51 },
+ "sourceSize": { "w": 96, "h": 96 },
+ "duration": 50
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "782.png",
+ "format": "I8",
+ "size": { "w": 237, "h": 205 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/782.png b/public/images/pokemon/shiny/782.png
index 79ce0d6289a..be4689a7cc5 100644
Binary files a/public/images/pokemon/shiny/782.png and b/public/images/pokemon/shiny/782.png differ
diff --git a/public/images/pokemon/shiny/783.json b/public/images/pokemon/shiny/783.json
index cba4888951b..0d3815a6ecf 100644
--- a/public/images/pokemon/shiny/783.json
+++ b/public/images/pokemon/shiny/783.json
@@ -1,41 +1,965 @@
-{
- "textures": [
- {
- "image": "783.png",
- "format": "RGBA8888",
- "size": {
- "w": 69,
- "h": 69
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 61,
- "h": 69
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 61,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:46608dec6728e687aeafbeda288354f0:c18ca883404bc368fe53932c65d95dd1:aab166e28c744865a0296041224dd01b$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 64, "y": 208, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 326, "y": 142, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 1, "y": 71, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 412, "y": 71, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 276, "y": 68, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 64, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 340, "y": 72, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 476, "y": 137, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 403, "y": 141, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 308, "y": 211, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 299, "y": 280, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 471, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 415, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 228, "y": 413, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 1, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 358, "y": 347, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 508, "y": 275, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 64, "y": 208, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 326, "y": 142, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 1, "y": 71, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 412, "y": 71, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 276, "y": 68, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 64, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 340, "y": 72, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 476, "y": 137, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 403, "y": 141, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 308, "y": 211, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 299, "y": 280, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 471, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 415, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 228, "y": 413, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 1, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 358, "y": 347, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 508, "y": 275, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 64, "y": 208, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 326, "y": 142, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 1, "y": 71, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 412, "y": 71, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 276, "y": 68, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 64, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 340, "y": 72, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 476, "y": 137, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 403, "y": 141, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 308, "y": 211, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 299, "y": 280, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 471, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 415, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 228, "y": 413, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 1, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 358, "y": 347, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 508, "y": 275, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 64, "y": 208, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 326, "y": 142, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 1, "y": 71, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 412, "y": 71, "w": 64, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 64, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 276, "y": 68, "w": 64, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 0, "w": 64, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 340, "y": 72, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 476, "y": 137, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 403, "y": 141, "w": 62, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 2, "w": 62, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 308, "y": 211, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 299, "y": 280, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 471, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 415, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 228, "y": 413, "w": 56, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 5, "w": 56, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 1, "y": 412, "w": 56, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 4, "w": 56, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 358, "y": 347, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 4, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 508, "y": 275, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 247, "y": 208, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 448, "y": 275, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 368, "y": 279, "w": 59, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 59, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 173, "y": 346, "w": 57, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 57, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 239, "y": 277, "w": 60, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 60, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 1, "y": 209, "w": 63, "h": 66 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 3, "w": 63, "h": 66 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 478, "y": 1, "w": 68, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 68, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 276, "y": 1, "w": 70, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 70, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 70, "y": 1, "w": 71, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 71, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 208, "y": 1, "w": 68, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 68, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 208, "y": 70, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 64, "y": 208, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 65, "y": 138, "w": 63, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 1, "w": 63, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 412, "y": 1, "w": 66, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 66, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 1, "w": 69, "h": 70 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 1, "w": 69, "h": 70 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 141, "y": 1, "w": 67, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 0, "w": 67, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 346, "y": 1, "w": 66, "h": 71 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 0, "w": 66, "h": 71 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 239, "y": 344, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 57, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 57, "y": 414, "w": 54, "h": 67 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 54, "h": 67 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 173, "y": 413, "w": 55, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 3, "w": 55, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 296, "y": 348, "w": 55, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 55, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 59, "y": 345, "w": 57, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 57, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 64, "y": 208, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 263, "y": 139, "w": 63, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 63, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 70, "y": 69, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0090.png",
+ "frame": { "x": 121, "y": 277, "w": 59, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 59, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0091.png",
+ "frame": { "x": 186, "y": 208, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0092.png",
+ "frame": { "x": 200, "y": 139, "w": 63, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 63, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0093.png",
+ "frame": { "x": 478, "y": 68, "w": 65, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 65, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0094.png",
+ "frame": { "x": 427, "y": 343, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 58, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0095.png",
+ "frame": { "x": 125, "y": 208, "w": 61, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 2, "w": 61, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0096.png",
+ "frame": { "x": 128, "y": 140, "w": 63, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 63, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0097.png",
+ "frame": { "x": 135, "y": 72, "w": 65, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 65, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0098.png",
+ "frame": { "x": 1, "y": 344, "w": 58, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 58, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0099.png",
+ "frame": { "x": 61, "y": 277, "w": 60, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 3, "w": 60, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0100.png",
+ "frame": { "x": 465, "y": 207, "w": 62, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 62, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0101.png",
+ "frame": { "x": 1, "y": 141, "w": 63, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 63, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0102.png",
+ "frame": { "x": 116, "y": 346, "w": 57, "h": 68 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 3, "w": 57, "h": 68 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0103.png",
+ "frame": { "x": 485, "y": 343, "w": 58, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 58, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0104.png",
+ "frame": { "x": 180, "y": 277, "w": 59, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 59, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0105.png",
+ "frame": { "x": 1, "y": 275, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ },
+ {
+ "filename": "0106.png",
+ "frame": { "x": 388, "y": 210, "w": 60, "h": 69 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 2, "w": 60, "h": 69 },
+ "sourceSize": { "w": 76, "h": 71 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "783.png",
+ "format": "I8",
+ "size": { "w": 569, "h": 482 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/783.png b/public/images/pokemon/shiny/783.png
index 6d49131f69d..b14d064e998 100644
Binary files a/public/images/pokemon/shiny/783.png and b/public/images/pokemon/shiny/783.png differ
diff --git a/public/images/pokemon/shiny/784.json b/public/images/pokemon/shiny/784.json
index fdf96d2b111..b69481e9732 100644
--- a/public/images/pokemon/shiny/784.json
+++ b/public/images/pokemon/shiny/784.json
@@ -1,41 +1,812 @@
-{
- "textures": [
- {
- "image": "784.png",
- "format": "RGBA8888",
- "size": {
- "w": 81,
- "h": 81
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 79,
- "h": 81
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 79,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 79,
- "h": 81
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:6096bcc779e33e1df807da48a8d58c7f:483f9130a6e530e32c532c6bacf9c317:c2f7ca3ab1075b8c824730653d891244$"
- }
+{ "frames": [
+ {
+ "filename": "0001.png",
+ "frame": { "x": 254, "y": 238, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0002.png",
+ "frame": { "x": 373, "y": 162, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 84, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0003.png",
+ "frame": { "x": 285, "y": 157, "w": 88, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 88, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0004.png",
+ "frame": { "x": 104, "y": 78, "w": 94, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 94, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0005.png",
+ "frame": { "x": 414, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0006.png",
+ "frame": { "x": 1, "y": 1, "w": 103, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 103, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0007.png",
+ "frame": { "x": 104, "y": 1, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0008.png",
+ "frame": { "x": 208, "y": 1, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0009.png",
+ "frame": { "x": 310, "y": 77, "w": 96, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 96, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0010.png",
+ "frame": { "x": 406, "y": 80, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 89, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0011.png",
+ "frame": { "x": 495, "y": 161, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 82, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0012.png",
+ "frame": { "x": 649, "y": 324, "w": 77, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 77, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0013.png",
+ "frame": { "x": 155, "y": 327, "w": 76, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0014.png",
+ "frame": { "x": 394, "y": 325, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0015.png",
+ "frame": { "x": 571, "y": 324, "w": 78, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 78, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0016.png",
+ "frame": { "x": 161, "y": 246, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0017.png",
+ "frame": { "x": 254, "y": 238, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0018.png",
+ "frame": { "x": 373, "y": 162, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 84, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0019.png",
+ "frame": { "x": 285, "y": 157, "w": 88, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 88, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0020.png",
+ "frame": { "x": 104, "y": 78, "w": 94, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 94, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0021.png",
+ "frame": { "x": 414, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0022.png",
+ "frame": { "x": 1, "y": 1, "w": 103, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 103, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0023.png",
+ "frame": { "x": 104, "y": 1, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0024.png",
+ "frame": { "x": 208, "y": 1, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0025.png",
+ "frame": { "x": 310, "y": 77, "w": 96, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 96, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0026.png",
+ "frame": { "x": 406, "y": 80, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 89, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0027.png",
+ "frame": { "x": 495, "y": 161, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 82, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0028.png",
+ "frame": { "x": 649, "y": 324, "w": 77, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 77, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0029.png",
+ "frame": { "x": 155, "y": 327, "w": 76, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0030.png",
+ "frame": { "x": 394, "y": 325, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0031.png",
+ "frame": { "x": 571, "y": 324, "w": 78, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 78, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0032.png",
+ "frame": { "x": 161, "y": 246, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0033.png",
+ "frame": { "x": 254, "y": 238, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0034.png",
+ "frame": { "x": 373, "y": 162, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 84, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0035.png",
+ "frame": { "x": 285, "y": 157, "w": 88, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 88, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0036.png",
+ "frame": { "x": 104, "y": 78, "w": 94, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 94, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0037.png",
+ "frame": { "x": 414, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0038.png",
+ "frame": { "x": 1, "y": 1, "w": 103, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 103, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0039.png",
+ "frame": { "x": 104, "y": 1, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0040.png",
+ "frame": { "x": 208, "y": 1, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0041.png",
+ "frame": { "x": 310, "y": 77, "w": 96, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 96, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0042.png",
+ "frame": { "x": 406, "y": 80, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 89, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0043.png",
+ "frame": { "x": 495, "y": 161, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 82, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0044.png",
+ "frame": { "x": 649, "y": 324, "w": 77, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 77, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0045.png",
+ "frame": { "x": 155, "y": 327, "w": 76, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0046.png",
+ "frame": { "x": 394, "y": 325, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0047.png",
+ "frame": { "x": 571, "y": 324, "w": 78, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 78, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0048.png",
+ "frame": { "x": 161, "y": 246, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0049.png",
+ "frame": { "x": 254, "y": 238, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0050.png",
+ "frame": { "x": 373, "y": 162, "w": 84, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 4, "w": 84, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0051.png",
+ "frame": { "x": 285, "y": 157, "w": 88, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 4, "w": 88, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0052.png",
+ "frame": { "x": 104, "y": 78, "w": 94, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 5, "w": 94, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0053.png",
+ "frame": { "x": 414, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0054.png",
+ "frame": { "x": 1, "y": 1, "w": 103, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 7, "w": 103, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0055.png",
+ "frame": { "x": 104, "y": 1, "w": 104, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 8, "w": 104, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0056.png",
+ "frame": { "x": 208, "y": 1, "w": 102, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 0, "y": 7, "w": 102, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0057.png",
+ "frame": { "x": 310, "y": 77, "w": 96, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 1, "y": 5, "w": 96, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0058.png",
+ "frame": { "x": 406, "y": 80, "w": 89, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 2, "y": 3, "w": 89, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0059.png",
+ "frame": { "x": 495, "y": 161, "w": 82, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 3, "y": 2, "w": 82, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0060.png",
+ "frame": { "x": 649, "y": 324, "w": 77, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 77, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0061.png",
+ "frame": { "x": 155, "y": 327, "w": 76, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 6, "w": 76, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0062.png",
+ "frame": { "x": 394, "y": 325, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 5, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0063.png",
+ "frame": { "x": 571, "y": 324, "w": 78, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 78, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0064.png",
+ "frame": { "x": 161, "y": 246, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0065.png",
+ "frame": { "x": 81, "y": 240, "w": 80, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 80, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0066.png",
+ "frame": { "x": 577, "y": 162, "w": 83, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 83, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0067.png",
+ "frame": { "x": 1, "y": 158, "w": 89, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 5, "w": 89, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0068.png",
+ "frame": { "x": 1, "y": 79, "w": 95, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 6, "w": 95, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0069.png",
+ "frame": { "x": 612, "y": 1, "w": 100, "h": 78 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 100, "h": 78 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0070.png",
+ "frame": { "x": 310, "y": 1, "w": 104, "h": 76 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 4, "y": 9, "w": 104, "h": 76 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0071.png",
+ "frame": { "x": 513, "y": 1, "w": 99, "h": 79 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 6, "w": 99, "h": 79 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0072.png",
+ "frame": { "x": 495, "y": 80, "w": 90, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 14, "y": 4, "w": 90, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0073.png",
+ "frame": { "x": 612, "y": 79, "w": 88, "h": 83 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 2, "w": 88, "h": 83 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0074.png",
+ "frame": { "x": 198, "y": 79, "w": 87, "h": 85 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 0, "w": 87, "h": 85 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0075.png",
+ "frame": { "x": 90, "y": 158, "w": 84, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 8, "y": 3, "w": 84, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0076.png",
+ "frame": { "x": 471, "y": 325, "w": 76, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 76, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0077.png",
+ "frame": { "x": 77, "y": 403, "w": 75, "h": 74 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 14, "w": 75, "h": 74 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0078.png",
+ "frame": { "x": 231, "y": 400, "w": 75, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 7, "w": 75, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0079.png",
+ "frame": { "x": 1, "y": 402, "w": 76, "h": 77 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 9, "w": 76, "h": 77 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0080.png",
+ "frame": { "x": 317, "y": 325, "w": 77, "h": 80 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 6, "w": 77, "h": 80 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0081.png",
+ "frame": { "x": 239, "y": 319, "w": 78, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 5, "w": 78, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0082.png",
+ "frame": { "x": 174, "y": 164, "w": 80, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 5, "y": 4, "w": 80, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0083.png",
+ "frame": { "x": 1, "y": 238, "w": 80, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 6, "y": 3, "w": 80, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0084.png",
+ "frame": { "x": 334, "y": 243, "w": 79, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 7, "y": 3, "w": 79, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0085.png",
+ "frame": { "x": 1, "y": 320, "w": 77, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 9, "y": 3, "w": 77, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0086.png",
+ "frame": { "x": 78, "y": 321, "w": 77, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 77, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0087.png",
+ "frame": { "x": 413, "y": 243, "w": 79, "h": 82 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 3, "w": 79, "h": 82 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0088.png",
+ "frame": { "x": 577, "y": 243, "w": 79, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 10, "y": 4, "w": 79, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ },
+ {
+ "filename": "0089.png",
+ "frame": { "x": 492, "y": 244, "w": 79, "h": 81 },
+ "rotated": false,
+ "trimmed": true,
+ "spriteSourceSize": { "x": 11, "y": 4, "w": 79, "h": 81 },
+ "sourceSize": { "w": 108, "h": 88 },
+ "duration": 100
+ }
+ ],
+ "meta": {
+ "app": "https://www.aseprite.org/",
+ "version": "1.3.13-x64",
+ "image": "784.png",
+ "format": "I8",
+ "size": { "w": 727, "h": 481 },
+ "scale": "1"
+ }
}
diff --git a/public/images/pokemon/shiny/784.png b/public/images/pokemon/shiny/784.png
index 57cf7a67747..f9f5813e1c2 100644
Binary files a/public/images/pokemon/shiny/784.png and b/public/images/pokemon/shiny/784.png differ
diff --git a/public/images/pokemon/shiny/890.json b/public/images/pokemon/shiny/890.json
index 15d4be50370..527f9bbf500 100644
--- a/public/images/pokemon/shiny/890.json
+++ b/public/images/pokemon/shiny/890.json
@@ -4,30 +4,1815 @@
"image": "890.png",
"format": "RGBA8888",
"size": {
- "w": 92,
- "h": 88
+ "w": 539,
+ "h": 539
},
"scale": 1,
"frames": [
+ {
+ "filename": "0077.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 66
+ },
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 96,
+ "h": 66
+ }
+ },
+ {
+ "filename": "0078.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 66
+ },
+ "frame": {
+ "x": 96,
+ "y": 0,
+ "w": 96,
+ "h": 66
+ }
+ },
+ {
+ "filename": "0079.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 66
+ },
+ "frame": {
+ "x": 192,
+ "y": 0,
+ "w": 96,
+ "h": 66
+ }
+ },
+ {
+ "filename": "0076.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 67
+ },
+ "frame": {
+ "x": 288,
+ "y": 0,
+ "w": 96,
+ "h": 67
+ }
+ },
+ {
+ "filename": "0080.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 19,
+ "w": 95,
+ "h": 67
+ },
+ "frame": {
+ "x": 384,
+ "y": 0,
+ "w": 95,
+ "h": 67
+ }
+ },
+ {
+ "filename": "0071.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 68
+ },
+ "frame": {
+ "x": 0,
+ "y": 66,
+ "w": 96,
+ "h": 68
+ }
+ },
+ {
+ "filename": "0073.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 68
+ },
+ "frame": {
+ "x": 96,
+ "y": 66,
+ "w": 96,
+ "h": 68
+ }
+ },
+ {
+ "filename": "0075.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 68
+ },
+ "frame": {
+ "x": 192,
+ "y": 66,
+ "w": 96,
+ "h": 68
+ }
+ },
+ {
+ "filename": "0081.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 18,
+ "w": 96,
+ "h": 68
+ },
+ "frame": {
+ "x": 288,
+ "y": 67,
+ "w": 96,
+ "h": 68
+ }
+ },
+ {
+ "filename": "0070.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 69
+ },
+ "frame": {
+ "x": 384,
+ "y": 67,
+ "w": 96,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0072.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 69
+ },
+ "frame": {
+ "x": 0,
+ "y": 134,
+ "w": 96,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0074.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 19,
+ "w": 96,
+ "h": 69
+ },
+ "frame": {
+ "x": 96,
+ "y": 134,
+ "w": 96,
+ "h": 69
+ }
+ },
+ {
+ "filename": "0082.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 16,
+ "w": 96,
+ "h": 71
+ },
+ "frame": {
+ "x": 192,
+ "y": 134,
+ "w": 96,
+ "h": 71
+ }
+ },
+ {
+ "filename": "0068.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 6,
+ "y": 10,
+ "w": 88,
+ "h": 73
+ },
+ "frame": {
+ "x": 288,
+ "y": 135,
+ "w": 88,
+ "h": 73
+ }
+ },
+ {
+ "filename": "0069.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 16,
+ "w": 92,
+ "h": 73
+ },
+ "frame": {
+ "x": 376,
+ "y": 136,
+ "w": 92,
+ "h": 73
+ }
+ },
+ {
+ "filename": "0083.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 13,
+ "w": 95,
+ "h": 74
+ },
+ "frame": {
+ "x": 0,
+ "y": 203,
+ "w": 95,
+ "h": 74
+ }
+ },
+ {
+ "filename": "0009.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 13,
+ "w": 94,
+ "h": 76
+ },
+ "frame": {
+ "x": 95,
+ "y": 203,
+ "w": 94,
+ "h": 76
+ }
+ },
+ {
+ "filename": "0025.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 13,
+ "w": 94,
+ "h": 76
+ },
+ "frame": {
+ "x": 95,
+ "y": 203,
+ "w": 94,
+ "h": 76
+ }
+ },
+ {
+ "filename": "0041.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 13,
+ "w": 94,
+ "h": 76
+ },
+ "frame": {
+ "x": 95,
+ "y": 203,
+ "w": 94,
+ "h": 76
+ }
+ },
+ {
+ "filename": "0057.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 13,
+ "w": 94,
+ "h": 76
+ },
+ "frame": {
+ "x": 95,
+ "y": 203,
+ "w": 94,
+ "h": 76
+ }
+ },
+ {
+ "filename": "0008.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 12,
+ "w": 89,
+ "h": 77
+ },
+ "frame": {
+ "x": 189,
+ "y": 205,
+ "w": 89,
+ "h": 77
+ }
+ },
+ {
+ "filename": "0024.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 12,
+ "w": 89,
+ "h": 77
+ },
+ "frame": {
+ "x": 189,
+ "y": 205,
+ "w": 89,
+ "h": 77
+ }
+ },
+ {
+ "filename": "0040.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 12,
+ "w": 89,
+ "h": 77
+ },
+ "frame": {
+ "x": 189,
+ "y": 205,
+ "w": 89,
+ "h": 77
+ }
+ },
+ {
+ "filename": "0056.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 12,
+ "w": 89,
+ "h": 77
+ },
+ "frame": {
+ "x": 189,
+ "y": 205,
+ "w": 89,
+ "h": 77
+ }
+ },
+ {
+ "filename": "0010.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 11,
+ "w": 94,
+ "h": 77
+ },
+ "frame": {
+ "x": 278,
+ "y": 208,
+ "w": 94,
+ "h": 77
+ }
+ },
+ {
+ "filename": "0026.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 11,
+ "w": 94,
+ "h": 77
+ },
+ "frame": {
+ "x": 278,
+ "y": 208,
+ "w": 94,
+ "h": 77
+ }
+ },
+ {
+ "filename": "0042.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 11,
+ "w": 94,
+ "h": 77
+ },
+ "frame": {
+ "x": 278,
+ "y": 208,
+ "w": 94,
+ "h": 77
+ }
+ },
+ {
+ "filename": "0058.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 11,
+ "w": 94,
+ "h": 77
+ },
+ "frame": {
+ "x": 278,
+ "y": 208,
+ "w": 94,
+ "h": 77
+ }
+ },
+ {
+ "filename": "0084.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 1,
+ "y": 9,
+ "w": 95,
+ "h": 77
+ },
+ "frame": {
+ "x": 372,
+ "y": 209,
+ "w": 95,
+ "h": 77
+ }
+ },
+ {
+ "filename": "0007.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 11,
+ "w": 86,
+ "h": 78
+ },
+ "frame": {
+ "x": 0,
+ "y": 277,
+ "w": 86,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0023.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 11,
+ "w": 86,
+ "h": 78
+ },
+ "frame": {
+ "x": 0,
+ "y": 277,
+ "w": 86,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0039.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 11,
+ "w": 86,
+ "h": 78
+ },
+ "frame": {
+ "x": 0,
+ "y": 277,
+ "w": 86,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0055.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 11,
+ "w": 86,
+ "h": 78
+ },
+ "frame": {
+ "x": 0,
+ "y": 277,
+ "w": 86,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0011.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 92,
+ "h": 78
+ },
+ "frame": {
+ "x": 86,
+ "y": 279,
+ "w": 92,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0027.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 92,
+ "h": 78
+ },
+ "frame": {
+ "x": 86,
+ "y": 279,
+ "w": 92,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0043.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 92,
+ "h": 78
+ },
+ "frame": {
+ "x": 86,
+ "y": 279,
+ "w": 92,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0059.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 8,
+ "w": 92,
+ "h": 78
+ },
+ "frame": {
+ "x": 86,
+ "y": 279,
+ "w": 92,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0012.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 91,
+ "h": 78
+ },
+ "frame": {
+ "x": 178,
+ "y": 282,
+ "w": 91,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0028.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 91,
+ "h": 78
+ },
+ "frame": {
+ "x": 178,
+ "y": 282,
+ "w": 91,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0044.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 91,
+ "h": 78
+ },
+ "frame": {
+ "x": 178,
+ "y": 282,
+ "w": 91,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0060.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 6,
+ "w": 91,
+ "h": 78
+ },
+ "frame": {
+ "x": 178,
+ "y": 282,
+ "w": 91,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0013.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 91,
+ "h": 78
+ },
+ "frame": {
+ "x": 269,
+ "y": 285,
+ "w": 91,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0029.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 91,
+ "h": 78
+ },
+ "frame": {
+ "x": 269,
+ "y": 285,
+ "w": 91,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0045.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 91,
+ "h": 78
+ },
+ "frame": {
+ "x": 269,
+ "y": 285,
+ "w": 91,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0061.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 4,
+ "w": 91,
+ "h": 78
+ },
+ "frame": {
+ "x": 269,
+ "y": 285,
+ "w": 91,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0067.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 7,
+ "y": 5,
+ "w": 86,
+ "h": 78
+ },
+ "frame": {
+ "x": 360,
+ "y": 286,
+ "w": 86,
+ "h": 78
+ }
+ },
+ {
+ "filename": "0006.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 9,
+ "w": 86,
+ "h": 79
+ },
+ "frame": {
+ "x": 446,
+ "y": 286,
+ "w": 86,
+ "h": 79
+ }
+ },
+ {
+ "filename": "0022.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 9,
+ "w": 86,
+ "h": 79
+ },
+ "frame": {
+ "x": 446,
+ "y": 286,
+ "w": 86,
+ "h": 79
+ }
+ },
+ {
+ "filename": "0038.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 9,
+ "w": 86,
+ "h": 79
+ },
+ "frame": {
+ "x": 446,
+ "y": 286,
+ "w": 86,
+ "h": 79
+ }
+ },
+ {
+ "filename": "0054.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 9,
+ "w": 86,
+ "h": 79
+ },
+ "frame": {
+ "x": 446,
+ "y": 286,
+ "w": 86,
+ "h": 79
+ }
+ },
+ {
+ "filename": "0005.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 85,
+ "h": 80
+ },
+ "frame": {
+ "x": 0,
+ "y": 355,
+ "w": 85,
+ "h": 80
+ }
+ },
+ {
+ "filename": "0021.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 85,
+ "h": 80
+ },
+ "frame": {
+ "x": 0,
+ "y": 355,
+ "w": 85,
+ "h": 80
+ }
+ },
+ {
+ "filename": "0037.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 85,
+ "h": 80
+ },
+ "frame": {
+ "x": 0,
+ "y": 355,
+ "w": 85,
+ "h": 80
+ }
+ },
+ {
+ "filename": "0053.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 6,
+ "w": 85,
+ "h": 80
+ },
+ "frame": {
+ "x": 0,
+ "y": 355,
+ "w": 85,
+ "h": 80
+ }
+ },
+ {
+ "filename": "0085.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 2,
+ "y": 6,
+ "w": 93,
+ "h": 79
+ },
+ "frame": {
+ "x": 85,
+ "y": 357,
+ "w": 93,
+ "h": 79
+ }
+ },
+ {
+ "filename": "0014.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 90,
+ "h": 80
+ },
+ "frame": {
+ "x": 178,
+ "y": 360,
+ "w": 90,
+ "h": 80
+ }
+ },
+ {
+ "filename": "0030.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 90,
+ "h": 80
+ },
+ "frame": {
+ "x": 178,
+ "y": 360,
+ "w": 90,
+ "h": 80
+ }
+ },
+ {
+ "filename": "0046.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 90,
+ "h": 80
+ },
+ "frame": {
+ "x": 178,
+ "y": 360,
+ "w": 90,
+ "h": 80
+ }
+ },
+ {
+ "filename": "0062.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 90,
+ "h": 80
+ },
+ "frame": {
+ "x": 178,
+ "y": 360,
+ "w": 90,
+ "h": 80
+ }
+ },
+ {
+ "filename": "0004.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 4,
+ "w": 86,
+ "h": 81
+ },
+ "frame": {
+ "x": 268,
+ "y": 363,
+ "w": 86,
+ "h": 81
+ }
+ },
+ {
+ "filename": "0020.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 4,
+ "w": 86,
+ "h": 81
+ },
+ "frame": {
+ "x": 268,
+ "y": 363,
+ "w": 86,
+ "h": 81
+ }
+ },
+ {
+ "filename": "0036.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 4,
+ "w": 86,
+ "h": 81
+ },
+ "frame": {
+ "x": 268,
+ "y": 363,
+ "w": 86,
+ "h": 81
+ }
+ },
+ {
+ "filename": "0052.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 4,
+ "w": 86,
+ "h": 81
+ },
+ "frame": {
+ "x": 268,
+ "y": 363,
+ "w": 86,
+ "h": 81
+ }
+ },
+ {
+ "filename": "0002.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 1,
+ "w": 88,
+ "h": 82
+ },
+ "frame": {
+ "x": 354,
+ "y": 364,
+ "w": 88,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0018.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 1,
+ "w": 88,
+ "h": 82
+ },
+ "frame": {
+ "x": 354,
+ "y": 364,
+ "w": 88,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0034.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 1,
+ "w": 88,
+ "h": 82
+ },
+ "frame": {
+ "x": 354,
+ "y": 364,
+ "w": 88,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0050.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 1,
+ "w": 88,
+ "h": 82
+ },
+ "frame": {
+ "x": 354,
+ "y": 364,
+ "w": 88,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0003.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 2,
+ "w": 87,
+ "h": 82
+ },
+ "frame": {
+ "x": 442,
+ "y": 365,
+ "w": 87,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0019.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 2,
+ "w": 87,
+ "h": 82
+ },
+ "frame": {
+ "x": 442,
+ "y": 365,
+ "w": 87,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0035.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 2,
+ "w": 87,
+ "h": 82
+ },
+ "frame": {
+ "x": 442,
+ "y": 365,
+ "w": 87,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0051.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 2,
+ "w": 87,
+ "h": 82
+ },
+ "frame": {
+ "x": 442,
+ "y": 365,
+ "w": 87,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0015.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 1,
+ "w": 91,
+ "h": 82
+ },
+ "frame": {
+ "x": 0,
+ "y": 436,
+ "w": 91,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0031.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 1,
+ "w": 91,
+ "h": 82
+ },
+ "frame": {
+ "x": 0,
+ "y": 436,
+ "w": 91,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0047.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 1,
+ "w": 91,
+ "h": 82
+ },
+ "frame": {
+ "x": 0,
+ "y": 436,
+ "w": 91,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0063.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 1,
+ "w": 91,
+ "h": 82
+ },
+ "frame": {
+ "x": 0,
+ "y": 436,
+ "w": 91,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0066.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 5,
+ "y": 2,
+ "w": 88,
+ "h": 82
+ },
+ "frame": {
+ "x": 91,
+ "y": 440,
+ "w": 88,
+ "h": 82
+ }
+ },
+ {
+ "filename": "0065.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 89,
+ "h": 85
+ },
+ "frame": {
+ "x": 179,
+ "y": 440,
+ "w": 89,
+ "h": 85
+ }
+ },
+ {
+ "filename": "0086.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 3,
+ "y": 3,
+ "w": 91,
+ "h": 82
+ },
+ "frame": {
+ "x": 268,
+ "y": 446,
+ "w": 91,
+ "h": 82
+ }
+ },
{
"filename": "0001.png",
"rotated": false,
"trimmed": true,
"sourceSize": {
"w": 96,
- "h": 96
+ "h": 89
},
"spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 92,
- "h": 88
+ "x": 4,
+ "y": 0,
+ "w": 90,
+ "h": 84
},
"frame": {
- "x": 0,
+ "x": 359,
+ "y": 447,
+ "w": 90,
+ "h": 84
+ }
+ },
+ {
+ "filename": "0017.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
"y": 0,
- "w": 92,
- "h": 88
+ "w": 90,
+ "h": 84
+ },
+ "frame": {
+ "x": 359,
+ "y": 447,
+ "w": 90,
+ "h": 84
+ }
+ },
+ {
+ "filename": "0033.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 90,
+ "h": 84
+ },
+ "frame": {
+ "x": 359,
+ "y": 447,
+ "w": 90,
+ "h": 84
+ }
+ },
+ {
+ "filename": "0049.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 90,
+ "h": 84
+ },
+ "frame": {
+ "x": 359,
+ "y": 447,
+ "w": 90,
+ "h": 84
+ }
+ },
+ {
+ "filename": "0016.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 90,
+ "h": 84
+ },
+ "frame": {
+ "x": 449,
+ "y": 447,
+ "w": 90,
+ "h": 84
+ }
+ },
+ {
+ "filename": "0032.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 90,
+ "h": 84
+ },
+ "frame": {
+ "x": 449,
+ "y": 447,
+ "w": 90,
+ "h": 84
+ }
+ },
+ {
+ "filename": "0048.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 90,
+ "h": 84
+ },
+ "frame": {
+ "x": 449,
+ "y": 447,
+ "w": 90,
+ "h": 84
+ }
+ },
+ {
+ "filename": "0064.png",
+ "rotated": false,
+ "trimmed": true,
+ "sourceSize": {
+ "w": 96,
+ "h": 89
+ },
+ "spriteSourceSize": {
+ "x": 4,
+ "y": 0,
+ "w": 90,
+ "h": 84
+ },
+ "frame": {
+ "x": 449,
+ "y": 447,
+ "w": 90,
+ "h": 84
}
}
]
@@ -36,6 +1821,6 @@
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:15403e46a7a5b364c2a2147d4eb7d7c3:2e867b4ea704cf035cb5af056c17a9c3:cedd2711a12bbacba5623505fe88bd92$"
+ "smartupdate": "$TexturePacker:SmartUpdate:fa96c0e3d65728e89186519f4cb67c52:fea71255f53302925c1d757e4cf5549f:cedd2711a12bbacba5623505fe88bd92$"
}
}
diff --git a/public/images/pokemon/shiny/890.png b/public/images/pokemon/shiny/890.png
index d59419ca66c..98e82b38b21 100644
Binary files a/public/images/pokemon/shiny/890.png and b/public/images/pokemon/shiny/890.png differ
diff --git a/public/images/pokemon/shiny/female/668.png b/public/images/pokemon/shiny/female/668.png
index 1f56d13bc4c..ec0d2338fac 100644
Binary files a/public/images/pokemon/shiny/female/668.png and b/public/images/pokemon/shiny/female/668.png differ
diff --git a/public/images/pokemon/variant/1011.json b/public/images/pokemon/variant/1011.json
new file mode 100644
index 00000000000..cbb4be4e207
--- /dev/null
+++ b/public/images/pokemon/variant/1011.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "fd9477": "63b9b9",
+ "e64d3c": "397880",
+ "a28339": "5a4385",
+ "477d45": "67698b",
+ "b09579": "8ea1b4",
+ "f5e279": "f0d3f9",
+ "253922": "232b3a",
+ "345539": "313d4b",
+ "d1b147": "c998e2",
+ "9c1e2a": "272a52",
+ "7eb36a": "9aa0b3",
+ "9fc164": "9aa0b3",
+ "8e9960": "67698b",
+ "c73030": "2b526f",
+ "61071f": "190e2e"
+ },
+ "2": {
+ "fd9477": "f3efde",
+ "e64d3c": "eee0bc",
+ "a28339": "2e2246",
+ "477d45": "903c4e",
+ "b09579": "b49c98",
+ "f5e279": "589df3",
+ "253922": "2e0920",
+ "345539": "4f162a",
+ "d1b147": "354dbf",
+ "9c1e2a": "9c564c",
+ "7eb36a": "e28c95",
+ "9fc164": "e28c95",
+ "8e9960": "b0526f",
+ "c73030": "d1a87e",
+ "61071f": "571818"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/1019.json b/public/images/pokemon/variant/1019.json
new file mode 100644
index 00000000000..2d5a5f699c6
--- /dev/null
+++ b/public/images/pokemon/variant/1019.json
@@ -0,0 +1,46 @@
+{
+ "1": {
+ "9c0808": "70a2c5",
+ "b91d1d": "abd7e2",
+ "746739": "69348b",
+ "6ba835": "7a7c9e",
+ "9ce05f": "9aa0b3",
+ "d43e2d": "4e969e",
+ "841111": "302752",
+ "b11717": "663267",
+ "680606": "065e68",
+ "ff7a59": "69c5c5",
+ "c59588": "9c2e72",
+ "2d6127": "7f58af",
+ "b72629": "2b526f",
+ "b59a7d": "a3b9d0",
+ "82664a": "48476c",
+ "ffce5e": "d69ae8",
+ "3e662b": "313846",
+ "dcbfab": "c55885",
+ "e9cfb3": "dcebf9",
+ "3c9b3e": "e8edff"
+ },
+ "2": {
+ "9c0808": "bfb5ab",
+ "b91d1d": "dcd9d1",
+ "746739": "312374",
+ "6ba835": "a8546e",
+ "9ce05f": "e28c95",
+ "d43e2d": "eedfb8",
+ "841111": "4b211b",
+ "b11717": "63473b",
+ "680606": "68403b",
+ "ff7a59": "f3efde",
+ "c59588": "402622",
+ "2d6127": "2e2b8b",
+ "b72629": "bf9870",
+ "b59a7d": "cbb4af",
+ "82664a": "613838",
+ "ffce5e": "688ce8",
+ "3e662b": "341c1c",
+ "dcbfab": "5d4c45",
+ "e9cfb3": "e2dcd6",
+ "3c9b3e": "5e75e2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/143-gigantamax.json b/public/images/pokemon/variant/143-gigantamax.json
new file mode 100644
index 00000000000..c6e5312d330
--- /dev/null
+++ b/public/images/pokemon/variant/143-gigantamax.json
@@ -0,0 +1,50 @@
+{
+ "1": {
+ "101010": "101010",
+ "5f3c18": "544a41",
+ "5e3e1d": "351b52",
+ "31573f": "7b59ba",
+ "54792b": "c06386",
+ "103941": "701a55",
+ "315a7b": "943469",
+ "bd3740": "c94489",
+ "a3704e": "522663",
+ "a47352": "6b6357",
+ "ad7f5f": "b56564",
+ "de5656": "d65a8a",
+ "069f5f": "b083de",
+ "89b432": "f1a1b2",
+ "bbe35b": "f1a1b2",
+ "98a0a0": "98a0a0",
+ "a0a0a0": "a0a0a0",
+ "fc8b9f": "ed7794",
+ "e6c5ac": "cf8880",
+ "f6e6bd": "f0beb1",
+ "c9c9c9": "c9c9c9",
+ "f4f4f4": "f4f4f4"
+ },
+ "2": {
+ "101010": "101010",
+ "5f3c18": "ba6632",
+ "5e3e1d": "c2986e",
+ "31573f": "4b4c52",
+ "54792b": "208073",
+ "103941": "93b5c2",
+ "315a7b": "b6d6d9",
+ "bd3740": "9e4619",
+ "a3704e": "e6cda1",
+ "a47352": "cf9d48",
+ "ad7f5f": "284878",
+ "de5656": "bd742b",
+ "069f5f": "7c7c82",
+ "89b432": "37ad82",
+ "bbe35b": "79e0a2",
+ "98a0a0": "53738a",
+ "a0a0a0": "abd1cc",
+ "fc8b9f": "d9a443",
+ "e6c5ac": "27538a",
+ "f6e6bd": "36719c",
+ "c9c9c9": "b4d3d9",
+ "f4f4f4": "f4f4f4"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/143.json b/public/images/pokemon/variant/143.json
new file mode 100644
index 00000000000..b4e32403fc6
--- /dev/null
+++ b/public/images/pokemon/variant/143.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "000000": "101010",
+ "634221": "351b52",
+ "103a42": "701a55",
+ "3a3d47": "41201e",
+ "3d3d47": "756363",
+ "315a7b": "943469",
+ "8a6455": "91504e",
+ "a67351": "522663",
+ "a57352": "9e5755",
+ "528cad": "ad4b70",
+ "73a5bd": "cc6c84",
+ "e6c5ad": "cf8880",
+ "f7d6bd": "e09f96",
+ "f7e6bd": "f0beb1",
+ "cecece": "cbc4c4",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "000000": "101010",
+ "634221": "c2986e",
+ "103a42": "85adbc",
+ "3a3d47": "131d39",
+ "3d3d47": "2b2b32",
+ "315a7b": "a3cacd",
+ "8a6455": "192b59",
+ "a67351": "e6cda1",
+ "a57352": "1b2e61",
+ "528cad": "cbe4e2",
+ "73a5bd": "edf5f4",
+ "e6c5ad": "284878",
+ "f7d6bd": "38638f",
+ "f7e6bd": "457ca8",
+ "cecece": "bfc7cb",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/187.json b/public/images/pokemon/variant/187.json
new file mode 100644
index 00000000000..7e0d1dca511
--- /dev/null
+++ b/public/images/pokemon/variant/187.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "101010": "101010",
+ "425a10": "934200",
+ "52843a": "c27600",
+ "63bd5a": "efac00",
+ "8c083a": "012a3e",
+ "9cde5a": "ffdc46",
+ "b56373": "003e53",
+ "ff7b94": "006d7f",
+ "f79cb5": "00a59b",
+ "ffc500": "e3396c",
+ "ffff00": "ffa8b6"
+ },
+ "2": {
+ "101010": "101010",
+ "425a10": "5f0052",
+ "52843a": "960070",
+ "63bd5a": "960070",
+ "8c083a": "802600",
+ "9cde5a": "e01c75",
+ "b56373": "d8591c",
+ "ff7b94": "fa9600",
+ "f79cb5": "ffc93b",
+ "ffc500": "5ec0ec",
+ "ffff00": "94ecf9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/188.json b/public/images/pokemon/variant/188.json
new file mode 100644
index 00000000000..03edfeb51ff
--- /dev/null
+++ b/public/images/pokemon/variant/188.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "000000": "101010",
+ "196b00": "c66b31",
+ "42b521": "e99f23",
+ "63d631": "ffd953",
+ "8c5200": "004269",
+ "8cf74a": "fef579",
+ "b5d6de": "fa9600",
+ "f7a519": "005883",
+ "ff6300": "420c78",
+ "ffd600": "046c90",
+ "ffef00": "007b9a",
+ "ffffff": "ffc93b"
+ },
+ "2": {
+ "000000": "101010",
+ "196b00": "2659ad",
+ "42b521": "5293d5",
+ "63d631": "79d5fa",
+ "8c5200": "5f0052",
+ "8cf74a": "a6eafa",
+ "b5d6de": "fa9600",
+ "f7a519": "960070",
+ "ff6300": "86005c",
+ "ffd600": "ba0071",
+ "ffef00": "e01c75",
+ "ffffff": "ffc93b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/189.json b/public/images/pokemon/variant/189.json
new file mode 100644
index 00000000000..7166d9ac513
--- /dev/null
+++ b/public/images/pokemon/variant/189.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "194a73": "b64d21",
+ "c53142": "405b8f",
+ "ef4252": "6781a4",
+ "29844a": "83839f",
+ "b58c31": "071a3c",
+ "d6bd5a": "282773",
+ "84ce7b": "c1bdd1",
+ "3a73c5": "e19903",
+ "ded67b": "ded67b",
+ "efe69c": "104f80",
+ "8cb5ff": "f9f870",
+ "ffffde": "2faac4",
+ "ffffee": "ffffee",
+ "fff7b5": "1379a0",
+ "739cff": "fcd936"
+ },
+ "2": {
+ "101010": "101010",
+ "194a73": "680054",
+ "c53142": "3887d2",
+ "ef4252": "58c1ea",
+ "29844a": "3887d3",
+ "b58c31": "da5014",
+ "d6bd5a": "f06f22",
+ "84ce7b": "58c1eb",
+ "3a73c5": "980062",
+ "ded67b": "ded67b",
+ "efe69c": "ffa747",
+ "8cb5ff": "e4486a",
+ "ffffde": "f9f29b",
+ "ffffee": "ffffee",
+ "fff7b5": "ffd45a",
+ "739cff": "d20d6a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/2037.json b/public/images/pokemon/variant/2037.json
new file mode 100644
index 00000000000..2c190d5d36a
--- /dev/null
+++ b/public/images/pokemon/variant/2037.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "151515": "101010",
+ "2d57bb": "235dc4",
+ "558b9f": "9f435d",
+ "648082": "6e67b0",
+ "6cb1db": "3daae0",
+ "97bdd2": "ffa8b8",
+ "c1d1d2": "b3b8ea",
+ "d9e9f4": "ffd3e1",
+ "fdfdfd": "d7d9f9",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "151515": "101010",
+ "2d57bb": "6e1179",
+ "558b9f": "90215e",
+ "648082": "bf4747",
+ "6cb1db": "8832a0",
+ "97bdd2": "da4e75",
+ "c1d1d2": "ffc07b",
+ "d9e9f4": "ff8489",
+ "fdfdfd": "ffe6a0",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/2038.json b/public/images/pokemon/variant/2038.json
new file mode 100644
index 00000000000..845c45f7887
--- /dev/null
+++ b/public/images/pokemon/variant/2038.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "4d5c78": "394880",
+ "516077": "9f435d",
+ "007ab5": "2380c4",
+ "38858d": "e35ea2",
+ "7a8a9c": "6172ab",
+ "66b3d7": "3dbfe0",
+ "86a8c0": "e27495",
+ "81c2c5": "ff89c0",
+ "bdcbd7": "a7ade7",
+ "a1e1de": "ffb6e5",
+ "b0d3ea": "ffa8b8",
+ "eafefe": "ffd3e1",
+ "fdfdfd": "bec6ef",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "4d5c78": "73174a",
+ "516077": "bb3c3c",
+ "007ab5": "882493",
+ "38858d": "572746",
+ "7a8a9c": "90215e",
+ "66b3d7": "a044ab",
+ "86a8c0": "ff824c",
+ "81c2c5": "75355e",
+ "bdcbd7": "da426d",
+ "a1e1de": "93547c",
+ "b0d3ea": "ffbf6b",
+ "eafefe": "ffe28c",
+ "fdfdfd": "ff6f86",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/204.json b/public/images/pokemon/variant/204.json
new file mode 100644
index 00000000000..19494090ac5
--- /dev/null
+++ b/public/images/pokemon/variant/204.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "84d6d6": "c1cd7d",
+ "b5eff7": "e3e796",
+ "3a73a5": "74a057",
+ "942900": "cc5c1c",
+ "294a7b": "4b7641",
+ "52adb5": "a4b76b",
+ "ff4a3a": "f68b31"
+ },
+ "2": {
+ "84d6d6": "eda6ae",
+ "b5eff7": "f7dcd7",
+ "3a73a5": "b43469",
+ "942900": "1eaaaa",
+ "294a7b": "700a4b",
+ "52adb5": "d46b84",
+ "ff4a3a": "36cfbb"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/205.json b/public/images/pokemon/variant/205.json
new file mode 100644
index 00000000000..06e56b61f61
--- /dev/null
+++ b/public/images/pokemon/variant/205.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "847b9c": "103b2c",
+ "f7deef": "5b965b",
+ "e6cef7": "3e7745",
+ "6b6b6b": "53af4a",
+ "ff9c9c": "ffb356",
+ "ffffff": "91c25e",
+ "841031": "af3b11",
+ "f76373": "f68b31",
+ "bd2942": "d8681e",
+ "524263": "04211a",
+ "c5a5de": "205639"
+ },
+ "2": {
+ "847b9c": "962a41",
+ "f7deef": "f7e2d7",
+ "e6cef7": "e9b1a0",
+ "ff9c9c": "b0f5ee",
+ "841031": "0e2667",
+ "f76373": "6bbfd2",
+ "bd2942": "2c6094",
+ "524263": "691338",
+ "c5a5de": "c86554"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/207.json b/public/images/pokemon/variant/207.json
index 63e1098713a..7d1ff05493d 100644
--- a/public/images/pokemon/variant/207.json
+++ b/public/images/pokemon/variant/207.json
@@ -1,32 +1,26 @@
{
"1": {
- "63314a": "7f4812",
- "e6a5ce": "f8dd84",
- "101010": "101010",
- "ad6394": "b67322",
"de84b5": "daa93f",
- "4a5a73": "4a5a73",
- "ffffff": "ffffff",
- "adbdc5": "adbdc5",
- "bd6b5a": "49a3d2",
+ "e6a5ce": "f8dd84",
+ "63314a": "275487",
"4a73bd": "3b426f",
- "ffa584": "68caed",
"294a7b": "1f2142",
- "6b9cef": "596596"
+ "ad6394": "b67322",
+ "612f48": "7f4812",
+ "6b9cef": "596596",
+ "ffa584": "68caed",
+ "bd6b5a": "49a3d2"
},
"2": {
- "63314a": "5f1723",
- "e6a5ce": "ef6b58",
- "101010": "101010",
- "ad6394": "97343c",
"de84b5": "c04144",
- "4a5a73": "4a5a73",
- "ffffff": "ffffff",
- "adbdc5": "adbdc5",
- "bd6b5a": "c86539",
+ "e6a5ce": "ef6b58",
+ "63314a": "752d17",
"4a73bd": "42bca0",
- "ffa584": "f0a452",
"294a7b": "33817e",
- "6b9cef": "81e4b3"
+ "ad6394": "97343c",
+ "612f48": "5f1723",
+ "6b9cef": "81e4b3",
+ "ffa584": "f0a452",
+ "bd6b5a": "c86539"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/248-mega.json b/public/images/pokemon/variant/248-mega.json
index f515868233f..589b3616079 100644
--- a/public/images/pokemon/variant/248-mega.json
+++ b/public/images/pokemon/variant/248-mega.json
@@ -1,17 +1,34 @@
{
+ "1": {
+"4a5a39": "533334",
+"821610": "004194",
+"942900": "004194",
+"d0243b": "006fb3",
+"d55200": "0098fc",
+"ff3e40": "0098fc",
+"f24159": "088a72",
+"f55e72": "18b8a0",
+"ff6668": "1cd9ff",
+"739c62": "915957",
+"ff8385": "00e0fc",
+"ffa3a4": "00ffc8",
+"accd9c": "c78482",
+"dee6cd": "dbb1b5"
+ },
"2": {
- "4a5a39": "06092f",
- "101010": "101010",
- "dee6cd": "7068b2",
- "accd9c": "625695",
- "739c62": "2c3071",
- "942900": "ee7b06",
- "fefefe": "fefefe",
- "c5c5c5": "c5c5c5",
- "d55200": "ffa904",
- "d0243b": "ffa904",
- "ff3e40": "ffef76",
- "821610": "ee7b06",
- "737373": "737373"
+"4a5a39": "06092f",
+"821610": "ee7b06",
+"942900": "ee7b06",
+"d0243b": "ffa904",
+"d55200": "ffa904",
+"ff3e40": "ffef76",
+"f24159": "ff9224",
+"f55e72": "ffba36",
+"ff6668": "fff28f",
+"739c62": "2c3071",
+"ff8385": "fff49a",
+"ffa3a4": "fff9ce",
+"accd9c": "625695",
+"dee6cd": "7068b2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/248-mega_2.json b/public/images/pokemon/variant/248-mega_2.json
deleted file mode 100644
index 9ef7d417209..00000000000
--- a/public/images/pokemon/variant/248-mega_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "248-mega_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 90,
- "h": 90
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 90,
- "h": 84
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 84
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 90,
- "h": 84
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:e4a1fe4fbac618754df7eb3fcf91b617:0e98725eab652ee45ee2526551c77350:90df97eb431b7162252516cb937a0b9e$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/248-mega_2.png b/public/images/pokemon/variant/248-mega_2.png
deleted file mode 100644
index 1aade727abf..00000000000
Binary files a/public/images/pokemon/variant/248-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/299.json b/public/images/pokemon/variant/299.json
new file mode 100644
index 00000000000..3b2cd15e3cd
--- /dev/null
+++ b/public/images/pokemon/variant/299.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "000000": "101010",
+ "5a1921": "1f3a30",
+ "31314a": "6b2710",
+ "9c314a": "30594a",
+ "de5252": "487c60",
+ "ff6b7b": "5a9170",
+ "42529c": "a14020",
+ "637bbd": "c66831",
+ "ff9494": "7fbc7a",
+ "8ca5e6": "db8644",
+ "adbdf7": "e09a65"
+ },
+ "2": {
+ "000000": "101010",
+ "5a1921": "28163a",
+ "31314a": "38619e",
+ "9c314a": "452b5e",
+ "de5252": "584282",
+ "ff6b7b": "675398",
+ "42529c": "68a2cd",
+ "637bbd": "99e4ee",
+ "ff9494": "7282c4",
+ "8ca5e6": "dcfff8",
+ "adbdf7": "f3fff6"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/313.json b/public/images/pokemon/variant/313.json
new file mode 100644
index 00000000000..574574061ce
--- /dev/null
+++ b/public/images/pokemon/variant/313.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "4a526b": "9a4013",
+ "4a4a52": "731509",
+ "ffe652": "fffa52",
+ "7b8ca5": "d66d38",
+ "8c314a": "491c22",
+ "8c8c94": "d4301b",
+ "a5b5c5": "eea256",
+ "f7df4d": "c0f79b",
+ "f78473": "864a51",
+ "8c6b52": "845c46",
+ "deb552": "edc81f",
+ "7b5d47": "329c38",
+ "ce3a52": "491c22",
+ "e65263": "652d32",
+ "d0a94c": "65c859"
+ },
+ "2": {
+ "4a526b": "102b2d",
+ "4a4a52": "1e711a",
+ "ffe652": "dde6b1",
+ "7b8ca5": "1e5256",
+ "8c314a": "0b4569",
+ "8c8c94": "0ba905",
+ "a5b5c5": "26686d",
+ "f7df4d": "ffe798",
+ "f78473": "5cc3f5",
+ "8c6b52": "5c713d",
+ "deb552": "b6d479",
+ "7b5d47": "bd7a0c",
+ "ce3a52": "1b8ad0",
+ "e65263": "2ba5f1",
+ "d0a94c": "ffca1a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/314.json b/public/images/pokemon/variant/314.json
new file mode 100644
index 00000000000..87852b5a6fa
--- /dev/null
+++ b/public/images/pokemon/variant/314.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "56687b": "6b4448",
+ "5a6b8c": "9a4013",
+ "8cadce": "d66d38",
+ "adc5ef": "eea256",
+ "fbfafa": "ffffff",
+ "9c52bd": "57272c",
+ "9c8452": "c38c26",
+ "6b5a94": "371c21",
+ "ffe673": "fffa52",
+ "83a4c5": "a3d0f5",
+ "7b7b7b": "b82b18",
+ "e6b54a": "ffda31",
+ "3a3a3a": "710d00",
+ "005ad6": "439fec",
+ "ce8cde": "6a342c"
+ },
+ "2": {
+ "56687b": "4badea",
+ "5a6b8c": "70a84f",
+ "8cadce": "c1db9c",
+ "adc5ef": "e5edcc",
+ "fbfafa": "8bfdea",
+ "9c52bd": "43a3df",
+ "9c8452": "074656",
+ "6b5a94": "255b95",
+ "ffe673": "3dc5d3",
+ "83a4c5": "ffde93",
+ "7b7b7b": "155870",
+ "e6b54a": "019792",
+ "3a3a3a": "0a2934",
+ "005ad6": "edb125",
+ "ce8cde": "77d4ee"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/32.json b/public/images/pokemon/variant/32.json
new file mode 100644
index 00000000000..473edcae2af
--- /dev/null
+++ b/public/images/pokemon/variant/32.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "006342": "273161",
+ "63426b": "944f25",
+ "b51900": "28678a",
+ "de4229": "42adc1",
+ "ff6b52": "78d6d3",
+ "00a573": "3b4d7a",
+ "9c4aad": "ab5c24",
+ "bd63c5": "cf863e",
+ "19ce9c": "55729e",
+ "e69cd6": "e0c151",
+ "efbdef": "ede4ab",
+ "cecece": "cecece",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "006342": "b0384a",
+ "63426b": "142440",
+ "b51900": "b86527",
+ "de4229": "e1b13b",
+ "ff6b52": "eddd95",
+ "00a573": "d65e64",
+ "9c4aad": "133257",
+ "bd63c5": "253f5e",
+ "19ce9c": "ed938e",
+ "e69cd6": "375c73",
+ "efbdef": "5d91a1",
+ "cecece": "cecece",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/325.json b/public/images/pokemon/variant/325.json
new file mode 100644
index 00000000000..e8c6641defc
--- /dev/null
+++ b/public/images/pokemon/variant/325.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "ef84ad": "5ca0b5",
+ "f7a5bd": "6ac5c8",
+ "c5637b": "3c6b95",
+ "ffd6e6": "b4e6e7",
+ "6b6b7b": "2e7320",
+ "7b7b8c": "559b43",
+ "5a5a73": "7dbc53",
+ "3a4252": "18340c",
+ "a53a42": "2b4d7d",
+ "a5a5ad": "b5d780"
+ },
+ "2": {
+ "ef84ad": "1f6759",
+ "f7a5bd": "379a85",
+ "c5637b": "144844",
+ "ffd6e6": "8dd6ab",
+ "6b6b7b": "72442d",
+ "7b7b8c": "dca878",
+ "5a5a73": "a7724a",
+ "3a4252": "72442d",
+ "a53a42": "0c2625",
+ "a5a5ad": "fbe3a3"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/326.json b/public/images/pokemon/variant/326.json
new file mode 100644
index 00000000000..11e02009a26
--- /dev/null
+++ b/public/images/pokemon/variant/326.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "9c9ca5": "7ecdd1",
+ "d684ce": "7bb15b",
+ "636373": "3c6b95",
+ "ef7b94": "e99e76",
+ "f7bdf7": "bbfcf8",
+ "bd63ad": "559b43",
+ "a5425a": "a84331",
+ "f7a5b5": "f7d1a0",
+ "6b426b": "18340c",
+ "ce5a7b": "d06d50",
+ "e6a5de": "b5d780",
+ "4a4a52": "2b4d7d",
+ "7b7b84": "5ca0b5"
+ },
+ "2": {
+ "9c9ca5": "fffade",
+ "d684ce": "67508c",
+ "636373": "e8bc75",
+ "ef7b94": "379a85",
+ "f7bdf7": "b395de",
+ "bd63ad": "574285",
+ "a5425a": "144844",
+ "f7a5b5": "5cba98",
+ "6b426b": "081f19",
+ "ce5a7b": "1f6759",
+ "e6a5de": "7a649c",
+ "4a4a52": "d08f55",
+ "7b7b84": "fbefb3"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/33.json b/public/images/pokemon/variant/33.json
new file mode 100644
index 00000000000..331220de9ef
--- /dev/null
+++ b/public/images/pokemon/variant/33.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "5a3a63": "944f25",
+ "b51900": "b51900",
+ "de4229": "de4229",
+ "845a52": "42adc1",
+ "009463": "273161",
+ "945ab5": "cf863e",
+ "4acea5": "55729e",
+ "848484": "848484",
+ "ce84de": "e0c151",
+ "e6adef": "ede4ab",
+ "c5c5c5": "c5c5c5",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "5a3a63": "142440",
+ "b51900": "d98943",
+ "de4229": "edc85a",
+ "845a52": "e1b13b",
+ "009463": "b0384a",
+ "945ab5": "253f5e",
+ "4acea5": "ed938e",
+ "848484": "848484",
+ "ce84de": "375c73",
+ "e6adef": "5d91a1",
+ "c5c5c5": "c5c5c5",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/331.json b/public/images/pokemon/variant/331.json
new file mode 100644
index 00000000000..abe5e0cfa6d
--- /dev/null
+++ b/public/images/pokemon/variant/331.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "4a7310": "9f2a3f",
+ "ffe63a": "7aa1df",
+ "31944a": "b73736",
+ "215200": "69102c",
+ "003a10": "4e29c6",
+ "f7bd19": "448bc3",
+ "63bd6b": "dd6754",
+ "196b31": "891d2c",
+ "94c552": "d76868",
+ "739c3a": "d74f4f",
+ "8c6b3a": "123a5a",
+ "bdde7b": "e67f7f"
+ },
+ "2": {
+ "4a7310": "6d3494",
+ "ffe63a": "eaa5c6",
+ "31944a": "caac82",
+ "215200": "694426",
+ "003a10": "5e223f",
+ "f7bd19": "d979b2",
+ "63bd6b": "e1d39d",
+ "196b31": "946e51",
+ "94c552": "9364a5",
+ "739c3a": "7c558d",
+ "8c6b3a": "983364",
+ "bdde7b": "a772bd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/332.json b/public/images/pokemon/variant/332.json
new file mode 100644
index 00000000000..e9b487bca25
--- /dev/null
+++ b/public/images/pokemon/variant/332.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "319452": "831a1f",
+ "4a7310": "982443",
+ "7ba563": "b44040",
+ "bdef84": "ec8c8c",
+ "8cbd63": "c54b4b",
+ "215200": "710f2e",
+ "a5d674": "e16363",
+ "196b21": "891222",
+ "f7ce00": "7aa1df",
+ "525252": "123a5a",
+ "63b56b": "b2332f",
+ "a5d673": "df5252",
+ "8c6b3a": "448bc3",
+ "4aa552": "9f2f2c"
+ },
+ "2": {
+ "319452": "b08d72",
+ "4a7310": "4f3956",
+ "7ba563": "704e7e",
+ "bdef84": "a779ba",
+ "8cbd63": "e3d7a6",
+ "215200": "583823",
+ "a5d674": "8c669b",
+ "196b21": "78582c",
+ "f7ce00": "f2aacd",
+ "525252": "a53b6f",
+ "63b56b": "cfc191",
+ "a5d673": "d7cda7",
+ "8c6b3a": "df87bb",
+ "4aa552": "c5a77f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/34.json b/public/images/pokemon/variant/34.json
new file mode 100644
index 00000000000..748658a6a90
--- /dev/null
+++ b/public/images/pokemon/variant/34.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "101010": "101010",
+ "5a296b": "7a411d",
+ "004a63": "273161",
+ "73735a": "3b447a",
+ "73735b": "73735b",
+ "ad1000": "ad1000",
+ "e64231": "e64231",
+ "297b94": "3b4d7a",
+ "a55294": "cf863e",
+ "d673ef": "e0c151",
+ "4294c5": "55729e",
+ "c5c5a5": "6272a8",
+ "c4c4a7": "c4c4a7",
+ "c7c7a9": "c7c7a9",
+ "de94f7": "ede4ab",
+ "e6e6d6": "7687ab",
+ "fafafa": "8fa2c2",
+ "fcfcfc": "fcfcfc",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "5a296b": "142440",
+ "004a63": "b0384a",
+ "73735a": "85204a",
+ "73735b": "a37355",
+ "ad1000": "d98943",
+ "e64231": "edc85a",
+ "297b94": "d65e64",
+ "a55294": "253f5e",
+ "d673ef": "375c73",
+ "4294c5": "ed938e",
+ "c5c5a5": "c43d63",
+ "c4c4a7": "e0b990",
+ "c7c7a9": "c7c7a9",
+ "de94f7": "5d91a1",
+ "e6e6d6": "d15271",
+ "fafafa": "de6476",
+ "fcfcfc": "ede1b4",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/345.json b/public/images/pokemon/variant/345.json
new file mode 100644
index 00000000000..dc23adbef64
--- /dev/null
+++ b/public/images/pokemon/variant/345.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "633a84": "611746",
+ "6b5221": "679e3a",
+ "efd663": "fcf3a2",
+ "9c84ce": "bd3167",
+ "b5ade6": "ff5289",
+ "d6a531": "d8e374",
+ "efadb5": "b9f0ff",
+ "bd5284": "6084bd",
+ "ce7394": "84aedb",
+ "843a5a": "394287",
+ "7363b5": "801f4c"
+ },
+ "2": {
+ "633a84": "b57c2d",
+ "6b5221": "661634",
+ "efd663": "de463e",
+ "9c84ce": "f5df73",
+ "b5ade6": "fff8a3",
+ "d6a531": "942532",
+ "efadb5": "beed9a",
+ "bd5284": "429949",
+ "ce7394": "7fcc68",
+ "843a5a": "296e47",
+ "7363b5": "dbb34d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/346.json b/public/images/pokemon/variant/346.json
new file mode 100644
index 00000000000..090feeab922
--- /dev/null
+++ b/public/images/pokemon/variant/346.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "ffd6ef": "deffea",
+ "3a6b52": "7f183f",
+ "a57b10": "5e8c29",
+ "a5e68c": "f38460",
+ "944263": "304459",
+ "ce6394": "526f84",
+ "f7d642": "d8e374",
+ "7bc573": "eb564b",
+ "ff9cad": "d2faef",
+ "fff77b": "fcf3a2",
+ "529c5a": "b32843",
+ "cea531": "a7c961",
+ "ef6b8c": "93c6c5"
+ },
+ "2": {
+ "ffd6ef": "a3ffc3",
+ "3a6b52": "96483b",
+ "a57b10": "661634",
+ "a5e68c": "ffe6b5",
+ "944263": "17404a",
+ "ce6394": "32806f",
+ "f7d642": "de463e",
+ "7bc573": "efbd8c",
+ "ff9cad": "7be3b6",
+ "fff77b": "ff754f",
+ "529c5a": "bf815c",
+ "cea531": "942532",
+ "ef6b8c": "53b491"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/396.json b/public/images/pokemon/variant/396.json
new file mode 100644
index 00000000000..1881572247b
--- /dev/null
+++ b/public/images/pokemon/variant/396.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "000000": "101010",
+ "3a2129": "07332d",
+ "3f1e27": "b06421",
+ "4a4343": "751e23",
+ "4f4747": "dbb070",
+ "524a4a": "156146",
+ "736363": "28854d",
+ "756565": "144a40",
+ "ff0000": "90cc58",
+ "9c4a21": "db963b",
+ "d67300": "edb651",
+ "8c7373": "bd453c",
+ "ff9429": "ffcf5e",
+ "ad9c9c": "ed7f4c",
+ "b3b3b3": "b3b3b3",
+ "b5b5b5": "d1a562",
+ "d6dede": "e3d09d",
+ "fcfcfc": "f0ebc5",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "000000": "101010",
+ "3a2129": "111a36",
+ "3f1e27": "451915",
+ "4a4343": "163d4d",
+ "4f4747": "e5c595",
+ "524a4a": "1b2745",
+ "736363": "2f436b",
+ "756565": "e6a647",
+ "ff0000": "c4568a",
+ "9c4a21": "52281f",
+ "d67300": "63362b",
+ "8c7373": "307b82",
+ "ff9429": "8c604c",
+ "ad9c9c": "4da8a1",
+ "b3b3b3": "b3b3b3",
+ "b5b5b5": "debd8c",
+ "d6dede": "f0deaa",
+ "fcfcfc": "fcfad2",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/397.json b/public/images/pokemon/variant/397.json
new file mode 100644
index 00000000000..e5fa30f65bd
--- /dev/null
+++ b/public/images/pokemon/variant/397.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "9c4242": "528a3e",
+ "362d36": "0d4539",
+ "f75242": "8bba65",
+ "735a63": "bd453c",
+ "bd6300": "db963b",
+ "362c36": "8f431d",
+ "595759": "256e54",
+ "b5b5b5": "d9c798",
+ "523a4a": "751e23",
+ "5a525a": "28854d",
+ "7b4221": "b06421",
+ "9c848c": "ed7f4c",
+ "3d343d": "144a40",
+ "ff9429": "ffcf5e",
+ "3a3a3a": "156146",
+ "f9f9f9": "f0ebc5"
+ },
+ "2": {
+ "9c4242": "c4568a",
+ "362d36": "162040",
+ "f75242": "f797ad",
+ "735a63": "307b82",
+ "bd6300": "63362b",
+ "362c36": "421917",
+ "595759": "edcf87",
+ "b5b5b5": "debd8c",
+ "523a4a": "163d4d",
+ "5a525a": "2f436b",
+ "7b4221": "52281f",
+ "9c848c": "4da8a1",
+ "3d343d": "e6a647",
+ "ff9429": "8c604c",
+ "3a3a3a": "152039",
+ "f9f9f9": "fcfad2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/398.json b/public/images/pokemon/variant/398.json
new file mode 100644
index 00000000000..387cddba886
--- /dev/null
+++ b/public/images/pokemon/variant/398.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "735a63": "bd453c",
+ "5c545c": "144a40",
+ "5a525a": "156146",
+ "7b6b7b": "28854d",
+ "f75242": "90cc58",
+ "4f3847": "ab5022",
+ "b5b5b5": "d7be89",
+ "9c4242": "5fad3b",
+ "7b4221": "b06421",
+ "fcfcfc": "e8e3b6",
+ "3a3a3a": "07332d",
+ "bd6300": "db963b",
+ "523a4a": "751e23",
+ "9c848c": "ed7f4c",
+ "ff9429": "ffcf5e"
+ },
+ "2": {
+ "735a63": "307b82",
+ "5c545c": "e6a647",
+ "5a525a": "1b2745",
+ "7b6b7b": "293854",
+ "f75242": "e6bd4e",
+ "4f3847": "421917",
+ "b5b5b5": "debd8c",
+ "9c4242": "c4833d",
+ "7b4221": "52281f",
+ "fcfcfc": "fcfad2",
+ "3a3a3a": "080d1f",
+ "bd6300": "63362b",
+ "523a4a": "163d4d",
+ "9c848c": "4da8a1",
+ "ff9429": "8c604c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/403.json b/public/images/pokemon/variant/403.json
new file mode 100644
index 00000000000..fac493a40e4
--- /dev/null
+++ b/public/images/pokemon/variant/403.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "b59c5a": "45babf",
+ "7badf7": "bb5c3a",
+ "943a52": "472614",
+ "637bb5": "903325",
+ "4a4a63": "dcb788",
+ "ffe65a": "59dcd6",
+ "313142": "bf8652",
+ "e64a52": "4f3217",
+ "42426b": "671919",
+ "736352": "267789"
+ },
+ "2": {
+ "b59c5a": "9a31be",
+ "7badf7": "303465",
+ "943a52": "614b9a",
+ "637bb5": "222352",
+ "4a4a63": "bbc2e5",
+ "ffe65a": "e25ce8",
+ "313142": "8883d4",
+ "e64a52": "6f5dac",
+ "42426b": "121031",
+ "736352": "611c7f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/404.json b/public/images/pokemon/variant/404.json
new file mode 100644
index 00000000000..b6621d02406
--- /dev/null
+++ b/public/images/pokemon/variant/404.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "736352": "267789",
+ "4a4a73": "671919",
+ "63637b": "f1dfb1",
+ "b59c5a": "45babf",
+ "637bb5": "903325",
+ "4a4a63": "dcb788",
+ "ffe65a": "59dcd6",
+ "313142": "bf8652",
+ "943a52": "472614",
+ "e64a52": "4f3217",
+ "7badf7": "bb5c3a"
+ },
+ "2": {
+ "736352": "611c7f",
+ "4a4a73": "121031",
+ "63637b": "dee4f4",
+ "b59c5a": "9a31be",
+ "637bb5": "222352",
+ "4a4a63": "bbc2e5",
+ "ffe65a": "e25ce8",
+ "313142": "8883d4",
+ "943a52": "614b9a",
+ "e64a52": "6f5dac",
+ "7badf7": "303465"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/405.json b/public/images/pokemon/variant/405.json
new file mode 100644
index 00000000000..1f6a0590bb8
--- /dev/null
+++ b/public/images/pokemon/variant/405.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "b59c5a": "45babf",
+ "7badf7": "bb5c3a",
+ "63637b": "f1dfb1",
+ "637bb5": "903325",
+ "943a52": "472614",
+ "4a4a63": "dcb788",
+ "ffe65a": "59dcd6",
+ "313142": "bf8652",
+ "4a4a73": "671919",
+ "e64a52": "4f3217",
+ "736352": "267789"
+ },
+ "2": {
+ "b59c5a": "9a31be",
+ "7badf7": "303465",
+ "63637b": "dee4f4",
+ "637bb5": "222352",
+ "943a52": "614b9a",
+ "4a4a63": "bbc2e5",
+ "ffe65a": "e25ce8",
+ "313142": "8883d4",
+ "4a4a73": "121031",
+ "e64a52": "6f5dac",
+ "736352": "611c7f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/417.json b/public/images/pokemon/variant/417.json
new file mode 100644
index 00000000000..27f45e74557
--- /dev/null
+++ b/public/images/pokemon/variant/417.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "3e364e": "734430",
+ "524941": "732e12",
+ "5a524a": "642f1a",
+ "4a425a": "5f2618",
+ "84523a": "9b314f",
+ "ef845a": "e26e6e",
+ "c5a563": "e95d6c",
+ "ffd663": "f17c7c",
+ "637b9c": "86452b",
+ "7bb5e6": "a25f37",
+ "cec5c5": "e8be64",
+ "f7f7f7": "faeda9",
+ "ffffff": "ffffff",
+ "7b7b84": "8e623c"
+ },
+ "2": {
+ "101010": "101010",
+ "3e364e": "203243",
+ "524941": "2d284c",
+ "5a524a": "0f203a",
+ "4a425a": "23704c",
+ "84523a": "693939",
+ "ef845a": "e1b8ac",
+ "c5a563": "5ae7f6",
+ "ffd663": "8ffaff",
+ "637b9c": "a2dc76",
+ "7bb5e6": "e4fba1",
+ "cec5c5": "357577",
+ "f7f7f7": "5ba297",
+ "ffffff": "ffffff",
+ "7b7b84": "1f3f4e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/420.json b/public/images/pokemon/variant/420.json
new file mode 100644
index 00000000000..6910d49d9d2
--- /dev/null
+++ b/public/images/pokemon/variant/420.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "423131": "103d47",
+ "6b3a4a": "09303b",
+ "314252": "8f3833",
+ "3a734a": "ab554b",
+ "843152": "185158",
+ "ad426b": "368a7f",
+ "429442": "d98b77",
+ "52a54a": "f7bfa8",
+ "73ce5a": "fcdbc7",
+ "de6384": "51b095",
+ "ff8cad": "73d9ae",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "423131": "390f26",
+ "6b3a4a": "29091b",
+ "314252": "752a4a",
+ "3a734a": "9c4861",
+ "843152": "3b0d21",
+ "ad426b": "571539",
+ "429442": "a86a79",
+ "52a54a": "c29597",
+ "73ce5a": "dec3c3",
+ "de6384": "752648",
+ "ff8cad": "ad5168",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/421-overcast.json b/public/images/pokemon/variant/421-overcast.json
new file mode 100644
index 00000000000..77c5c18415d
--- /dev/null
+++ b/public/images/pokemon/variant/421-overcast.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "105221": "ab554b",
+ "4a2942": "5e1228",
+ "7b294a": "103d47",
+ "7a2a4a": "236e6a",
+ "427b4a": "d98b77",
+ "6b427b": "962a3e",
+ "a53a63": "368a7f",
+ "ce527b": "51b095",
+ "52ad5a": "f7bfa8",
+ "5ac55a": "fcdbc7",
+ "845aad": "c75058",
+ "9c7bbd": "db7f7f",
+ "de7394": "73d9ae"
+ },
+ "2": {
+ "101010": "101010",
+ "105221": "995969",
+ "4a2942": "521d44",
+ "7b294a": "390f26",
+ "7a2a4a": "571539",
+ "427b4a": "ba8087",
+ "6b427b": "8f4270",
+ "a53a63": "611c3b",
+ "ce527b": "752648",
+ "52ad5a": "cf9d9d",
+ "5ac55a": "e3cbca",
+ "845aad": "a86886",
+ "9c7bbd": "d197ac",
+ "de7394": "ad5168"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/421-sunshine.json b/public/images/pokemon/variant/421-sunshine.json
new file mode 100644
index 00000000000..096641576c9
--- /dev/null
+++ b/public/images/pokemon/variant/421-sunshine.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "006310": "e6d590",
+ "941e3f": "103d47",
+ "9c6b10": "c4655a",
+ "941f40": "5c1547",
+ "942142": "591230",
+ "ce3a6b": "751a38",
+ "cf3c6d": "872e5c",
+ "cf3e6e": "368a7f",
+ "19943a": "f0f0bd",
+ "d6b55a": "db8e7d",
+ "f7de73": "f7bfa8",
+ "e66394": "51b095",
+ "de84ad": "962a3e",
+ "ffa5c5": "c75058",
+ "ffe6f7": "d0fdf0",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "006310": "72559e",
+ "941e3f": "390f26",
+ "9c6b10": "4a2942",
+ "941f40": "3a234a",
+ "942142": "804058",
+ "ce3a6b": "995969",
+ "cf3c6d": "563666",
+ "cf3e6e": "571539",
+ "19943a": "9574b3",
+ "d6b55a": "914972",
+ "f7de73": "b35f86",
+ "e66394": "752648",
+ "de84ad": "cf9d9d",
+ "ffa5c5": "e3cbca",
+ "ffe6f7": "d26393",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/446.json b/public/images/pokemon/variant/446.json
new file mode 100644
index 00000000000..60d20fba25a
--- /dev/null
+++ b/public/images/pokemon/variant/446.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "000000": "101010",
+ "104242": "4d0f3f",
+ "215a73": "701a55",
+ "317b9c": "943469",
+ "3194b5": "ad4b70",
+ "524a10": "91504e",
+ "73737b": "756363",
+ "7b5a31": "522663",
+ "948442": "351b52",
+ "9c3a42": "714084",
+ "b5b563": "de9494",
+ "cccfce": "cbc4c4",
+ "cecece": "cecece",
+ "de9494": "a270b5",
+ "efe684": "f0beb1",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "000000": "101010",
+ "104242": "6398b7",
+ "215a73": "a3cacd",
+ "317b9c": "cbe4e2",
+ "3194b5": "edf5f4",
+ "524a10": "233f69",
+ "73737b": "525266",
+ "7b5a31": "e6cda1",
+ "948442": "c2986e",
+ "9c3a42": "487d43",
+ "b5b563": "38638f",
+ "cccfce": "bfc7cb",
+ "cecece": "cecece",
+ "de9494": "9cb780",
+ "efe684": "4781a8",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/472.json b/public/images/pokemon/variant/472.json
index 937ea1334de..9e19b9f2353 100644
--- a/public/images/pokemon/variant/472.json
+++ b/public/images/pokemon/variant/472.json
@@ -1,33 +1,34 @@
{
"1": {
- "5a63a5": "974d16",
- "de3a6b": "4c83a9",
- "293163": "5c2a09",
- "424252": "2a2752",
- "ffde00": "84b8ff",
- "b5a5ff": "e9bb57",
- "6b6b7b": "48487a",
- "737bc5": "b86f27",
- "730800": "143262",
- "9c8cef": "d28b36",
- "ad2131": "2a6197",
- "c55294": "5270c5",
"ad9400": "4b64ff",
- "2a2a2a": "130e27"
+ "c55294": "5270c5",
+ "9c8cef": "d28b36",
+ "424252": "2a2752",
+ "de3a6b": "4c83a9",
+ "2a2a2a": "130e27",
+ "6b6b7b": "48487a",
+ "b5a5ff": "e9bb57",
+ "ffde00": "84b8ff",
+ "ad2131": "2a6197",
+ "737bc5": "b86f27",
+ "5a63a5": "974d16",
+ "293163": "5c2a09",
+ "730800": "143262"
},
"2": {
- "5a63a5": "731e37",
- "de3a6b": "594b6a",
- "293163": "43050d",
- "424252": "57b6a6",
- "ffde00": "6bffd4",
- "b5a5ff": "eb6a64",
- "6b6b7b": "81e4c2",
- "737bc5": "952b41",
- "730800": "262138",
- "9c8cef": "b3404a",
- "ad2131": "453b57",
"ad9400": "16a9c0",
- "2a2a2a": "103f47"
+ "c55294": "e38b3d",
+ "9c8cef": "b3404a",
+ "424252": "57b6a6",
+ "de3a6b": "594b6a",
+ "2a2a2a": "103f47",
+ "6b6b7b": "81e4c2",
+ "b5a5ff": "eb6a64",
+ "ffde00": "6bffd4",
+ "ad2131": "453b57",
+ "737bc5": "952b41",
+ "5a63a5": "731e37",
+ "293163": "43050d",
+ "730800": "262138"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/476.json b/public/images/pokemon/variant/476.json
new file mode 100644
index 00000000000..5f54f51d1f9
--- /dev/null
+++ b/public/images/pokemon/variant/476.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "5a2921": "0e291d",
+ "7b3129": "1e3f30",
+ "293a4a": "352310",
+ "3a4a5a": "59452f",
+ "bd3152": "30594a",
+ "e65a63": "578b6b",
+ "194a84": "62230e",
+ "3a63ad": "9d3a18",
+ "5a7bce": "c76227",
+ "ef7b8c": "77b472",
+ "739ce6": "de7f36",
+ "84adf7": "e68c43",
+ "c5cede": "c5cede",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "5a2921": "21132c",
+ "7b3129": "301b3f",
+ "293a4a": "111b28",
+ "3a4a5a": "253142",
+ "bd3152": "482a5e",
+ "e65a63": "6a5394",
+ "194a84": "30578e",
+ "3a63ad": "5b97c1",
+ "5a7bce": "92dee8",
+ "ef7b8c": "747fc4",
+ "739ce6": "dbfff4",
+ "84adf7": "c2efe5",
+ "c5cede": "c5cede",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/498.json b/public/images/pokemon/variant/498.json
new file mode 100644
index 00000000000..b23a3afec63
--- /dev/null
+++ b/public/images/pokemon/variant/498.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "101010": "101010",
+ "2e1e1e": "b1a385",
+ "2e1f1f": "d1c5ab",
+ "302020": "11241c",
+ "312121": "1e2a4d",
+ "47382f": "472770",
+ "473830": "f7f5e9",
+ "4a3a31": "2d405c",
+ "7a3827": "1c2e1b",
+ "7b3a29": "194737",
+ "947310": "cc955e",
+ "bd6331": "3b805f",
+ "ce423a": "3e4f37",
+ "a54a42": "2d452b",
+ "e66b29": "b5cca5",
+ "efbd08": "f0cc8b",
+ "ef843a": "65b57c",
+ "c5ada5": "c1c5a5",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "2e1e1e": "ac8b61",
+ "2e1f1f": "c4a884",
+ "302020": "111424",
+ "312121": "47150e",
+ "47382f": "456da8",
+ "473830": "e0d3ab",
+ "4a3a31": "733421",
+ "7a3827": "222742",
+ "7b3a29": "522e2e",
+ "947310": "828399",
+ "bd6331": "85564e",
+ "ce423a": "323754",
+ "a54a42": "4c5275",
+ "e66b29": "778aa6",
+ "efbd08": "c7c8d9",
+ "ef843a": "ab8274",
+ "c5ada5": "dddef0",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/499.json b/public/images/pokemon/variant/499.json
new file mode 100644
index 00000000000..ad525f3e114
--- /dev/null
+++ b/public/images/pokemon/variant/499.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "3a2121": "1e2a4d",
+ "3a3a3a": "122b18",
+ "523129": "2d405c",
+ "7a3827": "1c2e1b",
+ "7b3a29": "234f3d",
+ "736310": "ab6441",
+ "4a4a4a": "264524",
+ "bd5a31": "41785a",
+ "ce423a": "3e4f37",
+ "ef7329": "62a174",
+ "b59421": "cc955e",
+ "efc53a": "f0cc8b",
+ "c5ada5": "c5ada5",
+ "c4aea7": "c4aea7",
+ "fcfcfc": "fcfcfc",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "3a2121": "47150e",
+ "3a3a3a": "1c2245",
+ "523129": "733421",
+ "7a3827": "222742",
+ "7b3a29": "533330",
+ "736310": "3c3e5b",
+ "4a4a4a": "272d4f",
+ "bd5a31": "7a5a56",
+ "ce423a": "323754",
+ "ef7329": "967a71",
+ "b59421": "828399",
+ "efc53a": "c7c8d9",
+ "c5ada5": "c4a884",
+ "c4aea7": "c4aea7",
+ "fcfcfc": "e0d3ab",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/500.json b/public/images/pokemon/variant/500.json
new file mode 100644
index 00000000000..028639cf6bb
--- /dev/null
+++ b/public/images/pokemon/variant/500.json
@@ -0,0 +1,56 @@
+{
+ "1": {
+ "101010": "101010",
+ "1f1f1f": "0e1a10",
+ "212121": "1e2a4d",
+ "313131": "2d405c",
+ "333333": "2c2f35",
+ "741910": "472770",
+ "7a1910": "1c2e1b",
+ "7b1910": "257036",
+ "7a1a11": "445e3f",
+ "732900": "2c473e",
+ "7b5a08": "ab6441",
+ "a53a31": "3e4f37",
+ "e62a29": "1d1151",
+ "e63127": "58db58",
+ "e63129": "627556",
+ "bd5221": "3e6952",
+ "ef6321": "699676",
+ "b58c21": "cc955e",
+ "ef8c08": "86e677",
+ "efbd08": "f0cc8b",
+ "f0be0a": "c7f797",
+ "adadad": "a3a6ad",
+ "b0b0b0": "b0b0b0",
+ "f7f7f7": "e4eef5",
+ "fafafa": "fafafa"
+ },
+ "2": {
+ "101010": "101010",
+ "1f1f1f": "0f162a",
+ "212121": "47150e",
+ "313131": "733421",
+ "333333": "3b352b",
+ "741910": "456da8",
+ "7a1910": "20243d",
+ "7b1910": "ba843d",
+ "7a1a11": "3c3f59",
+ "732900": "522e2e",
+ "7b5a08": "3c3e5b",
+ "a53a31": "2d3250",
+ "e62a29": "1d3f70",
+ "e63127": "e6ca65",
+ "e63129": "464a66",
+ "bd5221": "7a5a56",
+ "ef6321": "967a71",
+ "b58c21": "828399",
+ "ef8c08": "f2d591",
+ "efbd08": "c7c8d9",
+ "f0be0a": "faefc7",
+ "adadad": "c4a884",
+ "b0b0b0": "b0b0b0",
+ "f7f7f7": "e0d3ab",
+ "fafafa": "fafafa"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/511.json b/public/images/pokemon/variant/511.json
new file mode 100644
index 00000000000..5e278b5e0fc
--- /dev/null
+++ b/public/images/pokemon/variant/511.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "ffce7b": "edc293",
+ "f79cad": "f77e94",
+ "b5637b": "a3415f",
+ "84ce9c": "e6c545",
+ "194a29": "912f1c",
+ "087331": "c45331",
+ "087030": "8c5915",
+ "cea55a": "d9a177",
+ "735221": "bd7653",
+ "19a552": "d97b41"
+ },
+ "2": {
+ "ffce7b": "8ecaed",
+ "f79cad": "f788cb",
+ "b5637b": "b5539d",
+ "84ce9c": "ffa8dc",
+ "194a29": "4c2d7a",
+ "087331": "683b8c",
+ "087030": "d16fb9",
+ "cea55a": "73acde",
+ "735221": "3f6aa6",
+ "19a552": "8a53a6"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/512.json b/public/images/pokemon/variant/512.json
new file mode 100644
index 00000000000..903ff3906bb
--- /dev/null
+++ b/public/images/pokemon/variant/512.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "a57b3a": "a65b3d",
+ "4f4f4f": "a36e46",
+ "087331": "c74638",
+ "194a29": "a12d25",
+ "c5c5c5": "dbc086",
+ "735221": "733224",
+ "ffce7b": "eab68b",
+ "84ce9c": "ebb54b",
+ "fcfcfc": "ebe0ab",
+ "cea55a": "c8895f",
+ "087030": "9e6426",
+ "9c9c9c": "cfa067",
+ "19a552": "ed6f53"
+ },
+ "2": {
+ "a57b3a": "3762bf",
+ "4f4f4f": "3073ab",
+ "087331": "522880",
+ "194a29": "331961",
+ "c5c5c5": "5bc6de",
+ "735221": "2a42a1",
+ "ffce7b": "58aee0",
+ "84ce9c": "ffa8dc",
+ "fcfcfc": "79f7f3",
+ "cea55a": "4686cf",
+ "087030": "d16fb9",
+ "9c9c9c": "4099c2",
+ "19a552": "6e368f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/513.json b/public/images/pokemon/variant/513.json
new file mode 100644
index 00000000000..9a19fbc4977
--- /dev/null
+++ b/public/images/pokemon/variant/513.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "ffce7b": "ffe6c9",
+ "bd423a": "28629c",
+ "e65242": "3d9bbe",
+ "7b3131": "1b3e70",
+ "a57b3a": "e4907f",
+ "cea55a": "f9b9a2",
+ "bd453c": "67bdc7",
+ "735221": "c3635b",
+ "f79442": "a6f5e9"
+ },
+ "2": {
+ "ffce7b": "ed8c7b",
+ "bd423a": "d5b393",
+ "e65242": "f4ecd7",
+ "7b3131": "ad7a63",
+ "a57b3a": "bc2f2f",
+ "525252": "22607d",
+ "cea55a": "d4554c",
+ "bd453c": "e7613c",
+ "848484": "368d9e",
+ "735221": "a1272f",
+ "f79442": "fe934f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/514.json b/public/images/pokemon/variant/514.json
new file mode 100644
index 00000000000..c42a3878cc1
--- /dev/null
+++ b/public/images/pokemon/variant/514.json
@@ -0,0 +1,37 @@
+{
+ "1": {
+ "999999": "6f94c7",
+ "bd423a": "265494",
+ "e65242": "3a7bb5",
+ "7a3131": "386f94",
+ "3b3b3b": "465f9e",
+ "c5c5c5": "97c0e6",
+ "611b2d": "193170",
+ "ffce7b": "ffe2bf",
+ "f79442": "76e2e8",
+ "fcfcfc": "c0e7fc",
+ "a57b3a": "d99479",
+ "cea55a": "edba9a",
+ "bd4139": "509cbf",
+ "73572d": "ba6a57"
+ },
+ "2": {
+ "999999": "cc762b",
+ "bd423a": "cfb88f",
+ "e65242": "ede9d1",
+ "7a3131": "cc592b",
+ "3b3b3b": "ad4d1d",
+ "c5c5c5": "e3a13d",
+ "611b2d": "a88260",
+ "c7c7c7": "54abb3",
+ "ffce7b": "cc643b",
+ "525252": "22607d",
+ "f79442": "f7ab4d",
+ "fcfcfc": "f7cc57",
+ "a57b3a": "782017",
+ "cea55a": "943722",
+ "bd4139": "e07a3a",
+ "9c9c9c": "368d9e",
+ "73572d": "5c0e0e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/515.json b/public/images/pokemon/variant/515.json
new file mode 100644
index 00000000000..66d23ed94da
--- /dev/null
+++ b/public/images/pokemon/variant/515.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "ffce7b": "fff187",
+ "9ce6ef": "add687",
+ "188bab": "42753d",
+ "a57b3a": "b5893c",
+ "9de8f2": "86e387",
+ "21739c": "136b3b",
+ "198cad": "219448",
+ "29b5de": "34c15e",
+ "cea55a": "e0c265",
+ "735221": "735f21",
+ "003a73": "0a4a2d"
+ },
+ "2": {
+ "ffce7b": "e76092",
+ "9ce6ef": "afc3fe",
+ "188bab": "8490e3",
+ "a57b3a": "b32e77",
+ "9de8f2": "f2bbd7",
+ "21739c": "cc70a4",
+ "198cad": "eb98bf",
+ "29b5de": "ffc9dd",
+ "cea55a": "cc4580",
+ "735221": "8f1f68",
+ "003a73": "a64e8b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/516.json b/public/images/pokemon/variant/516.json
new file mode 100644
index 00000000000..c7c8ce95eb9
--- /dev/null
+++ b/public/images/pokemon/variant/516.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "a57b3a": "9c7935",
+ "106b8c": "08420d",
+ "003a73": "13571a",
+ "c5c5c5": "aecf86",
+ "735221": "7b5e29",
+ "ffce7b": "fadd73",
+ "9ce6ef": "cade6f",
+ "fcfcfc": "edf7c3",
+ "2290a8": "568c30",
+ "218ca5": "3c8c22",
+ "29b5de": "6fad37",
+ "cea55a": "c4a148"
+ },
+ "2": {
+ "a57b3a": "b32e77",
+ "106b8c": "cc70a4",
+ "003a73": "a64e8b",
+ "c5c5c5": "59b7d4",
+ "735221": "8f1f68",
+ "ffce7b": "e76092",
+ "9ce6ef": "afc3fe",
+ "fcfcfc": "7cfcf7",
+ "2290a8": "8490e3",
+ "218ca5": "eb98bf",
+ "29b5de": "ffc9dd",
+ "cea55a": "cc4580"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/522.json b/public/images/pokemon/variant/522.json
new file mode 100644
index 00000000000..ed387dd09bb
--- /dev/null
+++ b/public/images/pokemon/variant/522.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "7b7b7b": "505a9b",
+ "525252": "95355d",
+ "cecece": "788bcb",
+ "ffe600": "61e4bf",
+ "a5a5a5": "7e98dc",
+ "005a9c": "75c239",
+ "505050": "3d4488",
+ "ffffff": "b9cfef",
+ "191f1f": "2e0d1f",
+ "3a3a3a": "731f51",
+ "00adde": "b9e96c",
+ "8c7321": "33a08a",
+ "292929": "53173b",
+ "192121": "43172f"
+ },
+ "2": {
+ "7b7b7b": "731515",
+ "525252": "ebc37d",
+ "cecece": "97221a",
+ "ffe600": "36c294",
+ "a5a5a5": "d37047",
+ "005a9c": "30309d",
+ "505050": "4e1416",
+ "ffffff": "c23e2e",
+ "191f1f": "370b0b",
+ "3a3a3a": "d3874e",
+ "00adde": "3e4ddc",
+ "8c7321": "288278",
+ "292929": "914824",
+ "192121": "661212"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/523.json b/public/images/pokemon/variant/523.json
new file mode 100644
index 00000000000..daf0e7ec6d6
--- /dev/null
+++ b/public/images/pokemon/variant/523.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "777777": "47548f",
+ "363d3d": "353573",
+ "005a9c": "75c239",
+ "ffffff": "b9cfef",
+ "171f1f": "430f30",
+ "797979": "7080c6",
+ "8c7321": "33a08a",
+ "293131": "6a1d44",
+ "5b5b5b": "3d467d",
+ "8a711e": "33a08a",
+ "3a4242": "84294f",
+ "353535": "43172f",
+ "ffe600": "61e4bf",
+ "3a3a3a": "5d213a",
+ "00adde": "b9e96c",
+ "cecece": "7e91d3",
+ "a5a5a5": "5265a4",
+ "192121": "57163d"
+ },
+ "2": {
+ "777777": "731515",
+ "363d3d": "4e1416",
+ "005a9c": "30309d",
+ "ffffff": "c23e2e",
+ "171f1f": "661212",
+ "797979": "da7248",
+ "8c7321": "288278",
+ "293131": "c89161",
+ "5b5b5b": "641818",
+ "8a711e": "85cd99",
+ "3a4242": "ebc37d",
+ "353535": "501a19",
+ "ffe600": "36c294",
+ "3a3a3a": "682321",
+ "00adde": "3e4ddc",
+ "cecece": "97221a",
+ "a5a5a5": "861816",
+ "192121": "9e533b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/535.json b/public/images/pokemon/variant/535.json
new file mode 100644
index 00000000000..bc44b1280dd
--- /dev/null
+++ b/public/images/pokemon/variant/535.json
@@ -0,0 +1,31 @@
+{
+ "1": {
+ "6bbdff": "a9c4d7",
+ "5b5959": "801941",
+ "626262": "615757",
+ "3f3f3f": "3e3838",
+ "385f87": "801941",
+ "292929": "420e2d",
+ "6c8ec1": "b53a57",
+ "62b4f6": "d65a5a",
+ "7394c5": "6f8fb1",
+ "424242": "5e1a39",
+ "3a638c": "40567d"
+ },
+ "2": {
+ "6bbdff": "672a23",
+ "5b5959": "d76d39",
+ "626262": "5a6363",
+ "3f3f3f": "363c3e",
+ "385f87": "ac6634",
+ "292929": "7d2414",
+ "6c8ec1": "cd984a",
+ "945a4a": "52809b",
+ "62b4f6": "f3cd69",
+ "ffdebd": "aadfe0",
+ "7394c5": "54131a",
+ "424242": "ac4423",
+ "c59c84": "7fb8c2",
+ "3a638c": "420f1d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/536.json b/public/images/pokemon/variant/536.json
new file mode 100644
index 00000000000..40d3ea06a02
--- /dev/null
+++ b/public/images/pokemon/variant/536.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "000000": "101010",
+ "292929": "400a32",
+ "10427b": "40567d",
+ "196373": "73163a",
+ "424242": "5e1246",
+ "5a5a5a": "58504b",
+ "615f5f": "906f59",
+ "636363": "801c4e",
+ "945a4a": "945a4a",
+ "296bad": "6f8fb1",
+ "52a5b5": "b53a57",
+ "0894d6": "a9c4d7",
+ "c59c84": "c59c84",
+ "ffdebd": "e3c998",
+ "84e6d6": "d65a5a",
+ "c0c0c0": "c9b38b",
+ "c5c5c5": "c08031",
+ "d1d1d1": "ffffff",
+ "ffffff": "e6b854"
+ },
+ "2": {
+ "000000": "101010",
+ "292929": "7d2414",
+ "10427b": "4a1423",
+ "196373": "ac6634",
+ "424242": "ac4423",
+ "5a5a5a": "114232",
+ "615f5f": "467692",
+ "636363": "d76d39",
+ "945a4a": "44718c",
+ "296bad": "5d171e",
+ "52a5b5": "cd984a",
+ "0894d6": "75332b",
+ "c59c84": "7fb8c2",
+ "ffdebd": "aadfe0",
+ "84e6d6": "f3cd69",
+ "c0c0c0": "6fa6be",
+ "c5c5c5": "378c70",
+ "d1d1d1": "ffffff",
+ "ffffff": "5bb186"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/537.json b/public/images/pokemon/variant/537.json
new file mode 100644
index 00000000000..99c9aaf0382
--- /dev/null
+++ b/public/images/pokemon/variant/537.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "404040": "631739",
+ "196373": "801941",
+ "10427b": "40567d",
+ "52a58c": "b53a57",
+ "636363": "801c4e",
+ "0894d6": "a9c4d7",
+ "ef5a3a": "e6b854",
+ "296bad": "6f8fb1",
+ "b53a21": "c08031",
+ "73e6ce": "d65a5a",
+ "424242": "5e1246",
+ "363636": "400a32",
+ "292929": "440f2f"
+ },
+ "2": {
+ "404040": "323c39",
+ "196373": "883e24",
+ "10427b": "370b10",
+ "52a58c": "bf8d44",
+ "636363": "d76d39",
+ "0894d6": "75332b",
+ "ef5a3a": "5fc592",
+ "296bad": "561b21",
+ "b53a21": "33866c",
+ "73e6ce": "f9d576",
+ "c5c5c5": "ffffff",
+ "424242": "ac4423",
+ "363636": "611d11",
+ "292929": "7b2a17"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/554.json b/public/images/pokemon/variant/554.json
new file mode 100644
index 00000000000..85cee2b5e73
--- /dev/null
+++ b/public/images/pokemon/variant/554.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "3a2919": "946344",
+ "571515": "2e3573",
+ "5a1919": "a16012",
+ "634231": "b0895f",
+ "5a5a5a": "5a5a5a",
+ "9c2929": "4e5aa3",
+ "ce3131": "6c7ec4",
+ "947310": "bda373",
+ "ad5a29": "d19628",
+ "cea519": "cfc191",
+ "ffce21": "e3e2ba",
+ "ff9452": "e8c661",
+ "a5a5ad": "a5a5ad",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "3a2919": "3a2919",
+ "571515": "bf7558",
+ "5a1919": "291d1b",
+ "634231": "941c32",
+ "5a5a5a": "5a5a5a",
+ "9c2929": "d6a376",
+ "ce3131": "f0e2b9",
+ "947310": "9c1c2b",
+ "ad5a29": "4a3021",
+ "cea519": "ba343d",
+ "ffce21": "d14949",
+ "ff9452": "614b38",
+ "a5a5ad": "a5a5ad",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/555-zen.json b/public/images/pokemon/variant/555-zen.json
new file mode 100644
index 00000000000..da85df60fdb
--- /dev/null
+++ b/public/images/pokemon/variant/555-zen.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "215263": "592226",
+ "3a7b8c": "7d3e3d",
+ "425a63": "b5775b",
+ "4a4a52": "4a4a52",
+ "529cad": "8c5b54",
+ "7b5229": "3b3f87",
+ "7ba5bd": "c99d7b",
+ "9c9ca5": "9c9ca5",
+ "ad6b29": "5e65b5",
+ "b5d6ef": "e0c19b",
+ "e6a563": "7b8dd4",
+ "f7f7f7": "f7f7f7"
+ },
+ "2": {
+ "101010": "101010",
+ "215263": "523273",
+ "3a7b8c": "805a9c",
+ "425a63": "2e2a51",
+ "4a4a52": "4a4a52",
+ "529cad": "a278b0",
+ "7b5229": "9e907e",
+ "7ba5bd": "494162",
+ "9c9ca5": "9c9ca5",
+ "ad6b29": "bab5a6",
+ "b5d6ef": "605375",
+ "e6a563": "f5f3e9",
+ "f7f7f7": "f7f7f7"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/555.json b/public/images/pokemon/variant/555.json
new file mode 100644
index 00000000000..97d623f0d7d
--- /dev/null
+++ b/public/images/pokemon/variant/555.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "4a4a52": "4a4a52",
+ "523a21": "a65f33",
+ "631919": "222675",
+ "6b5a10": "b04a21",
+ "8c1929": "2d3685",
+ "8c8c9c": "8c8c9c",
+ "ad2119": "3a4c94",
+ "b57b4a": "d9a455",
+ "bd0000": "cfc191",
+ "bd9429": "c26932",
+ "ef1010": "e3e2ba",
+ "efa56b": "e8cd7b",
+ "efce10": "d9944a",
+ "f7f7f7": "f7f7f7"
+ },
+ "2": {
+ "101010": "101010",
+ "4a4a52": "4a4a52",
+ "523a21": "291b19",
+ "631919": "a86722",
+ "6b5a10": "941c32",
+ "8c1929": "d6993e",
+ "8c8c9c": "8c8c9c",
+ "ad2119": "e8ca5d",
+ "b57b4a": "4a3021",
+ "bd0000": "bab5a6",
+ "bd9429": "ba343d",
+ "ef1010": "f5f3e9",
+ "efa56b": "614b38",
+ "efce10": "d14949",
+ "f7f7f7": "f7f7f7"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/566.json b/public/images/pokemon/variant/566.json
new file mode 100644
index 00000000000..cb2601d4a93
--- /dev/null
+++ b/public/images/pokemon/variant/566.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "10316b": "1c4943",
+ "31529c": "336d60",
+ "3184f7": "4f9279",
+ "3a3a3a": "3a3a3a",
+ "523131": "641b49",
+ "524229": "2f6934",
+ "944242": "aa3c79",
+ "9c9cad": "9c9cad",
+ "bd9452": "66b562",
+ "de524a": "eb7fae",
+ "e6e6e6": "e6e6e6",
+ "f7ce63": "9be08b"
+ },
+ "2": {
+ "101010": "101010",
+ "10316b": "283957",
+ "31529c": "929bdf",
+ "3184f7": "c4d3ff",
+ "3a3a3a": "3a3a3a",
+ "523131": "284452",
+ "524229": "211f69",
+ "944242": "44988f",
+ "9c9cad": "9c9cad",
+ "bd9452": "3b4bad",
+ "de524a": "65cda4",
+ "e6e6e6": "e6e6e6",
+ "f7ce63": "557ecd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/567.json b/public/images/pokemon/variant/567.json
new file mode 100644
index 00000000000..f4bb6a76111
--- /dev/null
+++ b/public/images/pokemon/variant/567.json
@@ -0,0 +1,37 @@
+{
+ "1": {
+ "101010": "101010",
+ "523131": "454f52",
+ "635229": "2f6934",
+ "10316b": "1c4943",
+ "086b5a": "b3296b",
+ "9c4a4a": "7b8687",
+ "844252": "844252",
+ "de524a": "abb3b3",
+ "bd9452": "66b562",
+ "f7ce63": "9be08b",
+ "31529c": "336d60",
+ "10a594": "ee609d",
+ "3184f7": "4f9279",
+ "9c9cad": "9c9cad",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "523131": "284452",
+ "635229": "211f69",
+ "10316b": "283957",
+ "086b5a": "462d7e",
+ "9c4a4a": "44988f",
+ "844252": "844252",
+ "de524a": "65cda4",
+ "bd9452": "3b4bad",
+ "f7ce63": "557ecd",
+ "31529c": "929bdf",
+ "10a594": "7346a1",
+ "3184f7": "c4d3ff",
+ "9c9cad": "9c9cad",
+ "ffffff": "ffffff"
+
+ }
+}
diff --git a/public/images/pokemon/variant/572.json b/public/images/pokemon/variant/572.json
index 87200b60097..84a300c590d 100644
--- a/public/images/pokemon/variant/572.json
+++ b/public/images/pokemon/variant/572.json
@@ -1,24 +1,28 @@
{
"1": {
- "8c847b": "b2af6e",
- "524a42": "525042",
- "ffffff": "ffffff",
- "decec5": "decec5",
- "bdb5a5": "dad7a1",
- "bd2929": "f28989",
- "101010": "101010",
- "d65252": "f8c1c1",
- "ef8484": "fab7b7"
+ "4f473f": "113026",
+ "4d443e": "428066",
+ "918b83": "60a37b",
+ "d65252": "458256",
+ "47403b": "802b50",
+ "faf5f5": "b3e8ba",
+ "8c847b": "b34967",
+ "decec5": "87cc9a",
+ "bdb5a5": "cf6b77",
+ "bd2929": "256145",
+ "ef8484": "63a86a"
},
"2": {
- "8c847b": "5f807e",
- "524a42": "5f807e",
- "ffffff": "d7e8e6",
- "decec5": "cbdcda",
- "bdb5a5": "aec8c6",
- "bd2929": "b08631",
- "101010": "101010",
- "d65252": "e6c88d",
- "ef8484": "dab977"
+ "4f473f": "19d684",
+ "4d443e": "466336",
+ "918b83": "67824d",
+ "d65252": "82a65e",
+ "47403b": "101931",
+ "faf5f5": "d9e3aa",
+ "8c847b": "193457",
+ "decec5": "7f915e",
+ "bdb5a5": "294a6b",
+ "bd2929": "558f45",
+ "ef8484": "b4cf88"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/573.json b/public/images/pokemon/variant/573.json
new file mode 100644
index 00000000000..3f4ce9e186f
--- /dev/null
+++ b/public/images/pokemon/variant/573.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "bdb5b5": "60a67c",
+ "877e76": "458766",
+ "decec5": "87cc9a",
+ "4f473f": "113026",
+ "bdad9c": "cf6b77",
+ "faf5f5": "b3e8ba",
+ "d65252": "256145",
+ "4d453f": "802b50",
+ "8a8078": "b34967",
+ "ef8484": "58a672"
+ },
+ "2": {
+ "bdb5b5": "597041",
+ "877e76": "3d542d",
+ "decec5": "7f915e",
+ "4f473f": "19d684",
+ "bdad9c": "294a6b",
+ "faf5f5": "d9e3aa",
+ "d65252": "558f45",
+ "4d453f": "101931",
+ "8a8078": "193457",
+ "ef8484": "b4cf88"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/626.json b/public/images/pokemon/variant/626.json
new file mode 100644
index 00000000000..2f23c357b34
--- /dev/null
+++ b/public/images/pokemon/variant/626.json
@@ -0,0 +1,52 @@
+{
+ "1": {
+ "101010": "101010",
+ "2b231c": "342b22",
+ "312921": "303120",
+ "4a3119": "122119",
+ "593b24": "362126",
+ "4a4231": "4a4831",
+ "6b4a29": "565796",
+ "694b2c": "513236",
+ "694b2d": "5f3539",
+ "714d29": "2d4a3a",
+ "3a3a42": "4d150f",
+ "6b6b73": "802d1f",
+ "946b31": "4d6650",
+ "966d34": "983525",
+ "ad8c29": "8580c4",
+ "9c845a": "9e655c",
+ "9c845c": "9e655e",
+ "9c855d": "9e655cx",
+ "bda57b": "bd8c7b",
+ "ffc54a": "c0b5eb",
+ "9ca5a5": "a34933",
+ "f7d69c": "f38d5d",
+ "fff7ce": "fed292"
+ },
+ "2": {
+ "101010": "101010",
+ "2b231c": "443520",
+ "312921": "962430",
+ "4a3119": "855168",
+ "593b24": "905932",
+ "4a4231": "cc4545",
+ "6b4a29": "678db8",
+ "694b2c": "907532",
+ "694b2d": "907d32",
+ "714d29": "c17c95",
+ "3a3a42": "7f5310",
+ "6b6b73": "d49612",
+ "946b31": "e4b3b3",
+ "966d34": "92bcd4",
+ "ad8c29": "ca8928",
+ "9c845a": "beab6c",
+ "9c845c": "d2c084",
+ "9c855d": "db9a39",
+ "bda57b": "efeac2",
+ "ffc54a": "c2e5f0",
+ "9ca5a5": "e9ca5a",
+ "f7d69c": "f5cc51",
+ "fff7ce": "fff1be"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/643.json b/public/images/pokemon/variant/643.json
new file mode 100644
index 00000000000..32afc3ef939
--- /dev/null
+++ b/public/images/pokemon/variant/643.json
@@ -0,0 +1,52 @@
+{
+ "1": {
+ "4b4b6b": "a58419",
+ "faf5f5": "7b7e8a",
+ "ff6331": "ffee6b",
+ "3f3e5c": "374052",
+ "f7f8ff": "414659",
+ "616587": "2c2d45",
+ "ffa531": "fcfade",
+ "757b96": "d6c563",
+ "31314d": "1f2230",
+ "6e7491": "212236",
+ "3ab5f7": "e0912f",
+ "454166": "232738",
+ "de2908": "ffca0a",
+ "b8b9d1": "f0edc2",
+ "c1c1d6": "565a69",
+ "686d8c": "596675",
+ "424061": "0d0d1a",
+ "afb1cc": "2f3247",
+ "d6c5b5": "f2f2d8",
+ "afb1c7": "97a5b0",
+ "e6b573": "f2ecaa",
+ "767e9c": "3c4154",
+ "f5ebeb": "e6e7ef"
+ },
+ "2": {
+ "4b4b6b": "19323c",
+ "faf5f5": "7a8fe7",
+ "ff6331": "9df377",
+ "3f3e5c": "19143f",
+ "f7f8ff": "a9bbff",
+ "616587": "2d3984",
+ "ffa531": "5cdca6",
+ "757b96": "3a6d71",
+ "31314d": "160837",
+ "6e7491": "3c50a1",
+ "3ab5f7": "d95486",
+ "454166": "2d3984",
+ "de2908": "3e947c",
+ "b8b9d1": "4f9290",
+ "c1c1d6": "647bd9",
+ "686d8c": "2b2871",
+ "424061": "18225f",
+ "afb1cc": "647bd9",
+ "d6c5b5": "3d8073",
+ "afb1c7": "343d8e",
+ "e6b573": "4ba789",
+ "767e9c": "3c50a1",
+ "f5ebeb": "4459a2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/643_2.png b/public/images/pokemon/variant/643_2.png
new file mode 100644
index 00000000000..fbd2a6e109c
Binary files /dev/null and b/public/images/pokemon/variant/643_2.png differ
diff --git a/public/images/pokemon/variant/644.json b/public/images/pokemon/variant/644.json
new file mode 100644
index 00000000000..e84e7373389
--- /dev/null
+++ b/public/images/pokemon/variant/644.json
@@ -0,0 +1,48 @@
+{
+ "1": {
+ "1a1a21": "35296b",
+ "2c2c35": "c1c8e8",
+ "103a52": "251076",
+ "191921": "686c99",
+ "22222e": "705ba8",
+ "005da4": "4800e3",
+ "31313a": "cfd0e6",
+ "6bf7ff": "b77dff",
+ "00c5ff": "7626ff",
+ "1a1821": "7888c2",
+ "23232f": "8c9bd1",
+ "ce0000": "a44bf2",
+ "121212": "54428f",
+ "940000": "762fcc",
+ "52525a": "e6e7f2",
+ "003682": "4c29ab",
+ "08528c": "3b1899",
+ "212129": "9b9fc4",
+ "111111": "5b5f8c",
+ "009cde": "dbbaff",
+ "101010": "49568f"
+ },
+ "2": {
+ "1a1a21": "350707",
+ "2c2c35": "9c5fa4",
+ "103a52": "671212",
+ "191921": "843172",
+ "22222e": "350707",
+ "005da4": "c8433a",
+ "31313a": "ef9dae",
+ "6bf7ff": "f5e5da",
+ "00c5ff": "fbd3a8",
+ "1a1821": "5e286f",
+ "23232f": "763e7f",
+ "ce0000": "f3d32c",
+ "121212": "210214",
+ "940000": "aa5d0e",
+ "52525a": "ffc5d1",
+ "003682": "671212",
+ "08528c": "821b1b",
+ "212129": "ca6c94",
+ "111111": "4a1a4c",
+ "009cde": "ef806b",
+ "101010": "3b1a4c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/646-black.json b/public/images/pokemon/variant/646-black.json
new file mode 100644
index 00000000000..70094ae228b
--- /dev/null
+++ b/public/images/pokemon/variant/646-black.json
@@ -0,0 +1,59 @@
+{
+ "1": {
+ "2f2f38": "112240",
+ "6b8c7b": "2b4366",
+ "524a31": "203c5c",
+ "191921": "6a6a94",
+ "648776": "905dcf",
+ "315a42": "1a2b4d",
+ "e3e3dc": "d4c3f7",
+ "e8e8dc": "e6a18a",
+ "35353d": "c8c9e0",
+ "786655": "5482b0",
+ "ededeb": "ebd4c3",
+ "b3ac8b": "c77161",
+ "006b94": "4c13a1",
+ "3b3b42": "9e463f",
+ "2e5942": "484873",
+ "addec5": "426585",
+ "b59400": "b35a3e",
+ "004b6f": "4c13a1",
+ "7d6d5b": "b2bdd4",
+ "ada584": "78a9cc",
+ "ffff4a": "db966b",
+ "deddd3": "edc9ff",
+ "282830": "9b9bc2",
+ "23232b": "0c142e",
+ "1e1e26": "15213b",
+ "00b5ff": "a033ff",
+ "b6e3ca": "bb8ae3"
+ },
+ "2": {
+ "2f2f38": "550f0f",
+ "6b8c7b": "be6e34",
+ "524a31": "550f0f",
+ "191921": "3d0d38",
+ "648776": "ea93a5",
+ "315a42": "7b2d25",
+ "e3e3dc": "ffadbe",
+ "e8e8dc": "e0e0cc",
+ "35353d": "913a7d",
+ "786655": "982222",
+ "b3ac8b": "cec7a7",
+ "006b94": "6b3773",
+ "3b3b42": "423f30",
+ "2e5942": "ca6c94",
+ "addec5": "e6b45b",
+ "b59400": "166a2d",
+ "004b6f": "411d46",
+ "7d6d5b": "982222",
+ "ada584": "c23232",
+ "ffff4a": "6ae649",
+ "deddd3": "ffc5d1",
+ "282830": "6c245b",
+ "23232b": "521610",
+ "1e1e26": "480b0b",
+ "00b5ff": "b464bf",
+ "b6e3ca": "ea93a5"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/646-white.json b/public/images/pokemon/variant/646-white.json
new file mode 100644
index 00000000000..ff46920d000
--- /dev/null
+++ b/public/images/pokemon/variant/646-white.json
@@ -0,0 +1,52 @@
+{
+ "1": {
+ "101010": "101010",
+ "741a18": "9c5528",
+ "4a4a29": "2a446b",
+ "4a4a2d": "181930",
+ "4c4a2c": "1b2547",
+ "315a42": "1b2547",
+ "7b7b5a": "779fbf",
+ "73737b": "222342",
+ "942921": "d49748",
+ "e64a42": "ffe587",
+ "6b8c7b": "2e466b",
+ "cc9827": "b35a3e",
+ "ffde38": "db966b",
+ "ffde3a": "ffde3a",
+ "ffad63": "fff7c4",
+ "ada584": "b7dbeb",
+ "bdbdc5": "292b40",
+ "addec5": "45678a",
+ "f7f3f3": "f7f3f3",
+ "fbf8f8": "414659",
+ "fdf9f9": "fcfcfc",
+ "fcfcfc": "fcfcfc",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "741a18": "1f504d",
+ "4a4a29": "550f0f",
+ "4a4a2d": "1f1544",
+ "4c4a2c": "7b2d25",
+ "315a42": "7b2d25",
+ "7b7b5a": "982222",
+ "73737b": "2b2871",
+ "942921": "3d8073",
+ "e64a42": "4ba789",
+ "6b8c7b": "be6e34",
+ "cc9827": "166a2d",
+ "ffde38": "6ae649",
+ "ffde3a": "9df377",
+ "ffad63": "5cdca6",
+ "ada584": "c23232",
+ "bdbdc5": "3d458f",
+ "addec5": "e6b45b",
+ "f7f3f3": "f7f3f3",
+ "fbf8f8": "5870c4",
+ "fdf9f9": "4f9290",
+ "fcfcfc": "e2f9b5",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/646.json b/public/images/pokemon/variant/646.json
new file mode 100644
index 00000000000..c8a0453a135
--- /dev/null
+++ b/public/images/pokemon/variant/646.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "8c7329": "b35a3e",
+ "949cad": "a6cfe0",
+ "3b3b4a": "39444c",
+ "103a52": "121836",
+ "ffe600": "db966b",
+ "73737b": "6394b0",
+ "373746": "121836",
+ "bde6ff": "3c5878",
+ "424252": "3d6285",
+ "696973": "606a73",
+ "ceb500": "a55c39",
+ "cecece": "bec9ce",
+ "def7ff": "577c96",
+ "6d737b": "a55c39",
+ "6b8494": "1a2647",
+ "ffffff": "edfcff",
+ "a5b5ce": "293c5e"
+ },
+ "2": {
+ "8c7329": "166a2d",
+ "949cad": "c23232",
+ "3b3b4a": "4a3b3b",
+ "103a52": "7b2d25",
+ "ffe600": "6ae649",
+ "73737b": "982222",
+ "373746": "7b2d25",
+ "bde6ff": "e6b45b",
+ "424252": "550f0f",
+ "696973": "736969",
+ "ceb500": "2aac2b",
+ "def7ff": "f7ec88",
+ "6d737b": "2aac2b",
+ "6b8494": "974626",
+ "a5b5ce": "be6e34"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/656.json b/public/images/pokemon/variant/656.json
index 68743a4c9f1..5037f86f22a 100644
--- a/public/images/pokemon/variant/656.json
+++ b/public/images/pokemon/variant/656.json
@@ -3,12 +3,12 @@
"838394": "4d7dc5",
"62ace6": "8363af",
"7bcdff": "9c75c2",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "7ab7ec",
"c9b241": "97d6e2",
- "dfcf77": "bae7e8",
+ "ccbd70": "bae7e8",
"174592": "37408c",
- "fdfdfd": "b1e5ff",
+ "f8f8f8": "b1e5ff",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
"396a83": "362864",
@@ -18,12 +18,12 @@
"838394": "cc6845",
"62ace6": "c44848",
"7bcdff": "dd6155",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "f7c685",
"c9b241": "97d6e2",
- "dfcf77": "bae7e8",
+ "ccbd70": "bae7e8",
"174592": "198158",
- "fdfdfd": "fff4bd",
+ "f8f8f8": "fff4bd",
"9c9cc5": "c96a48",
"cdcde6": "f7b785",
"396a83": "5c0d33",
diff --git a/public/images/pokemon/variant/666-continental.json b/public/images/pokemon/variant/666-continental.json
index 67e25fc79b4..92614fb346c 100644
--- a/public/images/pokemon/variant/666-continental.json
+++ b/public/images/pokemon/variant/666-continental.json
@@ -2,6 +2,7 @@
"1": {
"101010": "101010",
"595959": "724b7a",
+ "555353": "724b7a",
"d18257": "d18257",
"f9bd55": "f9bd55",
"303030": "402746",
@@ -15,5 +16,23 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"e08528": "e08528"
+ },
+ "2": {
+ "101010": "101010",
+ "595959": "8f551e",
+ "555353": "e99b44",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "6d2d0d",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "9c5c19",
+ "ceab62": "e99b44",
+ "707068": "e99b44",
+ "504a4a": "9c5c19",
+ "aa5844": "aa5844",
+ "c3c3c3": "f8f27f",
+ "811c1c": "811c1c",
+ "308528": "308528"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-continental_3.json b/public/images/pokemon/variant/666-continental_3.json
deleted file mode 100644
index ed0fee105bb..00000000000
--- a/public/images/pokemon/variant/666-continental_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:70eae64f87d7226958d0443e262bab16:5ea86607863e872365dc956f4d819752:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-continental_3.png b/public/images/pokemon/variant/666-continental_3.png
deleted file mode 100644
index 24e4c9ab37c..00000000000
Binary files a/public/images/pokemon/variant/666-continental_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-fancy.json b/public/images/pokemon/variant/666-fancy.json
new file mode 100644
index 00000000000..1f31ac6983d
--- /dev/null
+++ b/public/images/pokemon/variant/666-fancy.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "e3e982",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_2.json b/public/images/pokemon/variant/666-fancy_2.json
deleted file mode 100644
index d2dd365d3ed..00000000000
--- a/public/images/pokemon/variant/666-fancy_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d5276d8c199bae070dbaa73293fd554:a099f55391d8e4bbae565d4a170574c9:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_2.png b/public/images/pokemon/variant/666-fancy_2.png
deleted file mode 100644
index 100ba90d7e4..00000000000
Binary files a/public/images/pokemon/variant/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-fancy_3.json b/public/images/pokemon/variant/666-fancy_3.json
deleted file mode 100644
index be0625b1360..00000000000
--- a/public/images/pokemon/variant/666-fancy_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2d5276d8c199bae070dbaa73293fd554:a099f55391d8e4bbae565d4a170574c9:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-fancy_3.png b/public/images/pokemon/variant/666-fancy_3.png
deleted file mode 100644
index a8453d6cbce..00000000000
Binary files a/public/images/pokemon/variant/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-high-plains.json b/public/images/pokemon/variant/666-high-plains.json
index fd26a077f34..85a5eb24cc3 100644
--- a/public/images/pokemon/variant/666-high-plains.json
+++ b/public/images/pokemon/variant/666-high-plains.json
@@ -14,7 +14,8 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -31,6 +32,7 @@
"c3c3c3": "edc67c",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-monsoon.json b/public/images/pokemon/variant/666-monsoon.json
index 8aaedab67ca..915d471b2b1 100644
--- a/public/images/pokemon/variant/666-monsoon.json
+++ b/public/images/pokemon/variant/666-monsoon.json
@@ -1,36 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "675220": "958c8a",
- "ceab62": "d9edd4",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "a97cbc",
- "504a4a": "7f6991",
- "4eccd6": "4eccd6",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "c3c3c3": "ffeaff",
- "811c1c": "811c1c"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "675220": "2c3593",
- "ceab62": "5857bc",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "5857bc",
- "504a4a": "2c3593",
- "4eccd6": "4eccd6",
- "5676de": "5676de",
- "c3c3c3": "b8f9f9",
- "811c1c": "811c1c"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-ocean.json b/public/images/pokemon/variant/666-ocean.json
index 975602c6f9e..23f8d48c681 100644
--- a/public/images/pokemon/variant/666-ocean.json
+++ b/public/images/pokemon/variant/666-ocean.json
@@ -22,7 +22,7 @@
"e1384d": "e1384d",
"f4ad61": "f4ad61",
"f8ef6a": "f8ef6a",
- "303030": "b56208",
+ "303030": "b54908",
"675220": "bc601c",
"ceab62": "ea8742",
"707068": "ea8742",
diff --git a/public/images/pokemon/variant/666-poke-ball.json b/public/images/pokemon/variant/666-poke-ball.json
index e83072c51a5..fe6b42f6ef3 100644
--- a/public/images/pokemon/variant/666-poke-ball.json
+++ b/public/images/pokemon/variant/666-poke-ball.json
@@ -14,6 +14,25 @@
"504a4a": "7f6991",
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
- "a9a99e": "a9a99e"
+ "a9a99e": "a9a99e",
+ "2c2b2b": "402746"
+ },
+ "2": {
+ "101010": "101010",
+ "f8f8f8": "00006d",
+ "303030": "ae001a",
+ "2c2b2b": "660000",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "c3c3c3": "f0a6bf",
+ "707068": "d5375a",
+ "a9a99e": "000050",
+ "811c1c": "811c1c",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "675220": "a70038",
+ "ceab62": "d5375a"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-poke-ball_3.json b/public/images/pokemon/variant/666-poke-ball_3.json
deleted file mode 100644
index d506cef780e..00000000000
--- a/public/images/pokemon/variant/666-poke-ball_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ff5b539e59b71fa67f66f26bb0f2e9d:45bec6d118350401c25850e5f12a25af:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-poke-ball_3.png b/public/images/pokemon/variant/666-poke-ball_3.png
deleted file mode 100644
index e6056246fce..00000000000
Binary files a/public/images/pokemon/variant/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/666-river.json b/public/images/pokemon/variant/666-river.json
index 818e1ee3989..c7e5e288d05 100644
--- a/public/images/pokemon/variant/666-river.json
+++ b/public/images/pokemon/variant/666-river.json
@@ -1,19 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "303030": "7b2800",
- "625841": "625841",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "707068": "d9a666",
- "504a4a": "ae7f41",
- "c3c3c3": "e3c384",
- "811c1c": "811c1c",
- "279ec2": "279ec2",
- "59c9d3": "59c9d3",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-river_2.json b/public/images/pokemon/variant/666-river_2.json
deleted file mode 100644
index 0da0f00b0be..00000000000
--- a/public/images/pokemon/variant/666-river_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:39f778a45b20cfcfded5a350ee1a02e9:5d7e7e891b7da588a2ebd23733da6c2d:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/666-river_2.png b/public/images/pokemon/variant/666-river_2.png
deleted file mode 100644
index a5a65f4933b..00000000000
Binary files a/public/images/pokemon/variant/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/669-red.json b/public/images/pokemon/variant/669-red.json
index 627fdbeb44f..145228a41c2 100644
--- a/public/images/pokemon/variant/669-red.json
+++ b/public/images/pokemon/variant/669-red.json
@@ -1,4 +1,22 @@
{
+ "1": {
+ "101010": "101010",
+ "3d6629": "094740",
+ "665a1f": "3e0547",
+ "595959": "595959",
+ "686868": "686868",
+ "802d2d": "55061c",
+ "d94c4c": "aa263c",
+ "e15455": "dc6295",
+ "ff7373": "cd4a4a",
+ "65a943": "e493a1",
+ "6bb347": "1d8057",
+ "ccb43d": "6a094f",
+ "ffe14c": "9c235f",
+ "bfbfbf": "bfbfbf",
+ "f8f8f8": "f8f8f8",
+ "fffbfb": "fffbfb"
+ },
"2": {
"665a1f": "393833",
"ffe14c": "fdfffb",
diff --git a/public/images/pokemon/variant/669-red_2.json b/public/images/pokemon/variant/669-red_2.json
deleted file mode 100644
index 33816135db6..00000000000
--- a/public/images/pokemon/variant/669-red_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "669-red_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 46,
- "h": 46
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 43,
- "h": 46
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 46
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 46
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:30be9438b4a7afb54dfbdae88661c2ed:ba8475f09ea3d2213c2462b54bc4a3e0:9f8ada9cf46c4e29f954b2eb815bc4e5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/669-red_2.png b/public/images/pokemon/variant/669-red_2.png
deleted file mode 100644
index 5d30b38b1d4..00000000000
Binary files a/public/images/pokemon/variant/669-red_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/692.json b/public/images/pokemon/variant/692.json
new file mode 100644
index 00000000000..954dcffb3e9
--- /dev/null
+++ b/public/images/pokemon/variant/692.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "b3f2ff": "fada7f",
+ "44a2b4": "af6a37",
+ "2f7280": "783a1d",
+ "cd9d3a": "53be53",
+ "575757": "c85b5b",
+ "72561c": "20734c",
+ "60dbf2": "e1ac53",
+ "b4b4b4": "c8ba6d",
+ "3d3d3d": "7d182d",
+ "ffc549": "a9f076"
+ },
+ "2": {
+ "b3f2ff": "faf8d7",
+ "44a2b4": "968144",
+ "2f7280": "5f3c23",
+ "cd9d3a": "7743be",
+ "575757": "88cd56",
+ "72561c": "371c72",
+ "60dbf2": "e1d6b6",
+ "b4b4b4": "68a7aa",
+ "3d3d3d": "1c873e",
+ "ffc549": "a36feb"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/693.json b/public/images/pokemon/variant/693.json
new file mode 100644
index 00000000000..2e80795d2a0
--- /dev/null
+++ b/public/images/pokemon/variant/693.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "23a2c8": "c87a23",
+ "ffc859": "6ccd80",
+ "224b73": "552813",
+ "404040": "3c171b",
+ "262626": "230808",
+ "5f5f5f": "6e2e3b",
+ "cc9c3d": "1b3c17",
+ "61daf2": "f2bd61",
+ "735822": "08230e",
+ "3674b3": "7d3e21",
+ "ffc44c": "426e2e",
+ "4595e5": "aa6839"
+ },
+ "2": {
+ "23a2c8": "beb099",
+ "ffc859": "f5b281",
+ "224b73": "5f463a",
+ "404040": "2a8c53",
+ "262626": "295a1c",
+ "5f5f5f": "51c85d",
+ "cc9c3d": "6259af",
+ "61daf2": "f0eadb",
+ "735822": "36235f",
+ "3674b3": "9b8265",
+ "ffc44c": "a39afa",
+ "4595e5": "c8b493"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/715.json b/public/images/pokemon/variant/715.json
new file mode 100644
index 00000000000..e43af20a0de
--- /dev/null
+++ b/public/images/pokemon/variant/715.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "101010": "101010",
+ "2b2b2b": "43167f",
+ "343333": "563d8f",
+ "3b3b3b": "5f32b1",
+ "6a3f73": "0f103c",
+ "287366": "731338",
+ "575757": "7a5ccc",
+ "555454": "9166c8",
+ "801a1a": "5d173d",
+ "e52e2e": "903b78",
+ "ffe14c": "ff8a58",
+ "8e5499": "202558",
+ "bd70cc": "2f386b",
+ "3aa694": "a42c54",
+ "4cd9c1": "d04b6c",
+ "bfbfbf": "bb9adc",
+ "f8f8f8": "f8f8f8",
+ "f7f3f3": "d6c8f1"
+ },
+ "2": {
+ "101010": "101010",
+ "2b2b2b": "5e3932",
+ "343333": "1d060c",
+ "3b3b3b": "c29484",
+ "6a3f73": "3b0c18",
+ "287366": "832714",
+ "575757": "ecd3c3",
+ "555454": "2f0d13",
+ "801a1a": "7c0907",
+ "e52e2e": "ad3419",
+ "ffe14c": "49ffcd",
+ "8e5499": "5b1922",
+ "bd70cc": "7c2928",
+ "3aa694": "b8552c",
+ "4cd9c1": "dd834c",
+ "bfbfbf": "43191e",
+ "f8f8f8": "f8f8f8",
+ "f7f3f3": "5a2a2b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/728.json b/public/images/pokemon/variant/728.json
index 186c61ea7ea..fb17e2c119e 100644
--- a/public/images/pokemon/variant/728.json
+++ b/public/images/pokemon/variant/728.json
@@ -1,34 +1,36 @@
{
"1": {
- "243a66": "00473d",
- "436cbf": "009469",
- "6c90d9": "14af82",
"733f50": "a62c20",
+ "243a66": "00473d",
"e57ea1": "ff8072",
"f8f8f8": "fff6e2",
+ "436cbf": "009469",
"b3627d": "e54c41",
- "314f8c": "006355",
+ "6c90d9": "14af82",
"101010": "101010",
- "bfbfbf": "c2beb4",
"808080": "808080",
- "404040": "404040",
+ "bfbfbf": "c2beb4",
+ "314f8c": "006355",
"639ba6": "858d7d",
- "a1dae5": "92b599"
+ "a1dae5": "92b599",
+ "1e3a66": "363d2f",
+ "2c4f8c": "5a6154"
},
"2": {
- "243a66": "54041b",
- "436cbf": "a6213f",
- "6c90d9": "be294a",
"733f50": "620a33",
+ "243a66": "54041b",
"e57ea1": "dd3780",
"f8f8f8": "f5edee",
+ "436cbf": "a6213f",
"b3627d": "a7225c",
- "314f8c": "770f29",
+ "6c90d9": "be294a",
"101010": "101010",
- "bfbfbf": "bfb4b9",
"808080": "808080",
- "404040": "404040",
+ "bfbfbf": "bfb4b9",
+ "314f8c": "770f29",
"639ba6": "b88389",
- "a1dae5": "f7c1c5"
+ "a1dae5": "f7c1c5",
+ "1e3a66": "773f46",
+ "2c4f8c": "a45f67"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/730.json b/public/images/pokemon/variant/730.json
index 871bd52ec9e..eec815b0572 100644
--- a/public/images/pokemon/variant/730.json
+++ b/public/images/pokemon/variant/730.json
@@ -1,36 +1,46 @@
{
"1": {
- "0e6792": "b54f5f",
- "6ac8e3": "ffa0a8",
- "727481": "74312e",
- "aac7e6": "ea7c5b",
- "44a0b5": "d87383",
"101010": "101010",
- "82a7b9": "c35861",
"8d3f4a": "a62c20",
- "f8f8f8": "fff2d4",
- "bdbdc1": "c0b7a1",
- "ff8496": "ff8072",
"c76374": "e54c41",
+ "0e6792": "b54f5f",
"1241a1": "006355",
+ "6d7481": "917393",
+ "727481": "a0866f",
"1470de": "009469",
- "64c5e1": "00dc9c"
+ "5a8092": "74312e",
+ "44a0b5": "d87383",
+ "64c5e1": "00dc9c",
+ "6ac8e3": "ffa0a8",
+ "82a7b9": "c35861",
+ "ff8496": "ff8072",
+ "bdbdc1": "c0b7a1",
+ "c0bdc1": "beaac0",
+ "aac7e6": "ea7c5b",
+ "f8f8f8": "fff2d4",
+ "faf8f8": "f1e8f1",
+ "fef8f8": "fef8f8"
},
"2": {
- "0e6792": "500518",
- "6ac8e3": "a6213f",
- "727481": "5c2141",
- "aac7e6": "e9a5c0",
- "44a0b5": "770f29",
"101010": "101010",
- "82a7b9": "c17b97",
"8d3f4a": "1d1638",
- "f8f8f8": "f5edee",
- "bdbdc1": "bfb4b9",
- "ff8496": "614388",
"c76374": "391e62",
+ "0e6792": "500518",
"1241a1": "591945",
+ "6d7481": "81716d",
+ "727481": "9e8193",
"1470de": "81387e",
- "64c5e1": "bd2b6b"
+ "5a8092": "5c2141",
+ "44a0b5": "770f29",
+ "64c5e1": "bd2b6b",
+ "6ac8e3": "a6213f",
+ "82a7b9": "c17b97",
+ "ff8496": "614388",
+ "bdbdc1": "bfb4b9",
+ "c0bdc1": "c0b4a5",
+ "aac7e6": "e9a5c0",
+ "f8f8f8": "f5edee",
+ "faf8f8": "f5f3e3",
+ "fef8f8": "fef8f8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/746-school.json b/public/images/pokemon/variant/746-school.json
new file mode 100644
index 00000000000..a76aca2921f
--- /dev/null
+++ b/public/images/pokemon/variant/746-school.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "0a1627": "5f2112",
+ "113650": "0b3d3a",
+ "123954": "75351b",
+ "10437d": "16574d",
+ "134884": "934f26",
+ "1766c6": "b77736",
+ "3d66d8": "d39c63",
+ "416adf": "2c9572",
+ "79848a": "a67834",
+ "749cf6": "5ce09d",
+ "43ebf3": "824388",
+ "72f0f6": "27133f",
+ "9cd3fd": "78f389",
+ "a6c5f7": "aafe94",
+ "cfd1d3": "d5ab51",
+ "fbfbfb": "f7d76b"
+ },
+ "2": {
+ "101010": "101010",
+ "0a1627": "160523",
+ "113650": "846228",
+ "123954": "28071a",
+ "10437d": "b7904d",
+ "134884": "350b19",
+ "1766c6": "4a1111",
+ "3d66d8": "622222",
+ "416adf": "dec284",
+ "79848a": "4a1111",
+ "749cf6": "f8ecc5",
+ "43ebf3": "4378eb",
+ "72f0f6": "31238e",
+ "9cd3fd": "fefed9",
+ "a6c5f7": "fefeef",
+ "cfd1d3": "5f291c",
+ "fbfbfb": "844232"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/746.json b/public/images/pokemon/variant/746.json
new file mode 100644
index 00000000000..5b183b10e5d
--- /dev/null
+++ b/public/images/pokemon/variant/746.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "1f2161": "16574d",
+ "5d666d": "75391b",
+ "616b72": "a67834",
+ "9c455b": "308c9d",
+ "374793": "2c9572",
+ "4764c9": "5ce09d",
+ "3e9cbb": "27133f",
+ "61c8de": "824388",
+ "8c9c9d": "935926",
+ "8d9c9d": "c69b3f",
+ "d88394": "65cfe2",
+ "b0c5c6": "d5ab51",
+ "ccd2ce": "b77736",
+ "d8d9da": "d8d9da",
+ "eeeeee": "f7d76b",
+ "fefefe": "fefefe"
+ },
+ "2": {
+ "101010": "101010",
+ "1f2161": "b7904d",
+ "5d666d": "1e0726",
+ "616b72": "4a1111",
+ "9c455b": "b9682d",
+ "374793": "dec284",
+ "4764c9": "f8ecc5",
+ "3e9cbb": "4378eb",
+ "61c8de": "5787f1",
+ "8c9c9d": "350b19",
+ "8d9c9d": "531917",
+ "d88394": "e4d85f",
+ "b0c5c6": "5f291c",
+ "ccd2ce": "4a1111",
+ "d8d9da": "d8d9da",
+ "eeeeee": "844232",
+ "fefefe": "fefefe"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/780.json b/public/images/pokemon/variant/780.json
new file mode 100644
index 00000000000..0399d3567bf
--- /dev/null
+++ b/public/images/pokemon/variant/780.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "8d541b": "bd8955",
+ "297b8b": "1a316b",
+ "606f55": "496375",
+ "ffc4d7": "f29d9d",
+ "105262": "0e194a",
+ "b4cda4": "9ab5b8",
+ "f5ae07": "e8c987",
+ "ce5b9b": "cf4654",
+ "faf550": "faf0b1",
+ "e67b9c": "e65757",
+ "bd3983": "bd3341",
+ "eea6bc": "f06e6e",
+ "5aa4a4": "284c80",
+ "b8b7a3": "cf8d38",
+ "726d5c": "a36026",
+ "91a37c": "7798a1",
+ "eeeeee": "e6c15e"
+ },
+ "2": {
+ "8d541b": "157d36",
+ "297b8b": "4e4f73",
+ "606f55": "8f825d",
+ "ffc4d7": "f2e396",
+ "105262": "3f3c61",
+ "b4cda4": "d6dbba",
+ "f5ae07": "24ab2b",
+ "ce5b9b": "d9ae5d",
+ "faf550": "3ec435",
+ "e67b9c": "e3b656",
+ "bd3983": "c27529",
+ "eea6bc": "f2d98d",
+ "5aa4a4": "6a708a",
+ "b8b7a3": "254e59",
+ "726d5c": "162d3d",
+ "91a37c": "b5b48b",
+ "eeeeee": "3e7a76"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/782.json b/public/images/pokemon/variant/782.json
new file mode 100644
index 00000000000..bd04ccc0c70
--- /dev/null
+++ b/public/images/pokemon/variant/782.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "f13035": "48bd8c",
+ "bec6cb": "e8cea0",
+ "fdfdfd": "fcf2ca",
+ "f8f236": "e77b57",
+ "504e4b": "2b130b",
+ "aba5ad": "336340",
+ "7b766f": "472d1d",
+ "7a756d": "a67e5b",
+ "726475": "214a33",
+ "4f4d4b": "8a5b41",
+ "940a0d": "258067",
+ "dbdbdb": "4e8759",
+ "957509": "a63424",
+ "fff7cc": "f7c4b5"
+ },
+ "2": {
+ "f13035": "b8c0fc",
+ "bec6cb": "b7ddeb",
+ "fdfdfd": "d5f4f7",
+ "f8f236": "52d9ac",
+ "504e4b": "132040",
+ "aba5ad": "5e3e75",
+ "7b766f": "273959",
+ "7a756d": "8ab7cf",
+ "726475": "412959",
+ "4f4d4b": "567496",
+ "940a0d": "636a94",
+ "dbdbdb": "855d99",
+ "957509": "258085",
+ "fff7cc": "baf7dc"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/783.json b/public/images/pokemon/variant/783.json
new file mode 100644
index 00000000000..0748d5ff79e
--- /dev/null
+++ b/public/images/pokemon/variant/783.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "f13035": "48bd8c",
+ "6c6968": "472d1d",
+ "97938c": "2a573e",
+ "4d4644": "2b130b",
+ "940a0d": "258067",
+ "fdfdfd": "fcf2ca",
+ "6e6a69": "8a5b41",
+ "fff5ae": "f7c4b5",
+ "c2c1c0": "42754f",
+ "d7aa22": "c25236",
+ "957509": "a63424",
+ "69625c": "133027",
+ "f4da42": "e77b57"
+ },
+ "2": {
+ "f13035": "d9ddfc",
+ "6c6968": "2e4266",
+ "97938c": "543666",
+ "4d4644": "151e38",
+ "940a0d": "636a94",
+ "fdfdfd": "d5f4f7",
+ "6e6a69": "567496",
+ "fff5ae": "baf7dc",
+ "c2c1c0": "744e87",
+ "d7aa22": "37ad94",
+ "957509": "258085",
+ "69625c": "2d1c3d",
+ "f4da42": "52d9ac"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/784.json b/public/images/pokemon/variant/784.json
new file mode 100644
index 00000000000..0bd28476e98
--- /dev/null
+++ b/public/images/pokemon/variant/784.json
@@ -0,0 +1,50 @@
+{
+ "1": {
+ "c99f21": "c25236",
+ "4b4657": "8a5b41",
+ "544747": "517d37",
+ "d0d2d5": "77a353",
+ "fafafa": "f7c4b5",
+ "d4d6d9": "e8cea0",
+ "9d6702": "9c3c27",
+ "f4da42": "e77b57",
+ "f13035": "48bd8c",
+ "2d2b28": "2b130b",
+ "c59c21": "b5482f",
+ "cb0e12": "258067",
+ "47444e": "472d1d",
+ "f7f7f7": "fcf2ca",
+ "a7a29e": "336142",
+ "807673": "a67e5b",
+ "504444": "123028",
+ "885902": "a63424",
+ "7e7572": "204736",
+ "d7d9db": "548752",
+ "4d4946": "447835",
+ "fdfdfd": "bbd477"
+ },
+ "2": {
+ "c99f21": "37ad94",
+ "4b4657": "567496",
+ "544747": "558ea3",
+ "d0d2d5": "7ec2cc",
+ "fafafa": "daf2e7",
+ "d4d6d9": "b7ddeb",
+ "9d6702": "227880",
+ "f4da42": "52d9ac",
+ "f13035": "d9ddfc",
+ "2d2b28": "151e38",
+ "c59c21": "34a897",
+ "cb0e12": "636a94",
+ "47444e": "2e4266",
+ "f7f7f7": "d5f4f7",
+ "a7a29e": "6c457a",
+ "807673": "8ab7cf",
+ "504444": "2d1840",
+ "885902": "2b8c8b",
+ "7e7572": "4e2e61",
+ "d7d9db": "ac7fb3",
+ "4d4946": "558fa6",
+ "fdfdfd": "adedf0"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/840.json b/public/images/pokemon/variant/840.json
new file mode 100644
index 00000000000..255e2e7689a
--- /dev/null
+++ b/public/images/pokemon/variant/840.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "e2244a": "70a2c5",
+ "8d4229": "570749",
+ "94d84a": "e5e8ee",
+ "5fab1d": "7a7c9e",
+ "d39a52": "9c2e72",
+ "e32b50": "4e77a2",
+ "357912": "313846",
+ "fe455c": "abd7e2",
+ "5bab1d": "acb0c3",
+ "247912": "48485d",
+ "a50534": "3e6085",
+ "a4d84a": "9aa0b3",
+ "f2c171": "c55885",
+ "fa6f8b": "c1f3f3"
+ },
+ "2": {
+ "e2244a": "bfb5ab",
+ "8d4229": "230808",
+ "94d84a": "589df3",
+ "5fab1d": "a8546e",
+ "d39a52": "291411",
+ "e32b50": "807770",
+ "357912": "823455",
+ "fe455c": "dcd9d1",
+ "5bab1d": "354dbf",
+ "247912": "2e2246",
+ "a50534": "68645f",
+ "a4d84a": "e28c95",
+ "f2c171": "463731",
+ "fa6f8b": "eeedea"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/841-gigantamax.json b/public/images/pokemon/variant/841-gigantamax.json
new file mode 100644
index 00000000000..5d3b8c49133
--- /dev/null
+++ b/public/images/pokemon/variant/841-gigantamax.json
@@ -0,0 +1,52 @@
+{
+ "1": {
+ "101010": "101010",
+ "772628": "3e6085",
+ "2c4828": "291634",
+ "427638": "7a7c9e",
+ "872d23": "460c4d",
+ "8b3329": "2c255d",
+ "913c3c": "5b4585",
+ "a63139": "70a2c5",
+ "8d4229": "272a52",
+ "bf6c31": "b668a0",
+ "d2394d": "abd7e2",
+ "d54456": "751680",
+ "c57741": "9c2e72",
+ "e84466": "8666ae",
+ "39a43d": "9aa0b3",
+ "b3ac62": "95aec9",
+ "c68a48": "2b526f",
+ "e2bb56": "c55885",
+ "e9c558": "397880",
+ "ffc66a": "eeb4cb",
+ "dad08b": "dcebf9",
+ "fff1ab": "63b9b9",
+ "f9f9f9": "f9f9f9"
+ },
+ "2": {
+ "101010": "101010",
+ "772628": "695d57",
+ "2c4828": "341c1c",
+ "427638": "a54e69",
+ "872d23": "2e2246",
+ "8b3329": "3a2222",
+ "913c3c": "682d2d",
+ "a63139": "baada1",
+ "8d4229": "9c564c",
+ "bf6c31": "354dbf",
+ "d2394d": "dcd9d1",
+ "d54456": "2e38bf",
+ "c57741": "291411",
+ "e84466": "915a41",
+ "39a43d": "e28c95",
+ "b3ac62": "c1a39c",
+ "c68a48": "d1a87e",
+ "e2bb56": "463731",
+ "e9c558": "eee0bc",
+ "ffc66a": "589df3",
+ "dad08b": "e2dcd6",
+ "fff1ab": "fdf3c0",
+ "f9f9f9": "f9f9f9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/841.json b/public/images/pokemon/variant/841.json
new file mode 100644
index 00000000000..3f1c756da5e
--- /dev/null
+++ b/public/images/pokemon/variant/841.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "df6655": "c55885",
+ "b5915b": "34123a",
+ "9b2629": "70a2c5",
+ "8d764b": "110723",
+ "56ab32": "a59ab3",
+ "f0bda6": "c1f3f3",
+ "c3a965": "b3b1d6",
+ "f1c950": "f3c5dd",
+ "ccca71": "e6dcf9",
+ "ccb468": "5d2654",
+ "612324": "3e6085",
+ "d72d31": "abd7e2",
+ "874c23": "613863",
+ "ebe381": "854774",
+ "488235": "8e7a9e",
+ "395a2e": "383146"
+ },
+ "2": {
+ "df6655": "463731",
+ "b5915b": "541711",
+ "9b2629": "bfb5ab",
+ "8d764b": "230313",
+ "56ab32": "e28c95",
+ "f0bda6": "eeedea",
+ "c3a965": "cbb4af",
+ "f1c950": "589df3",
+ "ccca71": "e2dcd6",
+ "ccb468": "8b4332",
+ "612324": "68645f",
+ "d72d31": "dcd9d1",
+ "874c23": "2e2246",
+ "ebe381": "c68862",
+ "488235": "a8546e",
+ "395a2e": "4f0e30"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/842-gigantamax.json b/public/images/pokemon/variant/842-gigantamax.json
new file mode 100644
index 00000000000..5d3b8c49133
--- /dev/null
+++ b/public/images/pokemon/variant/842-gigantamax.json
@@ -0,0 +1,52 @@
+{
+ "1": {
+ "101010": "101010",
+ "772628": "3e6085",
+ "2c4828": "291634",
+ "427638": "7a7c9e",
+ "872d23": "460c4d",
+ "8b3329": "2c255d",
+ "913c3c": "5b4585",
+ "a63139": "70a2c5",
+ "8d4229": "272a52",
+ "bf6c31": "b668a0",
+ "d2394d": "abd7e2",
+ "d54456": "751680",
+ "c57741": "9c2e72",
+ "e84466": "8666ae",
+ "39a43d": "9aa0b3",
+ "b3ac62": "95aec9",
+ "c68a48": "2b526f",
+ "e2bb56": "c55885",
+ "e9c558": "397880",
+ "ffc66a": "eeb4cb",
+ "dad08b": "dcebf9",
+ "fff1ab": "63b9b9",
+ "f9f9f9": "f9f9f9"
+ },
+ "2": {
+ "101010": "101010",
+ "772628": "695d57",
+ "2c4828": "341c1c",
+ "427638": "a54e69",
+ "872d23": "2e2246",
+ "8b3329": "3a2222",
+ "913c3c": "682d2d",
+ "a63139": "baada1",
+ "8d4229": "9c564c",
+ "bf6c31": "354dbf",
+ "d2394d": "dcd9d1",
+ "d54456": "2e38bf",
+ "c57741": "291411",
+ "e84466": "915a41",
+ "39a43d": "e28c95",
+ "b3ac62": "c1a39c",
+ "c68a48": "d1a87e",
+ "e2bb56": "463731",
+ "e9c558": "eee0bc",
+ "ffc66a": "589df3",
+ "dad08b": "e2dcd6",
+ "fff1ab": "fdf3c0",
+ "f9f9f9": "f9f9f9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/842.json b/public/images/pokemon/variant/842.json
new file mode 100644
index 00000000000..9563715745e
--- /dev/null
+++ b/public/images/pokemon/variant/842.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "1f4329": "313846",
+ "1f5829": "852560",
+ "2c743e": "7a7c9e",
+ "9f7034": "9aa0b3",
+ "ac6b20": "110723",
+ "af2348": "67829e",
+ "e75574": "70a2c5",
+ "39a45f": "92cbd9",
+ "7de755": "9aa0b3",
+ "e78422": "1f1946",
+ "ffa63b": "2d3d68",
+ "f1cf6d": "a3b9d0",
+ "f9d56d": "698db4",
+ "ffc575": "2b526f",
+ "f18e8e": "c1f3f3",
+ "fcff86": "397880"
+ },
+ "2": {
+ "101010": "101010",
+ "1f4329": "511c2d",
+ "1f5829": "2e2246",
+ "2c743e": "a8546e",
+ "9f7034": "3a130d",
+ "ac6b20": "68645f",
+ "af2348": "bfb5ab",
+ "e75574": "dcd9d1",
+ "39a45f": "e28c95",
+ "7de755": "589df3",
+ "e78422": "4b211b",
+ "ffa63b": "63473b",
+ "f1cf6d": "cbb4af",
+ "f9d56d": "b9937a",
+ "ffc575": "d1a87e",
+ "f18e8e": "eeedea",
+ "fcff86": "eee0bc"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859.json b/public/images/pokemon/variant/859.json
new file mode 100644
index 00000000000..703d5d67218
--- /dev/null
+++ b/public/images/pokemon/variant/859.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "e65984": "619544",
+ "8d3856": "376b2d",
+ "ffbff5": "dbe797",
+ "f589c2": "9aba6d",
+ "45366d": "5b1d15",
+ "735aac": "a4332d",
+ "947cd8": "cd643d",
+ "f42252": "f55c14",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "c9c9c9": "c9c9c9",
+ "8b73d5": "cc5836"
+ },
+ "2": {
+ "e65984": "4b1736",
+ "8d3856": "30082d",
+ "ffbff5": "904f55",
+ "f589c2": "6b2b3e",
+ "45366d": "794935",
+ "735aac": "f0c475",
+ "947cd8": "d9975b",
+ "f42252": "fc645a",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "c9c9c9": "dad6bf",
+ "8b73d5": "f9e9a4"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_2.json b/public/images/pokemon/variant/859_2.json
deleted file mode 100644
index 1494c4909f7..00000000000
--- a/public/images/pokemon/variant/859_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "859_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 51,
- "h": 51
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:214cad7b549c6f4fdfaf238d82156c4e:50dda7cd3a060b6b559148b2a281e2fe:40139ec0718e207e11a4ee81c686e004$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_2.png b/public/images/pokemon/variant/859_2.png
deleted file mode 100644
index 82e8be45c39..00000000000
Binary files a/public/images/pokemon/variant/859_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/859_3.json b/public/images/pokemon/variant/859_3.json
deleted file mode 100644
index e0d6c3779a8..00000000000
--- a/public/images/pokemon/variant/859_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "859_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 51,
- "h": 51
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 51,
- "h": 47
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 51,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:214cad7b549c6f4fdfaf238d82156c4e:50dda7cd3a060b6b559148b2a281e2fe:40139ec0718e207e11a4ee81c686e004$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/859_3.png b/public/images/pokemon/variant/859_3.png
deleted file mode 100644
index 800063f08aa..00000000000
Binary files a/public/images/pokemon/variant/859_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/871.json b/public/images/pokemon/variant/871.json
new file mode 100644
index 00000000000..5004d3013b5
--- /dev/null
+++ b/public/images/pokemon/variant/871.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "2e2732": "1b3334",
+ "281f2e": "2a2732",
+ "46384c": "504540",
+ "493d4e": "3a5d57",
+ "665272": "62857c",
+ "544947": "7d320e",
+ "7a7270": "a8501b",
+ "9e9a96": "cd7930",
+ "7b4e1c": "5b0d3f",
+ "d58815": "a02c58",
+ "fdba2f": "c45858",
+ "fdf22f": "f1e8e8"
+ },
+ "2": {
+ "101010": "101010",
+ "2e2732": "8b4738",
+ "281f2e": "212232",
+ "46384c": "504740",
+ "493d4e": "ce8a66",
+ "665272": "eac69b",
+ "544947": "1a1730",
+ "7a7270": "27223b",
+ "9e9a96": "3a3449",
+ "7b4e1c": "222c58",
+ "d58815": "343f7f",
+ "fdba2f": "67729f",
+ "fdf22f": "8e9fc9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/88.json b/public/images/pokemon/variant/88.json
new file mode 100644
index 00000000000..61b7ca3b802
--- /dev/null
+++ b/public/images/pokemon/variant/88.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "101010": "101010",
+ "424a5a": "5b3a1d",
+ "5a3173": "6a010c",
+ "848c9c": "9b7c48",
+ "944a9c": "b1160e",
+ "adb5bd": "e9de8c",
+ "bd7bbd": "d55021",
+ "ce8cc5": "e98a47",
+ "d6d6de": "ded7ce",
+ "ffffff": "ffffff",
+ "efade6": "f8be70"
+ },
+ "2": {
+ "101010": "101010",
+ "424a5a": "2d7351",
+ "5a3173": "a21851",
+ "848c9c": "69b17b",
+ "944a9c": "d04569",
+ "adb5bd": "b0e4a9",
+ "bd7bbd": "ed8ea2",
+ "ce8cc5": "f4bfbf",
+ "d6d6de": "d6d6de",
+ "ffffff": "ffffff",
+ "efade6": "f8d8cf"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/89.json b/public/images/pokemon/variant/89.json
new file mode 100644
index 00000000000..eda3558d7c2
--- /dev/null
+++ b/public/images/pokemon/variant/89.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "101010": "101010",
+ "424a5a": "5b3a1d",
+ "5a3173": "6a010c",
+ "848c9c": "9b7c48",
+ "944a9c": "b1160e",
+ "adb5bd": "e9de8c",
+ "bd7bbd": "d55021",
+ "ce8cc5": "e98a47",
+ "d6d6de": "ded7ce",
+ "ffffff": "ffffff",
+ "efade6": "f8be70",
+ "ad63ad": "c63a17"
+ },
+ "2": {
+ "101010": "101010",
+ "424a5a": "2d7351",
+ "5a3173": "a21851",
+ "848c9c": "69b17b",
+ "944a9c": "d04569",
+ "adb5bd": "b0e4a9",
+ "bd7bbd": "ed8ea2",
+ "ce8cc5": "f4bfbf",
+ "d6d6de": "d6d6de",
+ "ffffff": "ffffff",
+ "efade6": "f8d8cf",
+ "ad63ad": "e5728a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/_exp_masterlist.json b/public/images/pokemon/variant/_exp_masterlist.json
new file mode 100644
index 00000000000..88c6f4a95c1
--- /dev/null
+++ b/public/images/pokemon/variant/_exp_masterlist.json
@@ -0,0 +1,672 @@
+{
+ "3-mega": [0, 2, 2],
+ "6-mega-x": [0, 2, 2],
+ "6-mega-y": [0, 2, 2],
+ "80-mega": [0, 1, 1],
+ "94-mega": [2, 2, 2],
+ "127-mega": [0, 1, 1],
+ "130-mega": [0, 1, 1],
+ "142-mega": [0, 1, 1],
+ "150-mega-x": [0, 1, 1],
+ "150-mega-y": [0, 1, 1],
+ "181-mega": [0, 1, 2],
+ "212-mega": [1, 1, 2],
+ "229-mega": [0, 1, 1],
+ "248-mega": [0, 1, 1],
+ "257-mega": [0, 1, 1],
+ "282-mega": [0, 2, 2],
+ "302-mega": [0, 1, 1],
+ "303-mega": [0, 1, 1],
+ "306-mega": [1, 1, 1],
+ "308-mega": [0, 1, 1],
+ "310-mega": [0, 1, 1],
+ "334-mega": [0, 2, 1],
+ "354-mega": [0, 1, 1],
+ "359-mega": [0, 1, 1],
+ "362-mega": [0, 1, 1],
+ "373-mega": [0, 1, 1],
+ "376-mega": [0, 1, 1],
+ "380-mega": [0, 1, 1],
+ "381-mega": [0, 1, 1],
+ "382-primal": [0, 1, 1],
+ "383-primal": [0, 1, 1],
+ "384-mega": [0, 2, 1],
+ "428-mega": [0, 1, 1],
+ "445-mega": [1, 1, 1],
+ "448-mega": [1, 1, 1],
+ "475-mega": [0, 2, 2],
+ "531-mega": [0, 1, 1],
+ "653": [0, 1, 1],
+ "654": [0, 1, 1],
+ "655": [0, 1, 1],
+ "656": [0, 1, 1],
+ "657": [0, 1, 1],
+ "658": [0, 1, 1],
+ "658-ash": [0, 1, 1],
+ "664": [0, 1, 1],
+ "665": [0, 1, 1],
+ "666-archipelago": [0, 1, 1],
+ "666-continental": [0, 1, 1],
+ "666-elegant": [0, 1, 1],
+ "666-fancy": [0, 1, 1],
+ "666-garden": [0, 1, 1],
+ "666-high-plains": [0, 1, 1],
+ "666-icy-snow": [0, 1, 1],
+ "666-jungle": [0, 1, 1],
+ "666-marine": [0, 1, 1],
+ "666-meadow": [0, 1, 1],
+ "666-modern": [0, 1, 1],
+ "666-monsoon": [0, 1, 1],
+ "666-ocean": [0, 1, 1],
+ "666-poke-ball": [0, 1, 1],
+ "666-polar": [0, 1, 1],
+ "666-river": [0, 1, 1],
+ "666-sandstorm": [0, 1, 1],
+ "666-savanna": [0, 1, 1],
+ "666-sun": [0, 1, 1],
+ "666-tundra": [0, 1, 1],
+ "669-red": [0, 2, 2],
+ "669-blue": [0, 1, 1],
+ "669-white": [0, 1, 1],
+ "669-yellow": [0, 1, 1],
+ "669-orange": [0, 2, 2],
+ "670-white": [0, 1, 1],
+ "670-blue": [0, 1, 1],
+ "670-orange": [0, 1, 1],
+ "670-red": [0, 1, 1],
+ "670-yellow": [0, 1, 1],
+ "671-red": [0, 1, 2],
+ "671-blue": [0, 1, 2],
+ "671-yellow": [0, 1, 1],
+ "671-white": [0, 1, 2],
+ "671-orange": [0, 1, 2],
+ "672": [0, 1, 1],
+ "673": [0, 1, 1],
+ "676": [0, 1, 1],
+ "677": [0, 1, 1],
+ "678-female": [0, 1, 1],
+ "678": [0, 1, 1],
+ "682": [0, 1, 1],
+ "683": [0, 1, 1],
+ "684": [0, 1, 1],
+ "685": [0, 1, 1],
+ "688": [0, 1, 1],
+ "689": [0, 1, 1],
+ "690": [0, 1, 1],
+ "691": [0, 1, 1],
+ "692": [0, 1, 1],
+ "693": [0, 1, 1],
+ "696": [0, 1, 1],
+ "697": [0, 1, 1],
+ "699": [0, 1, 1],
+ "700": [0, 1, 1],
+ "702": [0, 1, 1],
+ "704": [0, 1, 1],
+ "705": [0, 1, 1],
+ "706": [0, 1, 1],
+ "709": [0, 1, 1],
+ "710": [0, 1, 1],
+ "711": [1, 1, 1],
+ "712": [0, 1, 1],
+ "713": [0, 1, 1],
+ "715": [0, 1, 1],
+ "716-active": [0, 1, 1],
+ "716-neutral": [0, 1, 1],
+ "717": [0, 2, 2],
+ "720-unbound": [1, 1, 1],
+ "720": [1, 1, 1],
+ "728": [0, 1, 1],
+ "729": [0, 1, 1],
+ "730": [0, 1, 1],
+ "734": [0, 1, 1],
+ "735": [0, 1, 1],
+ "742": [0, 2, 2],
+ "743": [0, 2, 2],
+ "746": [0, 1, 1],
+ "746-school": [0, 1, 1],
+ "747": [0, 2, 2],
+ "748": [0, 1, 1],
+ "751": [0, 1, 1],
+ "752": [0, 1, 1],
+ "753": [0, 1, 1],
+ "754": [0, 2, 2],
+ "755": [0, 1, 1],
+ "756": [0, 1, 1],
+ "761": [0, 1, 1],
+ "762": [0, 1, 1],
+ "763": [0, 1, 1],
+ "767": [0, 1, 1],
+ "768": [0, 1, 1],
+ "770": [0, 0, 0],
+ "771": [0, 2, 2],
+ "772": [0, 1, 1],
+ "773-fighting": [0, 1, 1],
+ "773-psychic": [0, 1, 1],
+ "773-poison": [0, 1, 1],
+ "773-ground": [0, 1, 1],
+ "773-ghost": [0, 1, 1],
+ "773-steel": [0, 1, 1],
+ "773-rock": [0, 1, 1],
+ "773-grass": [0, 1, 1],
+ "773-dragon": [0, 1, 1],
+ "773-bug": [0, 1, 1],
+ "773-ice": [0, 1, 1],
+ "773-dark": [0, 1, 1],
+ "773": [0, 1, 1],
+ "773-fairy": [0, 1, 1],
+ "773-water": [0, 1, 1],
+ "773-electric": [0, 1, 1],
+ "773-flying": [0, 1, 1],
+ "773-fire": [0, 1, 1],
+ "776": [0, 1, 1],
+ "777": [0, 1, 1],
+ "778-busted": [0, 1, 1],
+ "778-disguised": [0, 1, 1],
+ "779": [0, 1, 1],
+ "780": [0, 1, 1],
+ "789": [1, 1, 1],
+ "790": [0, 1, 1],
+ "791": [2, 1, 1],
+ "792": [0, 1, 1],
+ "793": [0, 2, 2],
+ "797": [0, 1, 1],
+ "798": [0, 1, 1],
+ "800-dawn-wings": [0, 1, 1],
+ "800-dusk-mane": [0, 1, 1],
+ "800-ultra": [0, 1, 1],
+ "800": [0, 1, 1],
+ "802": [1, 1, 1],
+ "803": [0, 1, 1],
+ "804": [0, 1, 1],
+ "807": [0, 1, 1],
+ "808": [0, 1, 1],
+ "809": [0, 1, 1],
+ "816": [0, 1, 1],
+ "817": [0, 1, 1],
+ "818": [1, 1, 1],
+ "821": [0, 2, 2],
+ "822": [0, 1, 1],
+ "823": [0, 1, 1],
+ "829": [0, 1, 1],
+ "830": [0, 1, 1],
+ "835": [0, 1, 1],
+ "836": [0, 2, 2],
+ "840": [0, 1, 1],
+ "841": [0, 1, 1],
+ "842": [0, 1, 1],
+ "850": [0, 1, 1],
+ "851": [0, 1, 1],
+ "854": [0, 1, 1],
+ "855": [0, 1, 1],
+ "856": [0, 1, 1],
+ "857": [0, 2, 2],
+ "858": [0, 1, 1],
+ "859": [0, 1, 1],
+ "860": [0, 1, 1],
+ "861": [0, 1, 1],
+ "862": [0, 1, 1],
+ "863": [0, 1, 1],
+ "864": [0, 1, 1],
+ "867": [0, 1, 1],
+ "871": [0, 1, 1],
+ "872": [1, 1, 1],
+ "873": [1, 1, 1],
+ "876-female": [0, 1, 1],
+ "876": [0, 1, 1],
+ "877-hangry": [1, 1, 1],
+ "877": [1, 1, 1],
+ "880": [0, 1, 1],
+ "881": [0, 1, 1],
+ "882": [0, 2, 1],
+ "883": [0, 1, 1],
+ "884": [0, 1, 1],
+ "885": [1, 1, 1],
+ "886": [1, 1, 1],
+ "887": [1, 1, 1],
+ "888": [0, 1, 1],
+ "888-crowned": [0, 1, 1],
+ "889": [0, 1, 1],
+ "889-crowned": [0, 1, 1],
+ "890": [0, 2, 1],
+ "890-eternamax": [0, 1, 1],
+ "891": [1, 1, 1],
+ "892-rapid-strike": [1, 1, 1],
+ "892": [1, 1, 1],
+ "894": [0, 1, 1],
+ "895": [0, 1, 1],
+ "896": [1, 1, 1],
+ "897": [1, 1, 1],
+ "898": [1, 1, 1],
+ "898-ice": [1, 1, 1],
+ "898-shadow": [1, 1, 1],
+ "900": [0, 1, 1],
+ "901": [0, 1, 1],
+ "903": [0, 1, 1],
+ "909": [0, 1, 1],
+ "910": [0, 2, 2],
+ "911": [0, 2, 2],
+ "912": [0, 1, 2],
+ "913": [0, 1, 2],
+ "914": [0, 2, 1],
+ "919": [1, 1, 1],
+ "920": [1, 1, 1],
+ "924": [1, 1, 1],
+ "925-four": [1, 2, 2],
+ "925-three": [1, 2, 2],
+ "932": [0, 2, 2],
+ "933": [0, 2, 2],
+ "934": [0, 1, 1],
+ "940": [0, 1, 1],
+ "941": [0, 1, 1],
+ "944": [0, 1, 1],
+ "945": [0, 1, 1],
+ "948": [0, 1, 1],
+ "949": [0, 1, 1],
+ "951": [0, 1, 1],
+ "952": [0, 1, 1],
+ "953": [0, 1, 1],
+ "954": [0, 1, 1],
+ "957": [2, 2, 2],
+ "958": [2, 2, 2],
+ "959": [2, 2, 2],
+ "962": [1, 1, 1],
+ "967": [0, 1, 1],
+ "968": [0, 1, 1],
+ "969": [0, 1, 1],
+ "970": [0, 1, 1],
+ "973": [1, 1, 1],
+ "974": [0, 1, 1],
+ "975": [0, 1, 1],
+ "978-curly": [0, 2, 2],
+ "978-droopy": [0, 2, 2],
+ "978-stretchy": [0, 2, 2],
+ "979": [2, 2, 2],
+ "981": [0, 1, 1],
+ "982": [0, 1, 1],
+ "982-three-segment": [0, 1, 1],
+ "987": [1, 1, 1],
+ "988": [0, 1, 2],
+ "993": [0, 1, 1],
+ "994": [0, 1, 2],
+ "995": [0, 1, 1],
+ "996": [0, 1, 1],
+ "997": [0, 2, 2],
+ "998": [0, 2, 2],
+ "999": [2, 1, 1],
+ "1000": [1, 1, 1],
+ "1001": [0, 1, 1],
+ "1003": [0, 1, 1],
+ "1004": [0, 1, 1],
+ "1006": [0, 2, 1],
+ "1007-apex-build": [0, 2, 2],
+ "1008-ultimate-mode": [1, 1, 1],
+ "2026": [0, 1, 1],
+ "2027": [0, 1, 1],
+ "2028": [0, 1, 1],
+ "2037": [0, 1, 1],
+ "2038": [0, 1, 1],
+ "2052": [0, 1, 1],
+ "2053": [0, 1, 0],
+ "2103": [0, 1, 1],
+ "4052": [0, 1, 1],
+ "4077": [0, 1, 1],
+ "4078": [0, 1, 1],
+ "4079": [0, 1, 1],
+ "4080": [2, 1, 1],
+ "4144": [0, 1, 1],
+ "4145": [0, 1, 1],
+ "4146": [0, 1, 1],
+ "4199": [2, 1, 1],
+ "4222": [0, 1, 1],
+ "4263": [0, 1, 1],
+ "4264": [0, 1, 1],
+ "4562": [0, 1, 1],
+ "6100": [0, 1, 1],
+ "6101": [0, 1, 1],
+ "6215": [0, 1, 1],
+ "6503": [0, 1, 1],
+ "6549": [0, 1, 1],
+ "6570": [0, 1, 1],
+ "6571": [0, 1, 1],
+ "6705": [0, 1, 1],
+ "6706": [0, 1, 1],
+ "6713": [0, 1, 1],
+ "female": {
+ "6215": [0, 1, 1]
+ },
+ "back": {
+ "3-mega": [0, 2, 2],
+ "6-mega-x": [0, 2, 2],
+ "6-mega-y": [0, 1, 2],
+ "80-mega": [0, 1, 1],
+ "94-mega": [1, 1, 1],
+ "127-mega": [0, 1, 1],
+ "130-mega": [0, 1, 1],
+ "142-mega": [0, 1, 1],
+ "150-mega-x": [0, 1, 1],
+ "150-mega-y": [0, 1, 1],
+ "181-mega": [0, 1, 2],
+ "212-mega": [1, 2, 2],
+ "229-mega": [0, 1, 1],
+ "248-mega": [0, 1, 1],
+ "257-mega": [0, 1, 1],
+ "282-mega": [0, 1, 1],
+ "302-mega": [0, 1, 1],
+ "303-mega": [0, 1, 1],
+ "306-mega": [1, 1, 1],
+ "308-mega": [0, 1, 1],
+ "310-mega": [0, 1, 1],
+ "334-mega": [0, 1, 1],
+ "354-mega": [0, 1, 1],
+ "359-mega": [0, 1, 1],
+ "362-mega": [0, 1, 1],
+ "373-mega": [0, 1, 1],
+ "376-mega": [0, 1, 1],
+ "380-mega": [0, 1, 1],
+ "381-mega": [0, 1, 1],
+ "382-primal": [0, 1, 1],
+ "383-primal": [0, 1, 1],
+ "384-mega": [0, 1, 1],
+ "428-mega": [0, 1, 1],
+ "445-mega": [1, 1, 1],
+ "448-mega": [1, 1, 1],
+ "475-mega": [0, 2, 2],
+ "531-mega": [0, 1, 1],
+ "653": [0, 1, 1],
+ "654": [0, 1, 1],
+ "655": [0, 1, 1],
+ "656": [0, 1, 1],
+ "657": [0, 1, 1],
+ "658": [0, 1, 1],
+ "658-ash": [0, 1, 1],
+ "664": [0, 1, 1],
+ "665": [0, 1, 1],
+ "666-archipelago": [0, 1, 1],
+ "666-continental": [0, 1, 1],
+ "666-elegant": [0, 1, 1],
+ "666-fancy": [0, 1, 1],
+ "666-garden": [0, 1, 1],
+ "666-high-plains": [0, 1, 1],
+ "666-icy-snow": [0, 1, 1],
+ "666-jungle": [0, 1, 1],
+ "666-marine": [0, 1, 1],
+ "666-meadow": [0, 1, 1],
+ "666-modern": [0, 1, 1],
+ "666-monsoon": [0, 1, 1],
+ "666-ocean": [0, 1, 1],
+ "666-poke-ball": [0, 1, 1],
+ "666-polar": [0, 1, 1],
+ "666-river": [0, 1, 1],
+ "666-sandstorm": [0, 1, 1],
+ "666-savanna": [0, 1, 1],
+ "666-sun": [0, 1, 1],
+ "666-tundra": [0, 1, 1],
+ "669-red": [0, 2, 2],
+ "669-blue": [0, 2, 2],
+ "669-white": [0, 2, 2],
+ "669-yellow": [0, 2, 2],
+ "669-orange": [0, 2, 2],
+ "670-white": [0, 1, 1],
+ "670-blue": [0, 2, 2],
+ "670-orange": [0, 1, 1],
+ "670-red": [0, 1, 1],
+ "670-yellow": [0, 1, 1],
+ "671-red": [0, 1, 1],
+ "671-blue": [0, 1, 1],
+ "671-yellow": [0, 1, 1],
+ "671-white": [0, 1, 1],
+ "671-orange": [0, 1, 1],
+ "672": [0, 1, 1],
+ "673": [0, 1, 1],
+ "676": [0, 1, 1],
+ "677": [0, 1, 1],
+ "678-female": [0, 1, 1],
+ "678": [0, 1, 1],
+ "682": [0, 1, 1],
+ "683": [0, 1, 1],
+ "684": [0, 1, 1],
+ "685": [0, 1, 1],
+ "688": [0, 1, 1],
+ "689": [0, 1, 1],
+ "690": [0, 1, 1],
+ "691": [0, 1, 1],
+ "692": [0, 1, 1],
+ "693": [0, 1, 1],
+ "696": [0, 1, 1],
+ "697": [0, 1, 1],
+ "699": [0, 2, 2],
+ "700": [0, 1, 1],
+ "702": [0, 1, 1],
+ "704": [0, 1, 1],
+ "705": [0, 1, 1],
+ "706": [0, 1, 1],
+ "709": [0, 1, 1],
+ "710": [0, 1, 1],
+ "711": [1, 1, 1],
+ "712": [0, 1, 1],
+ "713": [0, 1, 1],
+ "715": [0, 1, 1],
+ "716-active": [0, 1, 1],
+ "716-neutral": [0, 1, 1],
+ "717": [0, 1, 1],
+ "720-unbound": [1, 1, 1],
+ "720": [1, 1, 1],
+ "728": [0, 1, 1],
+ "729": [0, 1, 1],
+ "730": [0, 1, 1],
+ "734": [0, 1, 1],
+ "735": [0, 1, 1],
+ "742": [0, 2, 2],
+ "743": [0, 2, 2],
+ "746": [0, 1, 1],
+ "746-school": [0, 1, 1],
+ "747": [0, 2, 2],
+ "748": [0, 1, 1],
+ "751": [0, 1, 1],
+ "752": [0, 1, 1],
+ "753": [0, 1, 1],
+ "754": [0, 2, 2],
+ "755": [0, 1, 1],
+ "756": [0, 1, 1],
+ "761": [0, 1, 1],
+ "762": [0, 1, 1],
+ "763": [0, 1, 1],
+ "767": [0, 1, 1],
+ "768": [0, 1, 1],
+ "771": [0, 1, 1],
+ "772": [0, 1, 1],
+ "773-fighting": [0, 1, 1],
+ "773-psychic": [0, 1, 1],
+ "773-poison": [0, 1, 1],
+ "773-ground": [0, 1, 1],
+ "773-ghost": [0, 1, 1],
+ "773-steel": [0, 1, 1],
+ "773-rock": [0, 1, 1],
+ "773-grass": [0, 1, 1],
+ "773-dragon": [0, 1, 1],
+ "773-bug": [0, 1, 1],
+ "773-ice": [0, 1, 1],
+ "773-dark": [0, 1, 1],
+ "773": [0, 1, 1],
+ "773-fairy": [0, 1, 1],
+ "773-water": [0, 1, 1],
+ "773-electric": [0, 1, 1],
+ "773-flying": [0, 1, 1],
+ "773-fire": [0, 1, 1],
+ "776": [0, 2, 2],
+ "777": [0, 1, 1],
+ "778-busted": [0, 1, 1],
+ "778-disguised": [0, 1, 1],
+ "779": [0, 1, 1],
+ "780": [0, 1, 1],
+ "789": [1, 1, 1],
+ "790": [0, 1, 1],
+ "791": [1, 1, 1],
+ "792": [0, 1, 1],
+ "793": [0, 1, 1],
+ "797": [0, 1, 1],
+ "798": [0, 1, 1],
+ "800-dawn-wings": [0, 1, 1],
+ "800-dusk-mane": [0, 1, 1],
+ "800-ultra": [0, 1, 1],
+ "800": [0, 1, 1],
+ "802": [1, 1, 1],
+ "803": [0, 1, 1],
+ "804": [0, 1, 1],
+ "807": [0, 1, 1],
+ "808": [0, 1, 1],
+ "809": [0, 1, 1],
+ "816": [0, 1, 1],
+ "817": [0, 1, 1],
+ "818": [0, 1, 1],
+ "821": [0, 1, 1],
+ "822": [0, 1, 1],
+ "823": [0, 1, 1],
+ "829": [0, 1, 1],
+ "830": [0, 1, 1],
+ "835": [0, 1, 1],
+ "836": [0, 1, 1],
+ "840": [0, 1, 1],
+ "841": [0, 1, 1],
+ "842": [0, 1, 1],
+ "850": [0, 1, 1],
+ "851": [0, 1, 1],
+ "854": [0, 1, 1],
+ "855": [0, 1, 1],
+ "856": [0, 1, 1],
+ "857": [0, 2, 2],
+ "858": [0, 1, 1],
+ "859": [0, 1, 1],
+ "860": [0, 1, 1],
+ "861": [0, 1, 1],
+ "862": [0, 1, 1],
+ "863": [0, 1, 1],
+ "864": [0, 1, 1],
+ "867": [0, 1, 1],
+ "871": [0, 1, 1],
+ "872": [1, 1, 1],
+ "873": [1, 1, 1],
+ "876-female": [0, 1, 1],
+ "876": [0, 1, 1],
+ "877-hangry": [1, 1, 1],
+ "877": [1, 1, 1],
+ "880": [0, 1, 1],
+ "881": [0, 1, 1],
+ "882": [0, 1, 1],
+ "883": [0, 1, 1],
+ "884": [0, 1, 1],
+ "885": [1, 1, 1],
+ "886": [1, 1, 1],
+ "887": [1, 1, 1],
+ "888": [0, 1, 1],
+ "888-crowned": [0, 1, 1],
+ "889": [0, 1, 1],
+ "889-crowned": [0, 1, 1],
+ "890": [0, 1, 1],
+ "891": [1, 1, 1],
+ "892-rapid-strike": [1, 1, 1],
+ "892": [1, 1, 1],
+ "894": [0, 1, 1],
+ "895": [0, 1, 1],
+ "896": [1, 1, 1],
+ "897": [1, 1, 1],
+ "898": [1, 1, 1],
+ "898-ice": [1, 1, 1],
+ "898-shadow": [1, 1, 1],
+ "900": [0, 1, 1],
+ "901": [0, 1, 1],
+ "903": [0, 1, 1],
+ "909": [0, 1, 1],
+ "910": [0, 2, 2],
+ "911": [0, 1, 1],
+ "912": [0, 1, 1],
+ "913": [0, 1, 1],
+ "914": [0, 2, 2],
+ "919": [1, 1, 1],
+ "920": [1, 1, 1],
+ "924": [1, 1, 1],
+ "925-four": [1, 2, 2],
+ "925-three": [1, 2, 2],
+ "932": [0, 1, 1],
+ "933": [0, 1, 1],
+ "934": [0, 1, 1],
+ "940": [0, 1, 1],
+ "941": [0, 1, 1],
+ "944": [0, 1, 1],
+ "945": [0, 1, 1],
+ "948": [0, 1, 1],
+ "949": [0, 1, 1],
+ "951": [0, 1, 1],
+ "952": [0, 2, 1],
+ "953": [0, 1, 1],
+ "954": [0, 1, 1],
+ "957": [1, 1, 1],
+ "958": [1, 1, 1],
+ "959": [1, 1, 1],
+ "962": [1, 1, 1],
+ "967": [0, 1, 1],
+ "968": [0, 2, 2],
+ "969": [0, 1, 1],
+ "970": [0, 1, 1],
+ "973": [1, 1, 1],
+ "974": [0, 1, 1],
+ "975": [0, 1, 1],
+ "978-curly": [0, 2, 2],
+ "978-droopy": [0, 2, 2],
+ "978-stretchy": [0, 1, 1],
+ "979": [1, 1, 1],
+ "981": [0, 1, 1],
+ "982": [0, 1, 1],
+ "982-three-segment": [0, 1, 1],
+ "987": [1, 1, 1],
+ "988": [0, 1, 1],
+ "993": [0, 1, 1],
+ "994": [0, 1, 1],
+ "995": [0, 1, 1],
+ "996": [0, 1, 1],
+ "997": [0, 1, 1],
+ "998": [0, 1, 1],
+ "999": [1, 1, 1],
+ "1000": [1, 1, 1],
+ "1001": [0, 1, 1],
+ "1003": [0, 1, 1],
+ "1004": [0, 1, 1],
+ "1006": [0, 2, 2],
+ "1007-apex-build": [0, 2, 2],
+ "1008-ultimate-mode": [1, 1, 1],
+ "2026": [0, 1, 1],
+ "2027": [0, 1, 1],
+ "2028": [0, 1, 1],
+ "2037": [0, 1, 1],
+ "2038": [0, 1, 1],
+ "2052": [0, 1, 1],
+ "2053": [0, 1, 1],
+ "2103": [0, 1, 1],
+ "4052": [0, 1, 1],
+ "4077": [0, 1, 1],
+ "4078": [0, 1, 1],
+ "4079": [0, 1, 1],
+ "4080": [2, 2, 2],
+ "4144": [0, 1, 1],
+ "4145": [0, 1, 1],
+ "4146": [0, 1, 1],
+ "4199": [2, 1, 1],
+ "4222": [0, 1, 1],
+ "4263": [0, 1, 1],
+ "4264": [0, 1, 1],
+ "4562": [0, 1, 1],
+ "6100": [0, 1, 1],
+ "6101": [0, 1, 1],
+ "6215": [0, 1, 1],
+ "6503": [0, 1, 1],
+ "6549": [0, 1, 1],
+ "6570": [0, 1, 1],
+ "6571": [0, 1, 1],
+ "6705": [0, 1, 1],
+ "6706": [0, 1, 1],
+ "6713": [0, 1, 1],
+ "female": {
+ "6215": [0, 1, 1]
+ }
+ }
+}
diff --git a/public/images/pokemon/variant/_masterlist.json b/public/images/pokemon/variant/_masterlist.json
index 87c9816b8cb..719f3db3d86 100644
--- a/public/images/pokemon/variant/_masterlist.json
+++ b/public/images/pokemon/variant/_masterlist.json
@@ -32,6 +32,9 @@
"29": [0, 1, 1],
"30": [0, 1, 1],
"31": [1, 1, 1],
+ "32": [0, 1, 1],
+ "33": [0, 1, 1],
+ "34": [0, 1, 1],
"35": [0, 1, 2],
"36": [0, 1, 1],
"37": [0, 1, 1],
@@ -67,6 +70,8 @@
"85": [1, 1, 1],
"86": [1, 1, 1],
"87": [1, 1, 1],
+ "88": [0, 1, 1],
+ "89": [0, 1, 1],
"92": [2, 2, 2],
"93": [1, 1, 1],
"94-gigantamax": [1, 2, 2],
@@ -113,6 +118,8 @@
"141": [0, 2, 2],
"142-mega": [0, 1, 1],
"142": [0, 1, 1],
+ "143-gigantamax": [0, 1, 1],
+ "143": [0, 1, 1],
"144": [1, 2, 2],
"145": [1, 1, 1],
"146": [1, 1, 1],
@@ -154,6 +161,9 @@
"183": [0, 1, 2],
"184": [0, 2, 2],
"185": [0, 1, 1],
+ "187": [0, 1, 1],
+ "188": [0, 1, 1],
+ "189": [0, 1, 1],
"190": [0, 1, 1],
"193": [0, 1, 1],
"194": [0, 1, 1],
@@ -192,6 +202,8 @@
"201-w": [0, 1, 1],
"201-o": [0, 1, 1],
"203": [0, 1, 1],
+ "204": [0, 1, 1],
+ "205": [0, 1, 1],
"206": [0, 1, 1],
"207": [0, 1, 1],
"211": [0, 1, 1],
@@ -221,7 +233,7 @@
"246": [0, 1, 1],
"247": [0, 1, 1],
"248": [0, 1, 1],
- "248-mega": [0, 2, 1],
+ "248-mega": [0, 1, 1],
"249": [0, 2, 2],
"250": [0, 2, 2],
"251": [0, 1, 1],
@@ -247,6 +259,7 @@
"291": [2, 2, 2],
"292": [2, 1, 2],
"298": [0, 2, 2],
+ "299": [0, 1, 1],
"300": [1, 1, 1],
"301": [1, 1, 1],
"302": [0, 1, 1],
@@ -265,13 +278,19 @@
"310": [0, 1, 1],
"311": [1, 1, 1],
"312": [0, 1, 1],
+ "313": [0, 1, 1],
+ "314": [0, 1, 1],
"315": [0, 1, 1],
"320": [0, 1, 1],
"321": [0, 1, 1],
+ "325": [0, 1, 1],
+ "326": [0, 1, 1],
"327": [0, 1, 1],
"328": [0, 1, 1],
"329": [0, 1, 2],
"330": [0, 1, 1],
+ "331": [0, 1, 1],
+ "332": [0, 1, 1],
"333": [0, 1, 1],
"334-mega": [0, 2, 1],
"334": [0, 2, 2],
@@ -283,6 +302,8 @@
"340": [0, 1, 2],
"341": [0, 2, 2],
"342": [0, 2, 2],
+ "345": [0, 1, 1],
+ "346": [0, 1, 1],
"351-rainy": [1, 2, 2],
"351-snowy": [1, 1, 1],
"351-sunny": [1, 2, 2],
@@ -331,10 +352,16 @@
"393": [0, 1, 1],
"394": [0, 1, 1],
"395": [0, 1, 1],
+ "396": [0, 1, 1],
+ "397": [0, 1, 1],
+ "398": [0, 1, 1],
"399": [0, 1, 1],
"400": [0, 1, 1],
"401": [0, 1, 1],
"402": [0, 1, 1],
+ "403": [0, 1, 1],
+ "404": [0, 1, 1],
+ "405": [0, 1, 1],
"406": [0, 1, 1],
"407": [0, 1, 1],
"412-sandy": [2, 2, 2],
@@ -344,8 +371,12 @@
"413-trash": [1, 1, 1],
"413-sandy": [1, 1, 1],
"414": [0, 1, 1],
+ "417": [0, 1, 1],
"418": [0, 1, 1],
"419": [0, 1, 1],
+ "420": [0, 1, 1],
+ "421-overcast": [0, 1, 1],
+ "421-sunshine": [0, 1, 1],
"422-west": [1, 1, 1],
"422-east": [1, 1, 1],
"423-west": [1, 1, 1],
@@ -369,6 +400,7 @@
"444": [1, 1, 1],
"445-mega": [1, 1, 1],
"445": [1, 1, 1],
+ "446": [0, 1, 1],
"447": [1, 1, 1],
"448-mega": [1, 1, 1],
"448": [1, 1, 1],
@@ -392,6 +424,7 @@
"474": [0, 1, 1],
"475-mega": [0, 2, 2],
"475": [0, 1, 1],
+ "476": [0, 1, 1],
"478": [0, 2, 1],
"479-heat": [0, 1, 1],
"479-wash": [0, 1, 1],
@@ -416,11 +449,22 @@
"495": [0, 1, 1],
"496": [0, 1, 1],
"497": [0, 1, 1],
+ "498": [0, 1, 1],
+ "499": [0, 1, 1],
+ "500": [0, 1, 1],
"501": [0, 1, 1],
"502": [0, 1, 1],
"503": [0, 1, 1],
+ "511": [0, 1, 1],
+ "512": [0, 1, 1],
+ "513": [0, 1, 1],
+ "514": [0, 1, 1],
+ "515": [0, 1, 1],
+ "516": [0, 1, 1],
"517": [0, 1, 1],
"518": [0, 1, 1],
+ "522": [0, 1, 1],
+ "523": [0, 1, 1],
"524": [0, 1, 1],
"525": [0, 1, 1],
"526": [0, 2, 2],
@@ -433,6 +477,9 @@
"532": [0, 1, 1],
"533": [0, 1, 1],
"534": [0, 1, 1],
+ "535": [0, 1, 1],
+ "536": [0, 1, 1],
+ "537": [0, 1, 1],
"538": [0, 1, 1],
"539": [0, 2, 2],
"540": [0, 1, 1],
@@ -448,17 +495,23 @@
"551": [0, 1, 1],
"552": [0, 1, 1],
"553": [0, 1, 1],
+ "554": [0, 1, 1],
+ "555": [0, 1, 1],
+ "555-zen": [0, 1, 1],
"556": [0, 1, 1],
"559": [1, 1, 1],
"560": [1, 1, 1],
"562": [0, 1, 1],
"563": [0, 1, 1],
+ "566": [0, 1, 1],
+ "567": [0, 1, 1],
"568": [0, 2, 2],
"569-gigantamax": [0, 1, 1],
"569": [0, 1, 1],
"570": [0, 1, 1],
"571": [0, 1, 1],
"572": [0, 1, 1],
+ "573": [0, 1, 1],
"577": [1, 1, 1],
"578": [1, 1, 1],
"579": [1, 1, 1],
@@ -499,6 +552,7 @@
"621": [0, 1, 1],
"622": [0, 1, 1],
"623": [0, 1, 1],
+ "626": [0, 1, 1],
"631": [0, 2, 2],
"632": [0, 1, 1],
"633": [0, 1, 1],
@@ -507,6 +561,11 @@
"636": [0, 1, 1],
"637": [0, 1, 1],
"640": [0, 1, 1],
+ "643": [0, 1, 1],
+ "644": [0, 1, 1],
+ "646-black": [0, 1, 1],
+ "646-white": [0, 1, 1],
+ "646": [0, 1, 1],
"647-resolute": [0, 1, 1],
"647-ordinary": [0, 1, 1],
"648-aria": [0, 1, 1],
@@ -526,9 +585,9 @@
"664": [0, 1, 1],
"665": [0, 1, 1],
"666-archipelago": [0, 1, 1],
- "666-continental": [0, 1, 2],
+ "666-continental": [0, 1, 1],
"666-elegant": [0, 1, 1],
- "666-fancy": [0, 2, 2],
+ "666-fancy": [0, 1, 1],
"666-garden": [0, 1, 1],
"666-high-plains": [0, 1, 1],
"666-icy-snow": [0, 1, 1],
@@ -538,14 +597,14 @@
"666-modern": [0, 1, 1],
"666-monsoon": [0, 1, 1],
"666-ocean": [0, 1, 1],
- "666-poke-ball": [0, 1, 2],
+ "666-poke-ball": [0, 1, 1],
"666-polar": [0, 1, 1],
- "666-river": [0, 2, 1],
+ "666-river": [0, 1, 1],
"666-sandstorm": [0, 1, 1],
"666-savanna": [0, 1, 1],
"666-sun": [0, 1, 1],
"666-tundra": [0, 1, 1],
- "669-red": [0, 2, 1],
+ "669-red": [0, 1, 1],
"669-blue": [0, 2, 2],
"669-white": [0, 1, 1],
"669-yellow": [0, 2, 1],
@@ -583,6 +642,8 @@
"689": [0, 1, 1],
"690": [0, 1, 1],
"691": [0, 1, 1],
+ "692": [0, 1, 1],
+ "693": [0, 1, 1],
"696": [0, 1, 1],
"697": [0, 1, 1],
"698": [0, 1, 1],
@@ -600,7 +661,7 @@
"712": [0, 1, 1],
"713": [0, 1, 1],
"714": [0, 1, 1],
- "715": [0, 2, 2],
+ "715": [0, 1, 1],
"716-active": [0, 1, 1],
"716-neutral": [0, 1, 1],
"717": [0, 1, 1],
@@ -613,6 +674,8 @@
"735": [0, 1, 1],
"742": [0, 2, 2],
"743": [0, 2, 2],
+ "746": [0, 1, 1],
+ "746-school": [0, 1, 1],
"747": [0, 1, 1],
"748": [0, 1, 1],
"751": [0, 1, 1],
@@ -651,6 +714,10 @@
"778-busted": [0, 1, 1],
"778-disguised": [0, 1, 1],
"779": [0, 1, 1],
+ "780": [0, 1, 1],
+ "782": [0, 1, 1],
+ "783": [0, 1, 1],
+ "784": [0, 1, 1],
"789": [1, 1, 1],
"790": [0, 1, 1],
"791-radiant-sun": [0, 1, 1],
@@ -683,6 +750,11 @@
"830": [0, 1, 1],
"835": [0, 1, 1],
"836": [0, 2, 2],
+ "840": [0, 1, 1],
+ "841-gigantamax": [0, 1, 1],
+ "841": [0, 1, 1],
+ "842-gigantamax": [0, 1, 1],
+ "842": [0, 1, 1],
"850": [0, 1, 1],
"851-gigantamax": [0, 1, 1],
"851": [0, 1, 1],
@@ -692,7 +764,7 @@
"857": [0, 2, 2],
"858-gigantamax": [0, 1, 1],
"858": [0, 1, 1],
- "859": [0, 2, 2],
+ "859": [0, 1, 1],
"860": [0, 1, 1],
"861-gigantamax": [0, 1, 1],
"861": [0, 1, 1],
@@ -700,6 +772,7 @@
"863": [0, 1, 1],
"864": [0, 1, 1],
"867": [0, 1, 1],
+ "871": [0, 1, 1],
"872": [1, 1, 1],
"873": [1, 1, 1],
"876-female": [0, 1, 1],
@@ -798,14 +871,18 @@
"1007-apex-build": [0, 2, 2],
"1008-ultimate-mode": [1, 1, 1],
"1010": [0, 1, 1],
+ "1011": [0, 1, 1],
"1012-counterfeit": [0, 1, 1],
"1013-unremarkable": [0, 1, 1],
"1018": [0, 1, 1],
+ "1019": [0, 1, 1],
"1022": [0, 1, 1],
"1023": [0, 1, 1],
"2026": [0, 1, 1],
"2027": [0, 1, 1],
"2028": [0, 1, 1],
+ "2037": [0, 1, 1],
+ "2038": [0, 1, 1],
"2052": [0, 1, 1],
"2053": [0, 1, 1],
"2103": [0, 1, 1],
@@ -880,12 +957,20 @@
"307": [0, 1, 1],
"308": [0, 1, 1],
"315": [0, 1, 1],
+ "332": [0, 1, 1],
"369": [0, 1, 1],
+ "396": [0, 1, 1],
+ "397": [0, 1, 1],
+ "398": [0, 1, 1],
"399": [0, 1, 1],
"400": [0, 1, 1],
"401": [0, 1, 1],
"402": [0, 2, 2],
+ "403": [0, 1, 1],
+ "404": [0, 1, 1],
+ "405": [0, 1, 1],
"407": [0, 1, 1],
+ "417": [0, 1, 1],
"418": [0, 1, 1],
"419": [0, 2, 1],
"424": [0, 1, 1],
@@ -937,6 +1022,9 @@
"29": [0, 1, 1],
"30": [0, 1, 1],
"31": [1, 1, 1],
+ "32": [0, 1, 1],
+ "33": [0, 1, 1],
+ "34": [0, 1, 1],
"35": [0, 1, 1],
"36": [0, 2, 1],
"37": [0, 1, 1],
@@ -972,6 +1060,8 @@
"85": [1, 1, 1],
"86": [1, 1, 1],
"87": [1, 1, 1],
+ "88": [0, 1, 1],
+ "89": [0, 1, 1],
"92": [2, 2, 2],
"93": [1, 1, 1],
"94-gigantamax": [1, 1, 1],
@@ -1018,6 +1108,8 @@
"141": [0, 1, 1],
"142-mega": [0, 1, 1],
"142": [0, 1, 1],
+ "143-gigantamax": [0, 1, 1],
+ "143": [0, 1, 1],
"144": [1, 1, 1],
"145": [1, 1, 1],
"146": [1, 1, 1],
@@ -1059,6 +1151,9 @@
"183": [0, 1, 1],
"184": [0, 1, 1],
"185": [0, 1, 1],
+ "187": [0, 1, 1],
+ "188": [0, 1, 1],
+ "189": [0, 1, 1],
"190": [0, 1, 1],
"193": [0, 1, 1],
"194": [0, 1, 1],
@@ -1097,6 +1192,8 @@
"201-w": [0, 1, 1],
"201-o": [0, 1, 1],
"203": [0, 1, 1],
+ "204": [0, 1, 1],
+ "205": [0, 1, 1],
"206": [0, 1, 1],
"207": [0, 1, 1],
"211": [0, 1, 1],
@@ -1152,6 +1249,7 @@
"291": [2, 2, 2],
"292": [2, 2, 2],
"298": [0, 1, 1],
+ "299": [0, 1, 1],
"300": [1, 1, 1],
"301": [1, 1, 1],
"302": [0, 1, 1],
@@ -1170,13 +1268,19 @@
"310": [0, 1, 1],
"311": [1, 1, 1],
"312": [0, 1, 1],
+ "313": [0, 1, 1],
+ "314": [0, 1, 1],
"315": [0, 1, 1],
"320": [0, 1, 1],
"321": [0, 1, 1],
+ "325": [0, 1, 1],
+ "326": [0, 1, 1],
"327": [0, 1, 1],
"328": [0, 1, 1],
"329": [0, 1, 1],
"330": [0, 1, 1],
+ "331": [0, 1, 1],
+ "332": [0, 1, 1],
"333": [0, 1, 1],
"334-mega": [0, 1, 1],
"334": [0, 1, 1],
@@ -1188,6 +1292,8 @@
"340": [0, 1, 2],
"341": [0, 1, 1],
"342": [0, 2, 2],
+ "345": [0, 1, 1],
+ "346": [0, 1, 1],
"351-rainy": [1, 1, 1],
"351-snowy": [1, 1, 1],
"351-sunny": [1, 1, 2],
@@ -1236,10 +1342,16 @@
"393": [0, 1, 1],
"394": [0, 1, 1],
"395": [0, 1, 1],
+ "396": [0, 1, 1],
+ "397": [0, 1, 1],
+ "398": [0, 1, 1],
"399": [0, 2, 1],
"400": [0, 1, 1],
"401": [0, 1, 1],
"402": [0, 1, 1],
+ "403": [0, 1, 1],
+ "404": [0, 1, 1],
+ "405": [0, 1, 1],
"406": [0, 1, 1],
"407": [0, 1, 1],
"412-sandy": [2, 2, 2],
@@ -1249,8 +1361,12 @@
"413-trash": [1, 1, 1],
"413-sandy": [1, 1, 1],
"414": [0, 1, 1],
+ "417": [0, 1, 1],
"418": [0, 1, 1],
"419": [0, 1, 1],
+ "420": [0, 1, 1],
+ "421-overcast": [0, 1, 1],
+ "421-sunshine": [0, 1, 1],
"422-west": [1, 1, 1],
"422-east": [1, 1, 1],
"423-west": [1, 1, 1],
@@ -1274,6 +1390,7 @@
"444": [1, 1, 1],
"445-mega": [1, 1, 1],
"445": [1, 1, 1],
+ "446": [0, 1, 1],
"447": [1, 1, 1],
"448-mega": [1, 1, 1],
"448": [1, 1, 1],
@@ -1297,6 +1414,7 @@
"474": [0, 1, 1],
"475-mega": [0, 2, 2],
"475": [0, 1, 1],
+ "476": [0, 1, 1],
"478": [0, 2, 1],
"479-heat": [0, 1, 1],
"479-wash": [0, 1, 1],
@@ -1307,8 +1425,9 @@
"480": [1, 1, 1],
"481": [1, 1, 1],
"482": [1, 1, 1],
- "485": [0, 1, 1], "486": [0, 1 , 1
- ] ,"487-altered": [0, 1, 1],
+ "485": [0, 1, 1],
+ "486": [0, 1 , 1] ,
+ "487-altered": [0, 1, 1],
"487-origin": [0, 1, 1],
"488": [0, 1, 1],
"489": [1, 1, 1],
@@ -1320,11 +1439,22 @@
"495": [0, 1, 1],
"496": [0, 1, 1],
"497": [0, 1, 1],
+ "498": [0, 1, 1],
+ "499": [0, 1, 1],
+ "500": [0, 1, 1],
"501": [0, 1, 1],
"502": [0, 1, 1],
"503": [0, 1, 1],
+ "511": [0, 1, 1],
+ "512": [0, 1, 1],
+ "513": [0, 1, 1],
+ "514": [0, 1, 1],
+ "515": [0, 1, 1],
+ "516": [0, 1, 1],
"517": [0, 1, 1],
"518": [0, 1, 1],
+ "522": [0, 1, 1],
+ "523": [0, 1, 1],
"524": [0, 1, 1],
"525": [0, 1, 1],
"526": [0, 1, 1],
@@ -1337,6 +1467,9 @@
"532": [0, 1, 1],
"533": [0, 1, 1],
"534": [0, 1, 1],
+ "535": [0, 1, 1],
+ "536": [0, 1, 1],
+ "537": [0, 1, 1],
"538": [0, 1, 1],
"539": [0, 2, 2],
"540": [0, 1, 1],
@@ -1352,17 +1485,23 @@
"551": [0, 1, 1],
"552": [0, 1, 1],
"553": [0, 1, 1],
+ "554": [0, 1, 1],
+ "555": [0, 1, 1],
+ "555-zen": [0, 1, 1],
"556": [0, 1, 1],
"559": [1, 1, 1],
"560": [1, 1, 1],
"562": [0, 1, 1],
"563": [0, 1, 1],
+ "566": [0, 1, 1],
+ "567": [0, 1, 1],
"568": [0, 1, 1],
"569-gigantamax": [0, 1, 1],
"569": [0, 1, 1],
"570": [0, 1, 1],
"571": [0, 1, 1],
"572": [0, 1, 1],
+ "573": [0, 1, 1],
"577": [1, 1, 1],
"578": [1, 1, 1],
"579": [1, 1, 1],
@@ -1397,12 +1536,13 @@
"612": [0, 1, 1],
"616": [0, 1, 1],
"617": [0, 1, 1],
- "618": [0, 2, 2],
+ "618": [0, 1, 1],
"619": [0, 1, 1],
"620": [0, 1, 1],
"621": [0, 1, 1],
"622": [0, 1, 1],
"623": [0, 1, 1],
+ "626": [0, 1, 1],
"631": [0, 2, 2],
"632": [0, 1, 1],
"633": [0, 1, 1],
@@ -1411,12 +1551,11 @@
"636": [0, 1, 1],
"637": [0, 1, 1],
"640": [0, 1, 1],
- "641-incarnate": [0, 0, 0],
- "641-therian": [0, 0, 0],
- "642-incarnate": [0, 0, 0],
- "642-therian": [0, 0, 0],
- "645-incarnate": [0, 0, 0],
- "645-therian": [0, 0, 0],
+ "643": [0, 1, 1],
+ "644": [0, 1, 1],
+ "646-black": [0, 1, 1],
+ "646-white": [0, 1, 1],
+ "646": [0, 1, 1],
"647-resolute": [0, 1, 1],
"647-ordinary": [0, 1, 1],
"648-aria": [0, 1, 1],
@@ -1438,7 +1577,7 @@
"666-archipelago": [0, 1, 1],
"666-continental": [0, 1, 1],
"666-elegant": [0, 1, 1],
- "666-fancy": [0, 2, 2],
+ "666-fancy": [0, 1, 1],
"666-garden": [0, 1, 1],
"666-high-plains": [0, 1, 1],
"666-icy-snow": [0, 1, 1],
@@ -1450,7 +1589,7 @@
"666-ocean": [0, 1, 1],
"666-poke-ball": [0, 1, 1],
"666-polar": [0, 1, 1],
- "666-river": [0, 2, 1],
+ "666-river": [0, 1, 1],
"666-sandstorm": [0, 1, 1],
"666-savanna": [0, 1, 1],
"666-sun": [0, 1, 1],
@@ -1493,6 +1632,8 @@
"689": [0, 1, 1],
"690": [0, 1, 1],
"691": [0, 1, 1],
+ "692": [0, 1, 1],
+ "693": [0, 1, 1],
"696": [0, 1, 1],
"697": [0, 1, 1],
"698": [0, 1, 1],
@@ -1510,7 +1651,7 @@
"712": [0, 1, 1],
"713": [0, 1, 1],
"714": [0, 1, 1],
- "715": [0, 2, 2],
+ "715": [0, 1, 1],
"716-active": [0, 1, 1],
"716-neutral": [0, 1, 1],
"717": [0, 1, 1],
@@ -1523,6 +1664,8 @@
"735": [0, 1, 1],
"742": [0, 2, 2],
"743": [0, 2, 2],
+ "746": [0, 1, 1],
+ "746-school": [0, 1, 1],
"747": [0, 1, 1],
"748": [0, 1, 1],
"751": [0, 1, 1],
@@ -1561,6 +1704,10 @@
"778-busted": [0, 1, 1],
"778-disguised": [0, 1, 1],
"779": [0, 1, 1],
+ "780": [0, 1, 1],
+ "782": [0, 1, 1],
+ "783": [0, 1, 1],
+ "784": [0, 1, 1],
"789": [1, 1, 1],
"790": [0, 1, 1],
"791-radiant-sun": [0, 1, 1],
@@ -1593,6 +1740,11 @@
"830": [0, 1, 1],
"835": [0, 1, 1],
"836": [0, 1, 1],
+ "840": [0, 1, 1],
+ "841-gigantamax": [0, 1, 1],
+ "841": [0, 1, 1],
+ "842-gigantamax": [0, 1, 1],
+ "842": [0, 1, 1],
"850": [0, 1, 1],
"851-gigantamax": [0, 1, 1],
"851": [0, 1, 1],
@@ -1610,6 +1762,7 @@
"863": [0, 1, 1],
"864": [0, 1, 1],
"867": [0, 1, 1],
+ "871": [0, 1, 1],
"872": [1, 1, 1],
"873": [1, 1, 1],
"876-female": [0, 1, 1],
@@ -1617,7 +1770,7 @@
"877-hangry": [1, 1, 1],
"877": [1, 1, 1],
"880": [0, 1, 1],
- "881": [0, 2, 2],
+ "881": [0, 1, 1],
"882": [0, 1, 1],
"883": [0, 1, 1],
"884-gigantamax": [0, 1, 1],
@@ -1708,14 +1861,18 @@
"1007-apex-build": [0, 2, 2],
"1008-ultimate-mode": [1, 1, 1],
"1010": [0, 1, 1],
+ "1011": [0, 1, 1],
"1012-counterfeit": [0, 1, 1],
"1013-unremarkable": [0, 1, 1],
"1018": [0, 1, 1],
+ "1019": [0, 1, 1],
"1022": [0, 2, 2],
"1023": [0, 1, 1],
"2026": [0, 1, 1],
"2027": [0, 1, 1],
"2028": [0, 1, 1],
+ "2037": [0, 1, 1],
+ "2038": [0, 1, 1],
"2052": [0, 1, 1],
"2053": [0, 1, 1],
"2103": [0, 1, 1],
@@ -1790,12 +1947,20 @@
"307": [0, 1, 1],
"308": [0, 1, 1],
"315": [0, 1, 1],
+ "332": [0, 1, 1],
"369": [0, 1, 1],
+ "396": [0, 1, 1],
+ "397": [0, 1, 1],
+ "398": [0, 1, 1],
"399": [0, 2, 1],
"400": [0, 1, 1],
"401": [0, 1, 1],
"402": [0, 1, 1],
+ "403": [0, 1, 1],
+ "404": [0, 1, 1],
+ "405": [0, 1, 1],
"407": [0, 1, 1],
+ "417": [0, 1, 1],
"418": [0, 2, 2],
"419": [0, 1, 1],
"424": [0, 1, 1],
@@ -1813,664 +1978,5 @@
"593": [1, 1, 1],
"6215": [0, 1, 1]
}
- },
- "exp": {
- "3-mega": [0, 2, 2],
- "6-mega-x": [0, 2, 2],
- "6-mega-y": [0, 2, 2],
- "80-mega": [0, 1, 1],
- "94-mega": [2, 2, 2],
- "127-mega": [0, 1, 1],
- "130-mega": [0, 1, 1],
- "142-mega": [0, 1, 1],
- "150-mega-x": [0, 1, 1],
- "150-mega-y": [0, 1, 1],
- "181-mega": [0, 1, 2],
- "212-mega": [1, 1, 2],
- "229-mega": [0, 1, 1],
- "248-mega": [0, 1, 1],
- "257-mega": [0, 1, 1],
- "282-mega": [0, 2, 2],
- "302-mega": [0, 1, 1],
- "303-mega": [0, 1, 1],
- "306-mega": [1, 1, 1],
- "308-mega": [0, 1, 1],
- "310-mega": [0, 1, 1],
- "334-mega": [0, 2, 1],
- "354-mega": [0, 1, 1],
- "359-mega": [0, 1, 1],
- "362-mega": [0, 1, 1],
- "373-mega": [0, 1, 1],
- "376-mega": [0, 1, 1],
- "380-mega": [0, 1, 1],
- "381-mega": [0, 1, 1],
- "382-primal": [0, 1, 1],
- "383-primal": [0, 1, 1],
- "384-mega": [0, 2, 1],
- "428-mega": [0, 1, 1],
- "445-mega": [1, 1, 1],
- "448-mega": [1, 1, 1],
- "475-mega": [0, 2, 2],
- "531-mega": [0, 1, 1],
- "653": [0, 1, 1],
- "654": [0, 1, 1],
- "655": [0, 1, 1],
- "656": [0, 1, 1],
- "657": [0, 1, 1],
- "658": [0, 1, 1],
- "658-ash": [0, 1, 1],
- "664": [0, 1, 1],
- "665": [0, 1, 1],
- "666-archipelago": [0, 1, 1],
- "666-continental": [0, 1, 1],
- "666-elegant": [0, 1, 1],
- "666-fancy": [0, 2, 2],
- "666-garden": [0, 1, 1],
- "666-high-plains": [0, 1, 1],
- "666-icy-snow": [0, 1, 1],
- "666-jungle": [0, 1, 1],
- "666-marine": [0, 1, 1],
- "666-meadow": [0, 2, 2],
- "666-modern": [0, 1, 1],
- "666-monsoon": [0, 1, 1],
- "666-ocean": [0, 1, 1],
- "666-poke-ball": [0, 1, 2],
- "666-polar": [0, 1, 1],
- "666-river": [0, 2, 1],
- "666-sandstorm": [0, 1, 1],
- "666-savanna": [0, 1, 1],
- "666-sun": [0, 1, 1],
- "666-tundra": [0, 1, 1],
- "669-red": [0, 2, 2],
- "669-blue": [0, 1, 1],
- "669-white": [0, 1, 1],
- "669-yellow": [0, 1, 1],
- "669-orange": [0, 2, 2],
- "670-white": [0, 1, 1],
- "670-blue": [0, 1, 1],
- "670-orange": [0, 1, 1],
- "670-red": [0, 1, 1],
- "670-yellow": [0, 1, 1],
- "671-red": [0, 1, 2],
- "671-blue": [0, 1, 2],
- "671-yellow": [0, 1, 1],
- "671-white": [0, 1, 2],
- "671-orange": [0, 1, 2],
- "672": [0, 1, 1],
- "673": [0, 1, 1],
- "676": [0, 1, 1],
- "677": [0, 1, 1],
- "678-female": [0, 1, 1],
- "678": [0, 1, 1],
- "682": [0, 1, 1],
- "683": [0, 1, 1],
- "684": [0, 1, 1],
- "685": [0, 1, 1],
- "688": [0, 1, 1],
- "689": [0, 1, 1],
- "690": [0, 1, 1],
- "691": [0, 1, 1],
- "696": [0, 1, 1],
- "697": [0, 1, 1],
- "698": [0, 1, 1],
- "699": [0, 1, 1],
- "700": [0, 1, 1],
- "702": [0, 1, 1],
- "703": [0, 1, 1],
- "704": [0, 1, 1],
- "705": [0, 1, 1],
- "706": [0, 1, 1],
- "708": [0, 1, 1],
- "709": [0, 1, 1],
- "710": [0, 1, 1],
- "711": [1, 1, 1],
- "712": [0, 1, 1],
- "713": [0, 1, 1],
- "714": [0, 1, 1],
- "715": [0, 2, 1],
- "716-active": [0, 1, 1],
- "716-neutral": [0, 1, 1],
- "717": [0, 2, 2],
- "720-unbound": [1, 1, 1],
- "720": [1, 1, 1],
- "728": [0, 1, 1],
- "729": [0, 2, 2],
- "730": [0, 2, 1],
- "734": [0, 1, 1],
- "735": [0, 1, 1],
- "742": [0, 2, 2],
- "743": [0, 2, 2],
- "747": [0, 2, 2],
- "748": [0, 1, 1],
- "751": [0, 1, 1],
- "752": [0, 1, 1],
- "753": [0, 1, 1],
- "754": [0, 2, 2],
- "755": [0, 1, 1],
- "756": [0, 1, 1],
- "761": [0, 1, 1],
- "762": [0, 1, 1],
- "763": [0, 1, 1],
- "767": [0, 1, 1],
- "768": [0, 1, 1],
- "770": [0, 0, 0],
- "771": [0, 2, 2],
- "772": [0, 1, 1],
- "773-fighting": [0, 1, 1],
- "773-psychic": [0, 1, 1],
- "773-poison": [0, 1, 1],
- "773-ground": [0, 1, 1],
- "773-ghost": [0, 1, 1],
- "773-steel": [0, 1, 1],
- "773-rock": [0, 1, 1],
- "773-grass": [0, 1, 1],
- "773-dragon": [0, 1, 1],
- "773-bug": [0, 1, 1],
- "773-ice": [0, 1, 1],
- "773-dark": [0, 1, 1],
- "773": [0, 1, 1],
- "773-fairy": [0, 1, 1],
- "773-water": [0, 1, 1],
- "773-electric": [0, 1, 1],
- "773-flying": [0, 1, 1],
- "773-fire": [0, 1, 1],
- "776": [0, 1, 1],
- "777": [0, 1, 1],
- "778-busted": [0, 1, 1],
- "778-disguised": [0, 1, 1],
- "779": [0, 1, 1],
- "789": [1, 1, 1],
- "790": [0, 1, 1],
- "791": [2, 1, 1],
- "792": [0, 1, 1],
- "793": [0, 2, 2],
- "797": [0, 1, 1],
- "798": [0, 1, 1],
- "800-dawn-wings": [0, 1, 1],
- "800-dusk-mane": [0, 1, 1],
- "800-ultra": [0, 1, 1],
- "800": [0, 1, 1],
- "802": [1, 1, 1],
- "803": [0, 1, 1],
- "804": [0, 1, 1],
- "807": [0, 1, 1],
- "808": [0, 1, 1],
- "809": [0, 1, 1],
- "816": [0, 1, 1],
- "817": [0, 1, 1],
- "818": [1, 1, 1],
- "821": [0, 2, 2],
- "822": [0, 1, 1],
- "823": [0, 1, 1],
- "829": [0, 1, 1],
- "830": [0, 1, 1],
- "835": [0, 1, 1],
- "836": [0, 2, 2],
- "850": [0, 1, 1],
- "851": [0, 1, 1],
- "854": [0, 1, 1],
- "855": [0, 1, 1],
- "856": [0, 1, 1],
- "857": [0, 2, 2],
- "858": [0, 1, 1],
- "859": [0, 1, 1],
- "860": [0, 1, 1],
- "861": [0, 1, 1],
- "862": [0, 1, 1],
- "863": [0, 1, 1],
- "864": [0, 1, 1],
- "867": [0, 1, 1],
- "872": [1, 1, 1],
- "873": [1, 1, 1],
- "876-female": [0, 1, 1],
- "876": [0, 1, 1],
- "877-hangry": [1, 1, 1],
- "877": [1, 1, 1],
- "880": [0, 1, 1],
- "881": [0, 1, 1],
- "882": [0, 2, 1],
- "883": [0, 1, 1],
- "884": [0, 1, 1],
- "885": [1, 1, 1],
- "886": [1, 1, 1],
- "887": [1, 1, 1],
- "888": [0, 1, 1],
- "888-crowned": [0, 1, 1],
- "889": [0, 1, 1],
- "889-crowned": [0, 1, 1],
- "890": [0, 2, 1],
- "890-eternamax": [0, 1, 1],
- "891": [1, 1, 1],
- "892-rapid-strike": [1, 1, 1],
- "892": [1, 1, 1],
- "894": [0, 1, 1],
- "895": [0, 1, 1],
- "896": [1, 1, 1],
- "897": [1, 1, 1],
- "898": [1, 1, 1],
- "898-ice": [1, 1, 1],
- "898-shadow": [1, 1, 1],
- "900": [0, 1, 1],
- "901": [0, 1, 1],
- "903": [0, 1, 1],
- "909": [0, 1, 1],
- "910": [0, 2, 2],
- "911": [0, 2, 2],
- "912": [0, 1, 2],
- "913": [0, 1, 2],
- "914": [0, 2, 1],
- "919": [1, 1, 1],
- "920": [1, 1, 1],
- "924": [1, 1, 1],
- "925-four": [1, 2, 2],
- "925-three": [1, 2, 2],
- "932": [0, 2, 2],
- "933": [0, 2, 2],
- "934": [0, 1, 1],
- "935": [1, 1, 2],
- "936": [2, 2, 2],
- "937": [2, 2, 2],
- "940": [0, 1, 1],
- "941": [0, 1, 1],
- "944": [0, 1, 1],
- "945": [0, 1, 1],
- "948": [0, 1, 1],
- "949": [0, 1, 1],
- "951": [0, 1, 1],
- "952": [0, 1, 1],
- "953": [0, 1, 1],
- "954": [0, 1, 1],
- "957": [2, 2, 2],
- "958": [2, 2, 2],
- "959": [2, 2, 2],
- "962": [1, 1, 1],
- "967": [0, 1, 1],
- "968": [0, 1, 1],
- "969": [0, 1, 1],
- "970": [0, 1, 1],
- "973": [1, 1, 1],
- "974": [0, 1, 1],
- "975": [0, 1, 1],
- "978-curly": [0, 2, 2],
- "978-droopy": [0, 2, 2],
- "978-stretchy": [0, 2, 2],
- "979": [2, 2, 2],
- "981": [0, 1, 1],
- "982": [0, 1, 1],
- "982-three-segment": [0, 1, 1],
- "987": [1, 1, 1],
- "988": [0, 1, 2],
- "993": [0, 1, 1],
- "994": [0, 1, 2],
- "995": [0, 1, 1],
- "996": [0, 1, 1],
- "997": [0, 2, 2],
- "998": [0, 2, 2],
- "999": [2, 1, 1],
- "1000": [1, 1, 1],
- "1001": [0, 1, 1],
- "1003": [0, 1, 1],
- "1004": [0, 1, 1],
- "1006": [0, 2, 1],
- "1007-apex-build": [0, 2, 2],
- "1008-ultimate-mode": [1, 1, 1],
- "2026": [0, 1, 1],
- "2027": [0, 1, 1],
- "2028": [0, 1, 1],
- "2052": [0, 1, 1],
- "2053": [0, 1, 0],
- "2103": [0, 1, 1],
- "4052": [0, 1, 1],
- "4077": [0, 1, 1],
- "4078": [0, 1, 1],
- "4079": [0, 1, 1],
- "4080": [2, 1, 1],
- "4144": [0, 1, 1],
- "4145": [0, 1, 1],
- "4146": [0, 1, 1],
- "4199": [2, 1, 1],
- "4222": [0, 1, 1],
- "4263": [0, 1, 1],
- "4264": [0, 1, 1],
- "4562": [0, 1, 1],
- "6100": [0, 1, 1],
- "6101": [0, 1, 1],
- "6215": [0, 1, 1],
- "6503": [0, 1, 1],
- "6549": [0, 1, 1],
- "6570": [0, 1, 1],
- "6571": [0, 1, 1],
- "6705": [0, 1, 1],
- "6706": [0, 1, 1],
- "6713": [0, 1, 1],
- "female": {},
- "back": {
- "3-mega": [0, 2, 2],
- "6-mega-x": [0, 2, 2],
- "6-mega-y": [0, 1, 2],
- "80-mega": [0, 1, 1],
- "94-mega": [1, 1, 1],
- "127-mega": [0, 1, 1],
- "130-mega": [0, 1, 1],
- "142-mega": [0, 1, 1],
- "150-mega-x": [0, 1, 1],
- "150-mega-y": [0, 1, 1],
- "181-mega": [0, 1, 2],
- "212-mega": [1, 2, 2],
- "229-mega": [0, 1, 1],
- "248-mega": [0, 2, 1],
- "257-mega": [0, 1, 1],
- "282-mega": [0, 1, 1],
- "302-mega": [0, 1, 1],
- "303-mega": [0, 1, 1],
- "306-mega": [1, 1, 1],
- "308-mega": [0, 1, 1],
- "310-mega": [0, 1, 1],
- "334-mega": [0, 1, 1],
- "354-mega": [0, 1, 1],
- "359-mega": [0, 1, 1],
- "362-mega": [0, 1, 1],
- "373-mega": [0, 1, 1],
- "376-mega": [0, 1, 1],
- "380-mega": [0, 1, 1],
- "381-mega": [0, 1, 1],
- "382-primal": [0, 1, 1],
- "383-primal": [0, 1, 1],
- "384-mega": [0, 1, 1],
- "428-mega": [0, 1, 1],
- "445-mega": [1, 1, 1],
- "448-mega": [1, 1, 1],
- "475-mega": [0, 2, 2],
- "531-mega": [0, 1, 1],
- "653": [0, 1, 1],
- "654": [0, 1, 1],
- "655": [0, 1, 1],
- "656": [0, 1, 1],
- "657": [0, 1, 1],
- "658": [0, 1, 1],
- "658-ash": [0, 1, 1],
- "664": [0, 1, 1],
- "665": [0, 2, 1],
- "666-archipelago": [0, 2, 2],
- "666-continental": [0, 2, 2],
- "666-elegant": [0, 2, 2],
- "666-fancy": [0, 2, 2],
- "666-garden": [0, 2, 2],
- "666-high-plains": [0, 2, 2],
- "666-icy-snow": [0, 2, 2],
- "666-jungle": [0, 2, 2],
- "666-marine": [0, 2, 2],
- "666-meadow": [0, 2, 2],
- "666-modern": [0, 2, 2],
- "666-monsoon": [0, 2, 2],
- "666-ocean": [0, 2, 2],
- "666-poke-ball": [0, 2, 2],
- "666-polar": [0, 2, 2],
- "666-river": [0, 2, 2],
- "666-sandstorm": [0, 2, 2],
- "666-savanna": [0, 2, 2],
- "666-sun": [0, 2, 2],
- "666-tundra": [0, 2, 2],
- "669-red": [0, 2, 2],
- "669-blue": [0, 2, 2],
- "669-white": [0, 2, 2],
- "669-yellow": [0, 2, 2],
- "669-orange": [0, 2, 2],
- "670-white": [0, 1, 1],
- "670-blue": [0, 2, 2],
- "670-orange": [0, 1, 1],
- "670-red": [0, 1, 1],
- "670-yellow": [0, 1, 1],
- "671-red": [0, 1, 1],
- "671-blue": [0, 1, 1],
- "671-yellow": [0, 1, 1],
- "671-white": [0, 1, 1],
- "671-orange": [0, 1, 1],
- "672": [0, 1, 1],
- "673": [0, 1, 1],
- "676": [0, 1, 1],
- "677": [0, 1, 1],
- "678-female": [0, 1, 1],
- "678": [0, 1, 1],
- "682": [0, 1, 1],
- "683": [0, 1, 1],
- "684": [0, 1, 1],
- "685": [0, 1, 1],
- "688": [0, 1, 1],
- "689": [0, 1, 1],
- "690": [0, 1, 1],
- "691": [0, 1, 1],
- "696": [0, 1, 1],
- "697": [0, 1, 1],
- "698": [0, 1, 1],
- "699": [0, 2, 2],
- "700": [0, 1, 1],
- "702": [0, 1, 1],
- "703": [0, 1, 1],
- "704": [0, 1, 1],
- "705": [0, 1, 1],
- "706": [0, 1, 1],
- "708": [0, 1, 1],
- "709": [0, 1, 1],
- "710": [0, 1, 1],
- "711": [1, 1, 1],
- "712": [0, 1, 1],
- "713": [0, 1, 1],
- "714": [0, 1, 1],
- "715": [0, 1, 1],
- "716-active": [0, 1, 1],
- "716-neutral": [0, 1, 1],
- "717": [0, 1, 1],
- "720-unbound": [1, 1, 1],
- "720": [1, 1, 1],
- "728": [0, 1, 1],
- "729": [0, 2, 2],
- "730": [0, 2, 1],
- "734": [0, 1, 1],
- "735": [0, 1, 1],
- "742": [0, 2, 2],
- "743": [0, 2, 2],
- "747": [0, 2, 2],
- "748": [0, 1, 1],
- "751": [0, 1, 1],
- "752": [0, 1, 1],
- "753": [0, 1, 1],
- "754": [0, 2, 2],
- "755": [0, 1, 1],
- "756": [0, 1, 1],
- "761": [0, 1, 1],
- "762": [0, 1, 1],
- "763": [0, 1, 1],
- "767": [0, 1, 1],
- "768": [0, 1, 1],
- "771": [0, 1, 1],
- "772": [0, 1, 1],
- "773-fighting": [0, 1, 1],
- "773-psychic": [0, 1, 1],
- "773-poison": [0, 1, 1],
- "773-ground": [0, 1, 1],
- "773-ghost": [0, 1, 1],
- "773-steel": [0, 1, 1],
- "773-rock": [0, 1, 1],
- "773-grass": [0, 1, 1],
- "773-dragon": [0, 1, 1],
- "773-bug": [0, 1, 1],
- "773-ice": [0, 1, 1],
- "773-dark": [0, 1, 1],
- "773": [0, 1, 1],
- "773-fairy": [0, 1, 1],
- "773-water": [0, 1, 1],
- "773-electric": [0, 1, 1],
- "773-flying": [0, 1, 1],
- "773-fire": [0, 1, 1],
- "776": [0, 2, 2],
- "777": [0, 1, 1],
- "778-busted": [0, 1, 1],
- "778-disguised": [0, 1, 1],
- "779": [0, 1, 1],
- "789": [1, 1, 1],
- "790": [0, 1, 1],
- "791": [1, 1, 1],
- "792": [0, 1, 1],
- "793": [0, 1, 1],
- "797": [0, 1, 1],
- "798": [0, 1, 1],
- "800-dawn-wings": [0, 1, 1],
- "800-dusk-mane": [0, 1, 1],
- "800-ultra": [0, 1, 1],
- "800": [0, 1, 1],
- "802": [1, 1, 1],
- "803": [0, 1, 1],
- "804": [0, 1, 1],
- "807": [0, 1, 1],
- "808": [0, 1, 1],
- "809": [0, 1, 1],
- "816": [0, 1, 1],
- "817": [0, 1, 1],
- "818": [0, 1, 1],
- "821": [0, 1, 1],
- "822": [0, 1, 1],
- "823": [0, 1, 1],
- "829": [0, 1, 1],
- "830": [0, 1, 1],
- "835": [0, 1, 1],
- "836": [0, 1, 1],
- "850": [0, 1, 1],
- "851": [0, 1, 1],
- "854": [0, 1, 1],
- "855": [0, 1, 1],
- "856": [0, 1, 1],
- "857": [0, 2, 2],
- "858": [0, 1, 1],
- "859": [0, 1, 1],
- "860": [0, 1, 1],
- "861": [0, 1, 1],
- "862": [0, 1, 1],
- "863": [0, 1, 1],
- "864": [0, 1, 1],
- "867": [0, 1, 1],
- "872": [1, 1, 1],
- "873": [1, 1, 1],
- "876-female": [0, 1, 1],
- "876": [0, 1, 1],
- "877-hangry": [1, 1, 1],
- "877": [1, 1, 1],
- "880": [0, 1, 1],
- "881": [0, 1, 1],
- "882": [0, 1, 1],
- "883": [0, 1, 1],
- "884": [0, 1, 1],
- "885": [1, 1, 1],
- "886": [1, 1, 1],
- "887": [1, 1, 1],
- "888": [0, 1, 1],
- "888-crowned": [0, 1, 1],
- "889": [0, 1, 1],
- "889-crowned": [0, 1, 1],
- "890": [0, 1, 1],
- "891": [1, 1, 1],
- "892-rapid-strike": [1, 1, 1],
- "892": [1, 1, 1],
- "894": [0, 1, 1],
- "895": [0, 1, 1],
- "896": [1, 1, 1],
- "897": [1, 1, 1],
- "898": [1, 1, 1],
- "898-ice": [1, 1, 1],
- "898-shadow": [1, 1, 1],
- "900": [0, 1, 1],
- "901": [0, 1, 1],
- "903": [0, 1, 1],
- "909": [0, 1, 1],
- "910": [0, 2, 2],
- "911": [0, 1, 1],
- "912": [0, 1, 1],
- "913": [0, 1, 1],
- "914": [0, 2, 2],
- "919": [1, 1, 1],
- "920": [1, 1, 1],
- "924": [1, 1, 1],
- "925-four": [1, 2, 2],
- "925-three": [1, 2, 2],
- "932": [0, 1, 1],
- "933": [0, 1, 1],
- "934": [0, 1, 1],
- "935": [2, 2, 2],
- "936": [2, 2, 2],
- "937": [2, 2, 2],
- "940": [0, 1, 1],
- "941": [0, 1, 1],
- "944": [0, 1, 1],
- "945": [0, 1, 1],
- "948": [0, 1, 1],
- "949": [0, 1, 1],
- "951": [0, 1, 1],
- "952": [0, 2, 1],
- "953": [0, 1, 1],
- "954": [0, 1, 1],
- "957": [1, 1, 1],
- "958": [1, 1, 1],
- "959": [1, 1, 1],
- "962": [1, 1, 1],
- "967": [0, 1, 1],
- "968": [0, 2, 2],
- "969": [0, 1, 1],
- "970": [0, 1, 1],
- "973": [1, 1, 1],
- "974": [0, 1, 1],
- "975": [0, 1, 1],
- "978-curly": [0, 2, 2],
- "978-droopy": [0, 2, 2],
- "978-stretchy": [0, 1, 1],
- "979": [1, 1, 1],
- "981": [0, 1, 1],
- "982": [0, 1, 1],
- "982-three-segment": [0, 1, 1],
- "987": [1, 1, 1],
- "988": [0, 1, 1],
- "993": [0, 1, 1],
- "994": [0, 1, 1],
- "995": [0, 1, 1],
- "996": [0, 1, 1],
- "997": [0, 1, 1],
- "998": [0, 1, 1],
- "999": [1, 1, 1],
- "1000": [1, 1, 1],
- "1001": [0, 1, 1],
- "1003": [0, 1, 1],
- "1004": [0, 1, 1],
- "1006": [0, 2, 2],
- "1007-apex-build": [0, 2, 2],
- "1008-ultimate-mode": [1, 1, 1],
- "2026": [0, 1, 1],
- "2027": [0, 1, 1],
- "2028": [0, 1, 1],
- "2052": [0, 1, 1],
- "2053": [0, 1, 1],
- "2103": [0, 1, 1],
- "4052": [0, 1, 1],
- "4077": [0, 1, 1],
- "4078": [0, 1, 1],
- "4079": [0, 1, 1],
- "4080": [2, 2, 2],
- "4144": [0, 1, 1],
- "4145": [0, 1, 1],
- "4146": [0, 1, 1],
- "4199": [2, 1, 1],
- "4222": [0, 1, 1],
- "4263": [0, 1, 1],
- "4264": [0, 1, 1],
- "4562": [0, 1, 1],
- "6100": [0, 1, 1],
- "6101": [0, 1, 1],
- "6215": [0, 1, 1],
- "6503": [0, 1, 1],
- "6549": [0, 1, 1],
- "6570": [0, 1, 1],
- "6571": [0, 1, 1],
- "6705": [0, 1, 1],
- "6706": [0, 1, 1],
- "6713": [0, 1, 1]
- }
}
-}
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/1011.json b/public/images/pokemon/variant/back/1011.json
new file mode 100644
index 00000000000..d8cffc4d587
--- /dev/null
+++ b/public/images/pokemon/variant/back/1011.json
@@ -0,0 +1,29 @@
+{
+ "1": {
+ "b09579": "7b91a7",
+ "253922": "232b3a",
+ "fd9477": "63b9b9",
+ "345539": "313d4b",
+ "9c1e2a": "272a52",
+ "7eb36a": "9aa0b3",
+ "9fc164": "9aa0b3",
+ "8e9960": "67698b",
+ "c73030": "2b526f",
+ "e64d3c": "397880",
+ "477d45": "67698b",
+ "61071f": "190e2e"
+ },
+ "2": {
+ "253922": "2e0920",
+ "fd9477": "f3efde",
+ "345539": "4f162a",
+ "9c1e2a": "9c564c",
+ "7eb36a": "e8838d",
+ "9fc164": "e28c95",
+ "8e9960": "9e4553",
+ "c73030": "d1a87e",
+ "e64d3c": "eee0bc",
+ "477d45": "903c4e",
+ "61071f": "4f0a1d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/1019.json b/public/images/pokemon/variant/back/1019.json
new file mode 100644
index 00000000000..b8e674f2357
--- /dev/null
+++ b/public/images/pokemon/variant/back/1019.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "8b1313": "302752",
+ "746739": "582c74",
+ "6ba835": "7a7c9e",
+ "b49779": "9c2e72",
+ "9ce05f": "9aa0b3",
+ "bf2b2e": "abd7e2",
+ "d43e2d": "4e969e",
+ "841111": "302752",
+ "ae2124": "663267",
+ "ff7a59": "69c5c5",
+ "680606": "27103c",
+ "b72629": "2b526f",
+ "b59a7d": "a3b9d0",
+ "3e662b": "313846",
+ "e8cfb4": "c55885",
+ "82664a": "48476c",
+ "a60b0b": "70a2c5",
+ "e9cfb3": "dcebf9",
+ "3c9b3e": "e8edff"
+ },
+ "2": {
+ "8b1313": "413534",
+ "746739": "312374",
+ "6ba835": "a8546e",
+ "b49779": "402622",
+ "9ce05f": "e28c95",
+ "bf2b2e": "e8e5de",
+ "d43e2d": "eedfb8",
+ "841111": "4b211b",
+ "ae2124": "63473b",
+ "ff7a59": "f3efde",
+ "680606": "4b211b",
+ "b72629": "bf9870",
+ "b59a7d": "cbb4af",
+ "3e662b": "341c1c",
+ "e8cfb4": "5d4c45",
+ "82664a": "613838",
+ "a60b0b": "c7c2bc",
+ "e9cfb3": "e2dcd6",
+ "3c9b3e": "5e75e2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/143-gigantamax.json b/public/images/pokemon/variant/back/143-gigantamax.json
new file mode 100644
index 00000000000..ffe8e7a31cd
--- /dev/null
+++ b/public/images/pokemon/variant/back/143-gigantamax.json
@@ -0,0 +1,62 @@
+{
+ "1": {
+ "101010": "101010",
+ "624120": "544a41",
+ "5e3e1d": "351b52",
+ "31573f": "7b59ba",
+ "54792b": "c06386",
+ "103941": "701a55",
+ "315a7b": "943469",
+ "bd3740": "c94489",
+ "a3704e": "522663",
+ "a47352": "6b6357",
+ "ad7f5f": "b56564",
+ "de5656": "d65a8a",
+ "069f5f": "b083de",
+ "89b432": "f1a1b2",
+ "bbe35b": "f1a1b2",
+ "98a0a0": "98a0a0",
+ "a0a0a0": "a0a0a0",
+ "fc8b9f": "ed7794",
+ "e6c5ac": "cf8880",
+ "f6e6bd": "f0beb1",
+ "c9c9c9": "c9c9c9",
+ "f4f4f4": "f4f4f4",
+ "4d6e27": "5c9bb8",
+ "91ba3d": "6bc7c7",
+ "93bf39": "74c2cf",
+ "bee366": "8de3d7",
+ "d95b7f": "c24a6c",
+ "fc92a6": "fc92a6"
+ },
+ "2": {
+ "101010": "101010",
+ "624120": "ba6632",
+ "5e3e1d": "c2986e",
+ "31573f": "4b4c52",
+ "54792b": "208073",
+ "103941": "93b5c2",
+ "315a7b": "b6d6d9",
+ "bd3740": "9e4619",
+ "a3704e": "e6cda1",
+ "a47352": "cf9d48",
+ "ad7f5f": "284878",
+ "de5656": "bd742b",
+ "069f5f": "7c7c82",
+ "89b432": "37ad82",
+ "bbe35b": "79e0a2",
+ "98a0a0": "53738a",
+ "a0a0a0": "abd1cc",
+ "fc8b9f": "d9a443",
+ "e6c5ac": "27538a",
+ "f6e6bd": "36719c",
+ "c9c9c9": "b4d3d9",
+ "f4f4f4": "f4f4f4",
+ "4d6e27": "964117",
+ "91ba3d": "d9a65b",
+ "93bf39": "d9a250",
+ "bee366": "e6cf5e",
+ "d95b7f": "b77727",
+ "fc92a6": "d9b64c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/143.json b/public/images/pokemon/variant/back/143.json
new file mode 100644
index 00000000000..7dc08d72559
--- /dev/null
+++ b/public/images/pokemon/variant/back/143.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "000000": "101010",
+ "103a42": "701a55",
+ "315a7b": "943469",
+ "528cad": "ad4b70",
+ "735a21": "91504e",
+ "737373": "756363",
+ "a57352": "b36462",
+ "c59c5a": "b36462",
+ "cecece": "cbc4c4",
+ "e6c5ad": "cf8880",
+ "f7d6bd": "e09f96",
+ "f7e6bd": "f0beb1",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "000000": "101010",
+ "103a42": "93b5c2",
+ "315a7b": "b6d6d9",
+ "528cad": "d5e8e7",
+ "735a21": "1b2e61",
+ "737373": "525266",
+ "a57352": "1b2e61",
+ "c59c5a": "20386e",
+ "cecece": "bfc7cb",
+ "e6c5ad": "284878",
+ "f7d6bd": "38638f",
+ "f7e6bd": "457ca8",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/187.json b/public/images/pokemon/variant/back/187.json
new file mode 100644
index 00000000000..7e0d1dca511
--- /dev/null
+++ b/public/images/pokemon/variant/back/187.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "101010": "101010",
+ "425a10": "934200",
+ "52843a": "c27600",
+ "63bd5a": "efac00",
+ "8c083a": "012a3e",
+ "9cde5a": "ffdc46",
+ "b56373": "003e53",
+ "ff7b94": "006d7f",
+ "f79cb5": "00a59b",
+ "ffc500": "e3396c",
+ "ffff00": "ffa8b6"
+ },
+ "2": {
+ "101010": "101010",
+ "425a10": "5f0052",
+ "52843a": "960070",
+ "63bd5a": "960070",
+ "8c083a": "802600",
+ "9cde5a": "e01c75",
+ "b56373": "d8591c",
+ "ff7b94": "fa9600",
+ "f79cb5": "ffc93b",
+ "ffc500": "5ec0ec",
+ "ffff00": "94ecf9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/188.json b/public/images/pokemon/variant/back/188.json
new file mode 100644
index 00000000000..a674bbf244e
--- /dev/null
+++ b/public/images/pokemon/variant/back/188.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "000000": "101010",
+ "196b00": "c66b31",
+ "42b521": "e99f23",
+ "63d631": "ffd953",
+ "8c5200": "004269",
+ "8cf74a": "fef579",
+ "b5d6de": "fa9600",
+ "ce8400": "075976",
+ "f7a519": "005883",
+ "ffd600": "046c90",
+ "ffef00": "007b9a",
+ "ffffff": "ffc93b"
+ },
+ "2": {
+ "000000": "101010",
+ "196b00": "2659ad",
+ "42b521": "5293d5",
+ "63d631": "79d5fa",
+ "8c5200": "5f0052",
+ "8cf74a": "a6eafa",
+ "b5d6de": "fa9600",
+ "ce8400": "9d0562",
+ "f7a519": "960070",
+ "ffd600": "ba0071",
+ "ffef00": "e01c75",
+ "ffffff": "ffc93b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/189.json b/public/images/pokemon/variant/back/189.json
new file mode 100644
index 00000000000..ed1e40ed4b3
--- /dev/null
+++ b/public/images/pokemon/variant/back/189.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "194a73": "b64d21",
+ "29844a": "83839f",
+ "3a73c5": "e19903",
+ "739cff": "fcd936",
+ "84ce7b": "c1bdd1",
+ "8cb5ff": "f9f870",
+ "b58c31": "071a3c",
+ "d6bd5a": "282773",
+ "ded67b": "2192b2",
+ "efe69c": "104f80",
+ "fff7b5": "1379a0",
+ "ffffde": "2faac4"
+ },
+ "2": {
+ "101010": "101010",
+ "194a73": "680054",
+ "29844a": "3887d3",
+ "3a73c5": "980062",
+ "739cff": "d20d6a",
+ "84ce7b": "58c1eb",
+ "8cb5ff": "e4486a",
+ "b58c31": "da5014",
+ "d6bd5a": "f06f22",
+ "ded67b": "fce37b",
+ "efe69c": "ffa747",
+ "fff7b5": "ffd45a",
+ "ffffde": "f9f29b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/2037.json b/public/images/pokemon/variant/back/2037.json
new file mode 100644
index 00000000000..0d2c02cf980
--- /dev/null
+++ b/public/images/pokemon/variant/back/2037.json
@@ -0,0 +1,22 @@
+{
+ "1": {
+ "151515": "101010",
+ "558b9f": "9f435d",
+ "648082": "6e67b0",
+ "97bdd2": "ffa8b8",
+ "c1d1d2": "b3b8ea",
+ "d9e9f4": "ffd3e1",
+ "fdfdfd": "d7d9f9",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "151515": "101010",
+ "558b9f": "90215e",
+ "648082": "bf4747",
+ "97bdd2": "da4e75",
+ "c1d1d2": "ffc07b",
+ "d9e9f4": "ff8489",
+ "fdfdfd": "ffe6a0",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/2038.json b/public/images/pokemon/variant/back/2038.json
new file mode 100644
index 00000000000..845c45f7887
--- /dev/null
+++ b/public/images/pokemon/variant/back/2038.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "4d5c78": "394880",
+ "516077": "9f435d",
+ "007ab5": "2380c4",
+ "38858d": "e35ea2",
+ "7a8a9c": "6172ab",
+ "66b3d7": "3dbfe0",
+ "86a8c0": "e27495",
+ "81c2c5": "ff89c0",
+ "bdcbd7": "a7ade7",
+ "a1e1de": "ffb6e5",
+ "b0d3ea": "ffa8b8",
+ "eafefe": "ffd3e1",
+ "fdfdfd": "bec6ef",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "4d5c78": "73174a",
+ "516077": "bb3c3c",
+ "007ab5": "882493",
+ "38858d": "572746",
+ "7a8a9c": "90215e",
+ "66b3d7": "a044ab",
+ "86a8c0": "ff824c",
+ "81c2c5": "75355e",
+ "bdcbd7": "da426d",
+ "a1e1de": "93547c",
+ "b0d3ea": "ffbf6b",
+ "eafefe": "ffe28c",
+ "fdfdfd": "ff6f86",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/204.json b/public/images/pokemon/variant/back/204.json
new file mode 100644
index 00000000000..1e4007149cb
--- /dev/null
+++ b/public/images/pokemon/variant/back/204.json
@@ -0,0 +1,16 @@
+{
+ "1": {
+ "52adb5": "a4b76b",
+ "84d6d6": "c1cd7d",
+ "294a7b": "4b7641",
+ "b5eff7": "e3e796",
+ "3a73a5": "74a057"
+ },
+ "2": {
+ "52adb5": "d46b84",
+ "84d6d6": "eda6ae",
+ "294a7b": "700a4b",
+ "b5eff7": "f7dcd7",
+ "3a73a5": "b43469"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/205.json b/public/images/pokemon/variant/back/205.json
new file mode 100644
index 00000000000..5a3e2d61606
--- /dev/null
+++ b/public/images/pokemon/variant/back/205.json
@@ -0,0 +1,22 @@
+{
+ "1": {
+ "847b9c": "103b2c",
+ "e6cef7": "3e7745",
+ "ff9c9c": "ffb356",
+ "c5a5de": "205639",
+ "f76373": "f68b31",
+ "bd2942": "d8681e",
+ "524263": "04211a",
+ "841031": "af3b11"
+ },
+ "2": {
+ "847b9c": "962a41",
+ "e6cef7": "e9b1a0",
+ "ff9c9c": "b0f5ee",
+ "c5a5de": "c86554",
+ "f76373": "6bbfd2",
+ "bd2942": "2c6094",
+ "524263": "691338",
+ "841031": "0e2667"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/248-mega.json b/public/images/pokemon/variant/back/248-mega.json
index 5def1f5a316..c63b19d7c29 100644
--- a/public/images/pokemon/variant/back/248-mega.json
+++ b/public/images/pokemon/variant/back/248-mega.json
@@ -1,28 +1,28 @@
{
"1": {
- "101010": "101010",
- "4a5a39": "533334",
- "accd9c": "c78482",
- "739c62": "915957",
- "c5c5c5": "c5c5c5",
- "942900": "006fbe",
- "fefefe": "fefefe",
- "d55200": "0098fc",
- "737373": "737373",
- "821610": "004194",
- "d0243b": "006fbe"
+ "171717": "101010",
+ "4a5a39": "533334",
+ "4b5a3b": "533334",
+ "727272": "727272",
+ "801c17": "533334",
+ "922d00": "004194",
+ "ce283d": "006fb3",
+ "d35200": "0098fc",
+ "729a62": "915957",
+ "739c62": "915957",
+ "aacb9a": "c78482"
},
"2": {
- "101010": "101010",
- "4a5a39": "06092f",
- "accd9c": "625695",
- "739c62": "2c3071",
- "c5c5c5": "c5c5c5",
- "942900": "ee7b06",
- "fefefe": "fefefe",
- "d55200": "ffa904",
- "737373": "737373",
- "821610": "ee7b06",
- "d0243b": "ffa904"
+ "171717": "101010",
+ "4a5a39": "06092f",
+ "4b5a3b": "06092f",
+ "727272": "727272",
+ "801c17": "ee7b06",
+ "922d00": "ee7b06",
+ "ce283d": "ffa904",
+ "d35200": "ffa904",
+ "729a62": "59417c",
+ "739c62": "59417c",
+ "aacb9a": "625695"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/299.json b/public/images/pokemon/variant/back/299.json
new file mode 100644
index 00000000000..3b2cd15e3cd
--- /dev/null
+++ b/public/images/pokemon/variant/back/299.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "000000": "101010",
+ "5a1921": "1f3a30",
+ "31314a": "6b2710",
+ "9c314a": "30594a",
+ "de5252": "487c60",
+ "ff6b7b": "5a9170",
+ "42529c": "a14020",
+ "637bbd": "c66831",
+ "ff9494": "7fbc7a",
+ "8ca5e6": "db8644",
+ "adbdf7": "e09a65"
+ },
+ "2": {
+ "000000": "101010",
+ "5a1921": "28163a",
+ "31314a": "38619e",
+ "9c314a": "452b5e",
+ "de5252": "584282",
+ "ff6b7b": "675398",
+ "42529c": "68a2cd",
+ "637bbd": "99e4ee",
+ "ff9494": "7282c4",
+ "8ca5e6": "dcfff8",
+ "adbdf7": "f3fff6"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/313.json b/public/images/pokemon/variant/back/313.json
new file mode 100644
index 00000000000..65a1cfe9eae
--- /dev/null
+++ b/public/images/pokemon/variant/back/313.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "a5b5c5": "eea256",
+ "4a4a52": "9c1200",
+ "deb552": "ffda31",
+ "7b8ca5": "d66d38",
+ "ce3a52": "491c22",
+ "f78473": "643a35",
+ "8c6b52": "845c46",
+ "ffe652": "fffa52",
+ "8c314a": "2b1419",
+ "8c8c94": "ff3b21",
+ "e65263": "57272c"
+ },
+ "2": {
+ "a5b5c5": "3a767b",
+ "4a4a52": "175614",
+ "deb552": "b6d479",
+ "7b8ca5": "1e5256",
+ "ce3a52": "1585cc",
+ "f78473": "77d4ee",
+ "8c6b52": "5c713d",
+ "ffe652": "dde6b1",
+ "8c314a": "0c4275",
+ "8c8c94": "0ba905",
+ "e65263": "32b0ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/314.json b/public/images/pokemon/variant/back/314.json
new file mode 100644
index 00000000000..f77165c7b15
--- /dev/null
+++ b/public/images/pokemon/variant/back/314.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "9c8452": "ac6f0e",
+ "5a6b8c": "9a4013",
+ "8cadce": "d66d38",
+ "ce8cde": "6a342c",
+ "ffe673": "fbf650",
+ "7b7b7b": "b82b18",
+ "e6b54a": "efcb26",
+ "3a3a3a": "6b180d",
+ "9c52bd": "57272c",
+ "adc5ef": "eea256",
+ "3a3152": "2d0723",
+ "6b5a94": "2b1419"
+ },
+ "2": {
+ "9c8452": "074656",
+ "5a6b8c": "70a84f",
+ "8cadce": "c1db9c",
+ "ce8cde": "77d4ee",
+ "ffe673": "3dc5d3",
+ "7b7b7b": "155870",
+ "e6b54a": "019792",
+ "3a3a3a": "0a2934",
+ "9c52bd": "43a3df",
+ "adc5ef": "e5edcc",
+ "3a3152": "051b37",
+ "6b5a94": "255b95"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/32.json b/public/images/pokemon/variant/back/32.json
new file mode 100644
index 00000000000..473edcae2af
--- /dev/null
+++ b/public/images/pokemon/variant/back/32.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "006342": "273161",
+ "63426b": "944f25",
+ "b51900": "28678a",
+ "de4229": "42adc1",
+ "ff6b52": "78d6d3",
+ "00a573": "3b4d7a",
+ "9c4aad": "ab5c24",
+ "bd63c5": "cf863e",
+ "19ce9c": "55729e",
+ "e69cd6": "e0c151",
+ "efbdef": "ede4ab",
+ "cecece": "cecece",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "006342": "b0384a",
+ "63426b": "142440",
+ "b51900": "b86527",
+ "de4229": "e1b13b",
+ "ff6b52": "eddd95",
+ "00a573": "d65e64",
+ "9c4aad": "133257",
+ "bd63c5": "253f5e",
+ "19ce9c": "ed938e",
+ "e69cd6": "375c73",
+ "efbdef": "5d91a1",
+ "cecece": "cecece",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/325.json b/public/images/pokemon/variant/back/325.json
new file mode 100644
index 00000000000..1918b48adfd
--- /dev/null
+++ b/public/images/pokemon/variant/back/325.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "ef84ad": "5ca0b5",
+ "f7a5bd": "6ac5c8",
+ "c5637b": "3c6b95",
+ "ffd6e6": "b4e6e7",
+ "7b7b8c": "559b43",
+ "5a5a73": "2e7320",
+ "a5a5ad": "b5d780",
+ "a53a42": "2b4d7d",
+ "3a4252": "18340c"
+ },
+ "2": {
+ "ef84ad": "1f6759",
+ "f7a5bd": "379a85",
+ "c5637b": "144844",
+ "ffd6e6": "8dd6ab",
+ "7b7b8c": "dca878",
+ "5a5a73": "a7724a",
+ "a5a5ad": "fbe3a3",
+ "a53a42": "0c2625",
+ "3a4252": "72442d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/326.json b/public/images/pokemon/variant/back/326.json
new file mode 100644
index 00000000000..eb1c4954208
--- /dev/null
+++ b/public/images/pokemon/variant/back/326.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "9c9ca5": "7ecdd1",
+ "d684ce": "7bb15b",
+ "636373": "3c6b95",
+ "6b426b": "559b43",
+ "ce5a7b": "d06d50",
+ "a5425a": "a84331",
+ "f7a5b5": "f7d1a0",
+ "ef7b94": "e99e76",
+ "bd63ad": "559b43",
+ "e6a5de": "b5d780",
+ "4a4a52": "2b4d7d",
+ "7b7b84": "5ca0b5"
+ },
+ "2": {
+ "9c9ca5": "fffade",
+ "d684ce": "67508c",
+ "636373": "e8bc75",
+ "6b426b": "081f19",
+ "ce5a7b": "1f6759",
+ "a5425a": "144844",
+ "f7a5b5": "5cba98",
+ "ef7b94": "379a85",
+ "bd63ad": "574285",
+ "e6a5de": "7a649c",
+ "4a4a52": "d08f55",
+ "7b7b84": "fbefb3"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/33.json b/public/images/pokemon/variant/back/33.json
new file mode 100644
index 00000000000..331220de9ef
--- /dev/null
+++ b/public/images/pokemon/variant/back/33.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "5a3a63": "944f25",
+ "b51900": "b51900",
+ "de4229": "de4229",
+ "845a52": "42adc1",
+ "009463": "273161",
+ "945ab5": "cf863e",
+ "4acea5": "55729e",
+ "848484": "848484",
+ "ce84de": "e0c151",
+ "e6adef": "ede4ab",
+ "c5c5c5": "c5c5c5",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "5a3a63": "142440",
+ "b51900": "d98943",
+ "de4229": "edc85a",
+ "845a52": "e1b13b",
+ "009463": "b0384a",
+ "945ab5": "253f5e",
+ "4acea5": "ed938e",
+ "848484": "848484",
+ "ce84de": "375c73",
+ "e6adef": "5d91a1",
+ "c5c5c5": "c5c5c5",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/331.json b/public/images/pokemon/variant/back/331.json
new file mode 100644
index 00000000000..7dcb633affb
--- /dev/null
+++ b/public/images/pokemon/variant/back/331.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "003a10": "601130",
+ "ffe63a": "7aa1df",
+ "31944a": "b73736",
+ "215200": "69102c",
+ "63bd6b": "dd6754",
+ "f7bd19": "448bc3",
+ "4a7310": "9f2a3f",
+ "196b31": "891d2c",
+ "94c552": "d76868",
+ "739c3a": "d74f4f",
+ "8c6b3a": "123a5a",
+ "bdde7b": "e67f7f"
+ },
+ "2": {
+ "003a10": "684531",
+ "ffe63a": "eaa5c6",
+ "31944a": "c09e6c",
+ "215200": "694426",
+ "63bd6b": "d9c985",
+ "f7bd19": "d979b2",
+ "4a7310": "6d3494",
+ "196b31": "946e51",
+ "94c552": "9364a5",
+ "739c3a": "7c558d",
+ "8c6b3a": "983364",
+ "bdde7b": "a772bd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/332.json b/public/images/pokemon/variant/back/332.json
new file mode 100644
index 00000000000..c13c07c34b4
--- /dev/null
+++ b/public/images/pokemon/variant/back/332.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "319452": "831a1f",
+ "4aa552": "9f2f2c",
+ "7ba563": "b44040",
+ "8cbd63": "c54b4b",
+ "215200": "710f2f",
+ "196b21": "831a1f",
+ "a5d674": "df5252",
+ "4a7310": "982443",
+ "a5d673": "e16363",
+ "63b56b": "b2332f",
+ "215201": "630d28"
+ },
+ "2": {
+ "319452": "b08d72",
+ "4aa552": "c5a77f",
+ "7ba563": "704e7e",
+ "8cbd63": "e3d7a6",
+ "215200": "3f3249",
+ "196b21": "b08d72",
+ "a5d674": "d7cda7",
+ "4a7310": "4f3956",
+ "a5d673": "8c669b",
+ "63b56b": "cfc191",
+ "215201": "583823"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/34.json b/public/images/pokemon/variant/back/34.json
new file mode 100644
index 00000000000..953d0276777
--- /dev/null
+++ b/public/images/pokemon/variant/back/34.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "5a296b": "7a411d",
+ "73735a": "696342",
+ "73735b": "73735b",
+ "73735c": "3b447a",
+ "a55294": "cf863e",
+ "d673ef": "e0c151",
+ "c5c5a5": "6272a8",
+ "c7c7a9": "c7c7a9",
+ "c4c4a7": "c4c4a7",
+ "de94f7": "ede4ab",
+ "fcfcfc": "fcfcfc",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "5a296b": "142440",
+ "73735a": "a37355",
+ "73735b": "73735b",
+ "73735c": "85204a",
+ "a55294": "253f5e",
+ "d673ef": "375c73",
+ "c5c5a5": "c43d63",
+ "c7c7a9": "e0b990",
+ "c4c4a7": "c4c4a7",
+ "de94f7": "5d91a1",
+ "fcfcfc": "fcfcfc",
+ "ffffff": "ede1b4"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/345.json b/public/images/pokemon/variant/back/345.json
new file mode 100644
index 00000000000..c7b0d665e29
--- /dev/null
+++ b/public/images/pokemon/variant/back/345.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "633a84": "611746",
+ "efd663": "fcf3a2",
+ "bd5284": "6084bd",
+ "6b5221": "679e3a",
+ "b5ade6": "ff5289",
+ "d6a531": "d8e374",
+ "efadb5": "b9f0ff",
+ "7363b5": "801f4c",
+ "ce7394": "84aedb",
+ "843a5a": "394287",
+ "9c84ce": "bd3167"
+ },
+ "2": {
+ "633a84": "b57c2d",
+ "efd663": "de463e",
+ "bd5284": "429949",
+ "6b5221": "661634",
+ "b5ade6": "fff8a3",
+ "d6a531": "942532",
+ "efadb5": "beed9a",
+ "7363b5": "dbb34d",
+ "ce7394": "7fcc68",
+ "843a5a": "296e47",
+ "9c84ce": "f5df73"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/346.json b/public/images/pokemon/variant/back/346.json
new file mode 100644
index 00000000000..d2b5406f75a
--- /dev/null
+++ b/public/images/pokemon/variant/back/346.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "ffd6ef": "deffea",
+ "3a6b52": "7f183f",
+ "a57b10": "5e8c29",
+ "a5e68c": "f38460",
+ "ce6394": "526f84",
+ "ef6b8c": "93c6c5",
+ "7bc573": "eb564b",
+ "ff9cad": "d2faef",
+ "f7d642": "d8e374",
+ "cea531": "a7c961",
+ "944263": "304459",
+ "529c5a": "b32843"
+ },
+ "2": {
+ "ffd6ef": "a3ffc3",
+ "3a6b52": "96483b",
+ "a57b10": "661634",
+ "a5e68c": "ffe6b5",
+ "ce6394": "32806f",
+ "ef6b8c": "53b491",
+ "7bc573": "efbd8c",
+ "ff9cad": "7be3b6",
+ "f7d642": "de463e",
+ "cea531": "942532",
+ "944263": "17404a",
+ "529c5a": "bf815c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/396.json b/public/images/pokemon/variant/back/396.json
new file mode 100644
index 00000000000..00ffa97fd19
--- /dev/null
+++ b/public/images/pokemon/variant/back/396.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "d6dede": "e3d09d",
+ "949494": "dbb070",
+ "736363": "28854d",
+ "ffffff": "f0ecd3",
+ "382028": "751e23",
+ "d67300": "db963b",
+ "b5b5b5": "d4b27f",
+ "808080": "c48c51",
+ "9c4a21": "b06421",
+ "8c7373": "bd453c",
+ "3a2129": "07332d",
+ "524a4a": "156146",
+ "4f4747": "144a40",
+ "ad9c9c": "ed7f4c",
+ "ff9429": "ffcf5e"
+ },
+ "2": {
+ "d6dede": "f0deaa",
+ "949494": "c29b72",
+ "736363": "2f436b",
+ "ffffff": "fcfad2",
+ "382028": "163d4d",
+ "d67300": "52281f",
+ "b5b5b5": "debd8c",
+ "808080": "a67c5d",
+ "9c4a21": "451915",
+ "8c7373": "307b82",
+ "3a2129": "0f1730",
+ "524a4a": "1b2745",
+ "4f4747": "e6a647",
+ "ad9c9c": "4da8a1",
+ "ff9429": "8c604c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/397.json b/public/images/pokemon/variant/back/397.json
new file mode 100644
index 00000000000..d1f7e646649
--- /dev/null
+++ b/public/images/pokemon/variant/back/397.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "735a63": "bd453c",
+ "574f57": "144a40",
+ "5a525a": "28854d",
+ "f75242": "8bba65",
+ "878787": "bda377",
+ "b5b5b5": "d9c798",
+ "ff9429": "ffcf5e",
+ "382f38": "0c3331",
+ "3a313a": "156146",
+ "362d36": "572e14",
+ "fcfcfc": "f0ebc5",
+ "bd6300": "994c1c",
+ "7b4221": "c47a2f",
+ "523a4a": "751e23",
+ "9c848c": "ed7f4c"
+ },
+ "2": {
+ "735a63": "307b82",
+ "574f57": "e6a647",
+ "5a525a": "2f436b",
+ "f75242": "f797ad",
+ "878787": "ba946e",
+ "b5b5b5": "debd8c",
+ "ff9429": "8c604c",
+ "382f38": "c27b34",
+ "3a313a": "1b2745",
+ "362d36": "421917",
+ "fcfcfc": "fcfad2",
+ "bd6300": "63362b",
+ "7b4221": "52281f",
+ "523a4a": "163d4d",
+ "9c848c": "4da8a1"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/398.json b/public/images/pokemon/variant/back/398.json
new file mode 100644
index 00000000000..ed678a4c4f3
--- /dev/null
+++ b/public/images/pokemon/variant/back/398.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "9c4242": "5fad3b",
+ "5c545c": "144a40",
+ "3a313a": "0b3634",
+ "7b4221": "b06421",
+ "bd6300": "db963b",
+ "5a525a": "156146",
+ "7b6b7b": "28854d",
+ "f75242": "90cc58",
+ "735a63": "bd453c",
+ "ffffff": "e8e3b6",
+ "523a4a": "751e23",
+ "3a3a3a": "07332d",
+ "b5b5b5": "d7be89",
+ "9c848c": "ed7f4c",
+ "ff9429": "ffcf5e"
+ },
+ "2": {
+ "9c4242": "c4833d",
+ "5c545c": "e6a647",
+ "7b4221": "421917",
+ "bd6300": "63362b",
+ "5a525a": "1b2745",
+ "7b6b7b": "293854",
+ "f75242": "e6bd4e",
+ "735a63": "307b82",
+ "ffffff": "fcfad2",
+ "523a4a": "163d4d",
+ "3a3a3a": "080d1f",
+ "b5b5b5": "debd8c",
+ "9c848c": "4da8a1",
+ "ff9429": "8c604c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/403.json b/public/images/pokemon/variant/back/403.json
new file mode 100644
index 00000000000..4b8d7b52070
--- /dev/null
+++ b/public/images/pokemon/variant/back/403.json
@@ -0,0 +1,22 @@
+{
+ "1": {
+ "b59c5a": "45babf",
+ "7badf7": "bb5c3a",
+ "637bb5": "903325",
+ "4a4a63": "dcb788",
+ "ffe65a": "59dcd6",
+ "313142": "bf8652",
+ "42426b": "671919",
+ "736352": "267789"
+ },
+ "2": {
+ "b59c5a": "9a31be",
+ "7badf7": "303465",
+ "637bb5": "222352",
+ "4a4a63": "bbc2e5",
+ "ffe65a": "e25ce8",
+ "313142": "8883d4",
+ "42426b": "121031",
+ "736352": "611c7f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/404.json b/public/images/pokemon/variant/back/404.json
new file mode 100644
index 00000000000..32ab9ea8a1d
--- /dev/null
+++ b/public/images/pokemon/variant/back/404.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "736352": "267789",
+ "4a4a73": "671919",
+ "63637b": "f1dfb1",
+ "637bb5": "903325",
+ "4a4a63": "dcb788",
+ "ffe65a": "59dcd6",
+ "313142": "bf8652",
+ "b59c5a": "45babf",
+ "7badf7": "bb5c3a"
+ },
+ "2": {
+ "736352": "611c7f",
+ "4a4a73": "121031",
+ "63637b": "dee4f4",
+ "637bb5": "222352",
+ "4a4a63": "bbc2e5",
+ "ffe65a": "e25ce8",
+ "313142": "8883d4",
+ "b59c5a": "9a31be",
+ "7badf7": "303465"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/405.json b/public/images/pokemon/variant/back/405.json
new file mode 100644
index 00000000000..46a38cfd243
--- /dev/null
+++ b/public/images/pokemon/variant/back/405.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "b59c5a": "45babf",
+ "7badf7": "bb5c3a",
+ "63637b": "f1dfb1",
+ "4a4a73": "671919",
+ "637bb5": "903325",
+ "353255": "4a0e15",
+ "4a4a63": "dcb788",
+ "ffe65a": "59dcd6",
+ "313142": "bf8652",
+ "943a52": "472614",
+ "e64a52": "4f3217",
+ "736352": "267789"
+ },
+ "2": {
+ "b59c5a": "9a31be",
+ "7badf7": "303465",
+ "63637b": "dee4f4",
+ "4a4a73": "121031",
+ "637bb5": "222352",
+ "353255": "06051b",
+ "4a4a63": "bbc2e5",
+ "ffe65a": "e25ce8",
+ "313142": "8883d4",
+ "943a52": "614b9a",
+ "e64a52": "6f5dac",
+ "736352": "611c7f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/417.json b/public/images/pokemon/variant/back/417.json
new file mode 100644
index 00000000000..27f45e74557
--- /dev/null
+++ b/public/images/pokemon/variant/back/417.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "3e364e": "734430",
+ "524941": "732e12",
+ "5a524a": "642f1a",
+ "4a425a": "5f2618",
+ "84523a": "9b314f",
+ "ef845a": "e26e6e",
+ "c5a563": "e95d6c",
+ "ffd663": "f17c7c",
+ "637b9c": "86452b",
+ "7bb5e6": "a25f37",
+ "cec5c5": "e8be64",
+ "f7f7f7": "faeda9",
+ "ffffff": "ffffff",
+ "7b7b84": "8e623c"
+ },
+ "2": {
+ "101010": "101010",
+ "3e364e": "203243",
+ "524941": "2d284c",
+ "5a524a": "0f203a",
+ "4a425a": "23704c",
+ "84523a": "693939",
+ "ef845a": "e1b8ac",
+ "c5a563": "5ae7f6",
+ "ffd663": "8ffaff",
+ "637b9c": "a2dc76",
+ "7bb5e6": "e4fba1",
+ "cec5c5": "357577",
+ "f7f7f7": "5ba297",
+ "ffffff": "ffffff",
+ "7b7b84": "1f3f4e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/420.json b/public/images/pokemon/variant/back/420.json
new file mode 100644
index 00000000000..3177603d799
--- /dev/null
+++ b/public/images/pokemon/variant/back/420.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "423131": "103d47",
+ "6b3a4a": "09303b",
+ "314252": "8f3833",
+ "3a734a": "ab554b",
+ "843152": "185158",
+ "ad426b": "368a7f",
+ "429442": "d98b77",
+ "52a54a": "f7bfa8",
+ "73ce5a": "fcdbc7",
+ "de6384": "51b095",
+ "ff8cad": "73d9ae",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "423131": "390f26",
+ "6b3a4a": "29091b",
+ "314252": "752a4a",
+ "3a734a": "9c4861",
+ "843152": "3b0d21",
+ "ad426b": "571539",
+ "429442": "a86a79",
+ "52a54a": "c29597",
+ "73ce5a": "dec3c3",
+ "de6384": "752648",
+ "ff8cad": "ad5168",
+ "ffffff": "ffffff"
+ }
+ }
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/421-overcast.json b/public/images/pokemon/variant/back/421-overcast.json
new file mode 100644
index 00000000000..77c5c18415d
--- /dev/null
+++ b/public/images/pokemon/variant/back/421-overcast.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "105221": "ab554b",
+ "4a2942": "5e1228",
+ "7b294a": "103d47",
+ "7a2a4a": "236e6a",
+ "427b4a": "d98b77",
+ "6b427b": "962a3e",
+ "a53a63": "368a7f",
+ "ce527b": "51b095",
+ "52ad5a": "f7bfa8",
+ "5ac55a": "fcdbc7",
+ "845aad": "c75058",
+ "9c7bbd": "db7f7f",
+ "de7394": "73d9ae"
+ },
+ "2": {
+ "101010": "101010",
+ "105221": "995969",
+ "4a2942": "521d44",
+ "7b294a": "390f26",
+ "7a2a4a": "571539",
+ "427b4a": "ba8087",
+ "6b427b": "8f4270",
+ "a53a63": "611c3b",
+ "ce527b": "752648",
+ "52ad5a": "cf9d9d",
+ "5ac55a": "e3cbca",
+ "845aad": "a86886",
+ "9c7bbd": "d197ac",
+ "de7394": "ad5168"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/421-sunshine.json b/public/images/pokemon/variant/back/421-sunshine.json
new file mode 100644
index 00000000000..096641576c9
--- /dev/null
+++ b/public/images/pokemon/variant/back/421-sunshine.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "006310": "e6d590",
+ "941e3f": "103d47",
+ "9c6b10": "c4655a",
+ "941f40": "5c1547",
+ "942142": "591230",
+ "ce3a6b": "751a38",
+ "cf3c6d": "872e5c",
+ "cf3e6e": "368a7f",
+ "19943a": "f0f0bd",
+ "d6b55a": "db8e7d",
+ "f7de73": "f7bfa8",
+ "e66394": "51b095",
+ "de84ad": "962a3e",
+ "ffa5c5": "c75058",
+ "ffe6f7": "d0fdf0",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "006310": "72559e",
+ "941e3f": "390f26",
+ "9c6b10": "4a2942",
+ "941f40": "3a234a",
+ "942142": "804058",
+ "ce3a6b": "995969",
+ "cf3c6d": "563666",
+ "cf3e6e": "571539",
+ "19943a": "9574b3",
+ "d6b55a": "914972",
+ "f7de73": "b35f86",
+ "e66394": "752648",
+ "de84ad": "cf9d9d",
+ "ffa5c5": "e3cbca",
+ "ffe6f7": "d26393",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/446.json b/public/images/pokemon/variant/back/446.json
new file mode 100644
index 00000000000..1f6d43127bb
--- /dev/null
+++ b/public/images/pokemon/variant/back/446.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "000000": "101010",
+ "104242": "4d0f3f",
+ "215a73": "701a55",
+ "317b9c": "943469",
+ "3194b5": "ad4b70",
+ "524a10": "91504e",
+ "73737b": "756363",
+ "7b5a31": "522663",
+ "948442": "bf777a",
+ "9c3a42": "714084",
+ "b5b563": "de9494",
+ "cccfce": "cbc4c4",
+ "cecece": "cecece",
+ "de9494": "a270b5",
+ "efe684": "f0beb1",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "000000": "101010",
+ "104242": "6398b7",
+ "215a73": "a3cacd",
+ "317b9c": "cbe4e2",
+ "3194b5": "edf5f4",
+ "524a10": "233f69",
+ "73737b": "525266",
+ "7b5a31": "e6cda1",
+ "948442": "2f4d80",
+ "9c3a42": "487d43",
+ "b5b563": "38638f",
+ "cccfce": "bfc7cb",
+ "cecece": "cecece",
+ "de9494": "9cb780",
+ "efe684": "4781a8",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/476.json b/public/images/pokemon/variant/back/476.json
new file mode 100644
index 00000000000..5f54f51d1f9
--- /dev/null
+++ b/public/images/pokemon/variant/back/476.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "5a2921": "0e291d",
+ "7b3129": "1e3f30",
+ "293a4a": "352310",
+ "3a4a5a": "59452f",
+ "bd3152": "30594a",
+ "e65a63": "578b6b",
+ "194a84": "62230e",
+ "3a63ad": "9d3a18",
+ "5a7bce": "c76227",
+ "ef7b8c": "77b472",
+ "739ce6": "de7f36",
+ "84adf7": "e68c43",
+ "c5cede": "c5cede",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "5a2921": "21132c",
+ "7b3129": "301b3f",
+ "293a4a": "111b28",
+ "3a4a5a": "253142",
+ "bd3152": "482a5e",
+ "e65a63": "6a5394",
+ "194a84": "30578e",
+ "3a63ad": "5b97c1",
+ "5a7bce": "92dee8",
+ "ef7b8c": "747fc4",
+ "739ce6": "dbfff4",
+ "84adf7": "c2efe5",
+ "c5cede": "c5cede",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/498.json b/public/images/pokemon/variant/back/498.json
new file mode 100644
index 00000000000..ecc0ccf7a98
--- /dev/null
+++ b/public/images/pokemon/variant/back/498.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "101010": "101010",
+ "2e1e1e": "b1a385",
+ "2e1f1f": "d1c5ab",
+ "302020": "194737",
+ "312121": "1e2a4d",
+ "473830": "f7f5e9",
+ "4a3a31": "2d405c",
+ "7a3827": "1c2e1b",
+ "7b3a29": "194737",
+ "947310": "cc955e",
+ "bd6331": "3b805f",
+ "ce423a": "3e4f37",
+ "a54a42": "2d452b",
+ "e66b29": "b5cca5",
+ "efbd08": "f0cc8b",
+ "ef843a": "65b57c",
+ "c5ada5": "c1c5a5",
+ "ffffff": "ffffff",
+ "47382f": "472770"
+ },
+ "2": {
+ "101010": "101010",
+ "2e1e1e": "ac8b61",
+ "2e1f1f": "c4a884",
+ "302020": "522e2e",
+ "312121": "47150e",
+ "473830": "e0d3ab",
+ "4a3a31": "733421",
+ "7a3827": "222742",
+ "7b3a29": "522e2e",
+ "947310": "828399",
+ "bd6331": "85564e",
+ "ce423a": "323754",
+ "a54a42": "4c5275",
+ "e66b29": "778aa6",
+ "efbd08": "c7c8d9",
+ "ef843a": "ab8274",
+ "c5ada5": "dddef0",
+ "ffffff": "ffffff",
+ "47382f": "456da8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/499.json b/public/images/pokemon/variant/back/499.json
new file mode 100644
index 00000000000..ad525f3e114
--- /dev/null
+++ b/public/images/pokemon/variant/back/499.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "3a2121": "1e2a4d",
+ "3a3a3a": "122b18",
+ "523129": "2d405c",
+ "7a3827": "1c2e1b",
+ "7b3a29": "234f3d",
+ "736310": "ab6441",
+ "4a4a4a": "264524",
+ "bd5a31": "41785a",
+ "ce423a": "3e4f37",
+ "ef7329": "62a174",
+ "b59421": "cc955e",
+ "efc53a": "f0cc8b",
+ "c5ada5": "c5ada5",
+ "c4aea7": "c4aea7",
+ "fcfcfc": "fcfcfc",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "3a2121": "47150e",
+ "3a3a3a": "1c2245",
+ "523129": "733421",
+ "7a3827": "222742",
+ "7b3a29": "533330",
+ "736310": "3c3e5b",
+ "4a4a4a": "272d4f",
+ "bd5a31": "7a5a56",
+ "ce423a": "323754",
+ "ef7329": "967a71",
+ "b59421": "828399",
+ "efc53a": "c7c8d9",
+ "c5ada5": "c4a884",
+ "c4aea7": "c4aea7",
+ "fcfcfc": "e0d3ab",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/500.json b/public/images/pokemon/variant/back/500.json
new file mode 100644
index 00000000000..55e8d8b6548
--- /dev/null
+++ b/public/images/pokemon/variant/back/500.json
@@ -0,0 +1,46 @@
+{
+ "1": {
+ "101010": "101010",
+ "212121": "1e2a4d",
+ "313131": "2d405c",
+ "333333": "2c2f35",
+ "7b1910": "257036",
+ "7a1a11": "1c2e1b",
+ "732900": "2c473e",
+ "7b5a08": "ab6441",
+ "a33a31": "35963e",
+ "a53a31": "3e4f37",
+ "bd5221": "3e6952",
+ "ef6321": "699676",
+ "b58c21": "cc955e",
+ "ef8c08": "86e677",
+ "efbd08": "c7f797",
+ "f0be0a": "f0cc8b",
+ "adadad": "a3a6ad",
+ "f7f7f7": "e4eef5",
+ "e63129": "58db58",
+ "e33229": "627556"
+ },
+ "2": {
+ "101010": "101010",
+ "212121": "47150e",
+ "313131": "733421",
+ "333333": "3b352b",
+ "7b1910": "ba843d",
+ "7a1a11": "20243d",
+ "732900": "522e2e",
+ "7b5a08": "3c3e5b",
+ "a33a31": "cfa255",
+ "a53a31": "2d3250",
+ "bd5221": "7a5a56",
+ "ef6321": "967a71",
+ "b58c21": "828399",
+ "ef8c08": "f2d591",
+ "efbd08": "faefc7",
+ "f0be0a": "c7c8d9",
+ "adadad": "c4a884",
+ "f7f7f7": "e0d3ab",
+ "e63129": "e3c65c",
+ "e33229": "464a66"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/511.json b/public/images/pokemon/variant/back/511.json
new file mode 100644
index 00000000000..a5ca6fa862f
--- /dev/null
+++ b/public/images/pokemon/variant/back/511.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "a57b3a": "c58869",
+ "ffce7b": "edc293",
+ "735221": "bd7653",
+ "cea55a": "d9a177",
+ "194a29": "912f1c",
+ "087331": "c45331",
+ "19a552": "d97b41"
+ },
+ "2": {
+ "a57b3a": "5580bf",
+ "ffce7b": "8ecaed",
+ "735221": "3f6aa6",
+ "cea55a": "73acde",
+ "194a29": "4c2d7a",
+ "087331": "683b8c",
+ "19a552": "8a53a6"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/512.json b/public/images/pokemon/variant/back/512.json
new file mode 100644
index 00000000000..8d75727c3f0
--- /dev/null
+++ b/public/images/pokemon/variant/back/512.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "ffce7b": "eab68b",
+ "525252": "a36e46",
+ "087331": "c74638",
+ "194a29": "a12d25",
+ "ffffff": "dbc086",
+ "a57b3a": "a65b3d",
+ "cea55a": "c8895f",
+ "9c9c9c": "cfa067",
+ "735221": "733224",
+ "19a552": "ed6f53"
+ },
+ "2": {
+ "ffce7b": "58aee0",
+ "525252": "3073ab",
+ "087331": "522880",
+ "194a29": "331961",
+ "ffffff": "5bc6de",
+ "a57b3a": "3762bf",
+ "cea55a": "4686cf",
+ "9c9c9c": "4099c2",
+ "735221": "2a42a1",
+ "19a552": "6e368f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/513.json b/public/images/pokemon/variant/back/513.json
new file mode 100644
index 00000000000..5a8f4847bc9
--- /dev/null
+++ b/public/images/pokemon/variant/back/513.json
@@ -0,0 +1,20 @@
+{
+ "1": {
+ "a57b3a": "e4907f",
+ "ffce7b": "ffe6c9",
+ "bd423a": "28629c",
+ "e65242": "3d9bbe",
+ "7b3131": "1b3e70",
+ "735221": "c3635b",
+ "cea55a": "f9b9a2"
+ },
+ "2": {
+ "a57b3a": "bc2f2f",
+ "ffce7b": "ed8c7b",
+ "bd423a": "d5b393",
+ "e65242": "f4ecd7",
+ "7b3131": "ad7a63",
+ "735221": "a1272f",
+ "cea55a": "d4554c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/514.json b/public/images/pokemon/variant/back/514.json
new file mode 100644
index 00000000000..90e7c698f29
--- /dev/null
+++ b/public/images/pokemon/variant/back/514.json
@@ -0,0 +1,27 @@
+{
+ "1": {
+ "ffce7b": "ffe2bf",
+ "bd423a": "265494",
+ "e65242": "3a7bb5",
+ "7b3131": "193170",
+ "ffffff": "c0e7fc",
+ "735221": "ba6a57",
+ "c5c5c5": "97c0e6",
+ "cea55a": "edba9a",
+ "9c9c9c": "6f94c7",
+ "525252": "465f9e"
+ },
+ "2": {
+ "ffce7b": "cc643b",
+ "bd423a": "cfb88f",
+ "e65242": "ede9d1",
+ "7b3131": "a88260",
+ "a57b3a": "782017",
+ "ffffff": "f7cc57",
+ "735221": "5c0e0e",
+ "c5c5c5": "e3a13d",
+ "cea55a": "943722",
+ "9c9c9c": "cc762b",
+ "525252": "ad4d1d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/515.json b/public/images/pokemon/variant/back/515.json
new file mode 100644
index 00000000000..d8a7c4e9136
--- /dev/null
+++ b/public/images/pokemon/variant/back/515.json
@@ -0,0 +1,22 @@
+{
+ "1": {
+ "ffce7b": "fff187",
+ "003a73": "0a4a2d",
+ "21739c": "136b3b",
+ "198cad": "219448",
+ "29b5de": "34c15e",
+ "cea55a": "e0c265",
+ "735221": "735f21",
+ "a57b3a": "b5893c"
+ },
+ "2": {
+ "ffce7b": "e76092",
+ "003a73": "a64e8b",
+ "21739c": "cc70a4",
+ "198cad": "eb98bf",
+ "29b5de": "ffc9dd",
+ "cea55a": "cc4580",
+ "735221": "8f1f68",
+ "a57b3a": "b32e77"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/516.json b/public/images/pokemon/variant/back/516.json
new file mode 100644
index 00000000000..ae188e87625
--- /dev/null
+++ b/public/images/pokemon/variant/back/516.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "ffce7b": "fadd73",
+ "106b8c": "13571a",
+ "003a73": "08420d",
+ "9c9c9c": "aecf86",
+ "a57b3a": "9c7935",
+ "cea55a": "c4a148",
+ "218ca5": "3c8c22",
+ "735221": "7b5e29",
+ "29b5de": "6fad37"
+ },
+ "2": {
+ "ffce7b": "e76092",
+ "106b8c": "cc70a4",
+ "003a73": "a64e8b",
+ "9c9c9c": "59b7d4",
+ "a57b3a": "b32e77",
+ "cea55a": "cc4580",
+ "218ca5": "eb98bf",
+ "735221": "8f1f68",
+ "29b5de": "ffc9dd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/522.json b/public/images/pokemon/variant/back/522.json
new file mode 100644
index 00000000000..9c301bca713
--- /dev/null
+++ b/public/images/pokemon/variant/back/522.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "a5a5a5": "676fc2",
+ "7b7b7b": "505a9b",
+ "525252": "95355d",
+ "cecece": "788bcb",
+ "161d1d": "2e0d1f",
+ "797878": "676fc2",
+ "005a9c": "75c239",
+ "505050": "3d4488",
+ "ffffff": "b9cfef",
+ "ffe600": "61e4bf",
+ "3a3a3a": "731f51",
+ "00adde": "b9e96c",
+ "8c7321": "33a08a",
+ "292929": "53173b",
+ "192121": "43172f"
+ },
+ "2": {
+ "a5a5a5": "cb6a3a",
+ "7b7b7b": "731515",
+ "525252": "ebc37d",
+ "cecece": "97221a",
+ "161d1d": "370b0b",
+ "797878": "cb6a3a",
+ "005a9c": "30309d",
+ "505050": "4e1416",
+ "ffffff": "c23e2e",
+ "ffe600": "36c294",
+ "3a3a3a": "cd8a58",
+ "00adde": "3e4ddc",
+ "8c7321": "288278",
+ "292929": "914824",
+ "192121": "661212"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/523.json b/public/images/pokemon/variant/back/523.json
new file mode 100644
index 00000000000..e8e37d6b7ab
--- /dev/null
+++ b/public/images/pokemon/variant/back/523.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "373737": "43172f",
+ "373f3f": "353573",
+ "a5a5a5": "7080c6",
+ "5d4802": "1f8076",
+ "ffffff": "b9cfef",
+ "181f1f": "3d467d",
+ "8c7321": "33a08a",
+ "293131": "6a1d44",
+ "8c721f": "3d9197",
+ "7b7b7b": "5265a4",
+ "797878": "5265a4",
+ "182121": "430f30",
+ "cecece": "7e91d3",
+ "5a5a5a": "47548f",
+ "ffe600": "61e4bf",
+ "3a3a3a": "5d213a",
+ "00adde": "b9e96c",
+ "3a4242": "84294f",
+ "192121": "57163d"
+ },
+ "2": {
+ "373737": "501a19",
+ "373f3f": "4e1416",
+ "a5a5a5": "861816",
+ "5d4802": "145b5d",
+ "ffffff": "c23e2e",
+ "181f1f": "5e1717",
+ "8c7321": "288278",
+ "293131": "c89161",
+ "8c721f": "54a48a",
+ "7b7b7b": "731515",
+ "797878": "da7248",
+ "182121": "661212",
+ "cecece": "97221a",
+ "5a5a5a": "611616",
+ "ffe600": "36c294",
+ "3a3a3a": "682321",
+ "00adde": "3e4ddc",
+ "3a4242": "ebc37d",
+ "192121": "9e533b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/535.json b/public/images/pokemon/variant/back/535.json
new file mode 100644
index 00000000000..2d1a18e3b9a
--- /dev/null
+++ b/public/images/pokemon/variant/back/535.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "6bbdff": "a9c4d7",
+ "366089": "801941",
+ "636363": "8b2b4b",
+ "66bafd": "d65a5a",
+ "3a638c": "40567d",
+ "191919": "330821",
+ "7394c5": "6f8fb1",
+ "6f90c1": "b53a57",
+ "292929": "420e2d",
+ "424242": "671e3f"
+ },
+ "2": {
+ "6bbdff": "672a23",
+ "366089": "ac6634",
+ "636363": "d76d39",
+ "66bafd": "f3cd69",
+ "3a638c": "420f1d",
+ "191919": "4f150a",
+ "7394c5": "54131a",
+ "6f90c1": "cd984a",
+ "292929": "7d2414",
+ "424242": "ac4423"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/536.json b/public/images/pokemon/variant/back/536.json
new file mode 100644
index 00000000000..78a59fb699c
--- /dev/null
+++ b/public/images/pokemon/variant/back/536.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "196373": "801941",
+ "404040": "874330",
+ "84e6d6": "d65a5a",
+ "10427b": "40567d",
+ "52a5b5": "b53a57",
+ "292929": "400a32",
+ "5e5e5e": "a96147",
+ "ffffff": "e3c998",
+ "296bad": "6f8fb1",
+ "c5c5c5": "ca9470",
+ "424242": "5e1246",
+ "0894d6": "a9c4d7",
+ "636363": "801c4e"
+ },
+ "2": {
+ "196373": "ac6634",
+ "404040": "365a72",
+ "84e6d6": "f3cd69",
+ "10427b": "4a1423",
+ "52a5b5": "cd984a",
+ "292929": "7d2414",
+ "5e5e5e": "52809b",
+ "ffffff": "aadfe0",
+ "296bad": "5d171e",
+ "c5c5c5": "7fb8c2",
+ "424242": "ac4423",
+ "0894d6": "75332b",
+ "636363": "d76d39"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/537.json b/public/images/pokemon/variant/back/537.json
new file mode 100644
index 00000000000..757d692bd40
--- /dev/null
+++ b/public/images/pokemon/variant/back/537.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "196373": "801941",
+ "52a58c": "b53a57",
+ "636363": "801c4e",
+ "10427b": "40567d",
+ "73e6ce": "d65a5a",
+ "292929": "400a32",
+ "424242": "5e1246",
+ "296bad": "6f8fb1",
+ "0894d6": "a9c4d7"
+ },
+ "2": {
+ "196373": "ac6634",
+ "52a58c": "cd984a",
+ "636363": "d76d39",
+ "10427b": "4a1423",
+ "73e6ce": "f3cd69",
+ "292929": "7d2414",
+ "424242": "ac4423",
+ "296bad": "5d171e",
+ "0894d6": "75332b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/554.json b/public/images/pokemon/variant/back/554.json
new file mode 100644
index 00000000000..803721e4f0d
--- /dev/null
+++ b/public/images/pokemon/variant/back/554.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "5a1919": "2e3573",
+ "66311a": "a16012",
+ "634231": "946344",
+ "9c2929": "4e5aa3",
+ "ce3131": "6c7ec4",
+ "947310": "b0895f",
+ "ad5a2b": "a17a50",
+ "a75625": "d19628",
+ "cea519": "bda373",
+ "ffce21": "e3e2ba",
+ "ff9452": "e8c661",
+ "b15c29": "a17a50"
+ },
+ "2": {
+ "101010": "101010",
+ "5a1919": "bf7558",
+ "66311a": "291d1b",
+ "634231": "75102a",
+ "9c2929": "d6a376",
+ "ce3131": "f0e2b9",
+ "947310": "9c1c2b",
+ "ad5a2b": "4a3021",
+ "a75625": "4a3021",
+ "cea519": "ba343d",
+ "ffce21": "d14949",
+ "ff9452": "614b38",
+ "b15c29": "b15c29"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/555-zen.json b/public/images/pokemon/variant/back/555-zen.json
new file mode 100644
index 00000000000..9df761c1833
--- /dev/null
+++ b/public/images/pokemon/variant/back/555-zen.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "101010": "101010",
+ "215263": "592226",
+ "3a7b8c": "7d3e3d",
+ "425a63": "b5775b",
+ "529cad": "8c5b54",
+ "7ba5bd": "c99d7b",
+ "ad6b29": "3b3f87",
+ "b5d6ef": "e0c19b",
+ "e6a563": "7b8dd4"
+ },
+ "2": {
+ "101010": "101010",
+ "215263": "523273",
+ "3a7b8c": "805a9c",
+ "425a63": "2e2a51",
+ "529cad": "a278b0",
+ "7ba5bd": "494162",
+ "ad6b29": "9e907e",
+ "b5d6ef": "605375",
+ "e6a563": "f5f3e9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/555.json b/public/images/pokemon/variant/back/555.json
new file mode 100644
index 00000000000..b83ca9fb88b
--- /dev/null
+++ b/public/images/pokemon/variant/back/555.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "101010": "101010",
+ "523a21": "a65f33",
+ "631919": "222675",
+ "6b5a10": "b04a21",
+ "8c1929": "2d3685",
+ "ad2119": "3a4c94",
+ "b57b4a": "d9a455",
+ "bd0000": "cfc191",
+ "bd9429": "c26932",
+ "ef1010": "e3e2ba",
+ "efa56b": "e8cd7b",
+ "efce10": "d9944a"
+ },
+ "2": {
+ "101010": "101010",
+ "523a21": "291b19",
+ "631919": "a86722",
+ "6b5a10": "941c32",
+ "8c1929": "d6993e",
+ "ad2119": "e8ca5d",
+ "b57b4a": "4a3021",
+ "bd0000": "bab5a6",
+ "bd9429": "ba343d",
+ "ef1010": "f5f3e9",
+ "efa56b": "614b38",
+ "efce10": "d14949"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/566.json b/public/images/pokemon/variant/back/566.json
new file mode 100644
index 00000000000..cb2601d4a93
--- /dev/null
+++ b/public/images/pokemon/variant/back/566.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "10316b": "1c4943",
+ "31529c": "336d60",
+ "3184f7": "4f9279",
+ "3a3a3a": "3a3a3a",
+ "523131": "641b49",
+ "524229": "2f6934",
+ "944242": "aa3c79",
+ "9c9cad": "9c9cad",
+ "bd9452": "66b562",
+ "de524a": "eb7fae",
+ "e6e6e6": "e6e6e6",
+ "f7ce63": "9be08b"
+ },
+ "2": {
+ "101010": "101010",
+ "10316b": "283957",
+ "31529c": "929bdf",
+ "3184f7": "c4d3ff",
+ "3a3a3a": "3a3a3a",
+ "523131": "284452",
+ "524229": "211f69",
+ "944242": "44988f",
+ "9c9cad": "9c9cad",
+ "bd9452": "3b4bad",
+ "de524a": "65cda4",
+ "e6e6e6": "e6e6e6",
+ "f7ce63": "557ecd"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/567.json b/public/images/pokemon/variant/back/567.json
new file mode 100644
index 00000000000..f4bb6a76111
--- /dev/null
+++ b/public/images/pokemon/variant/back/567.json
@@ -0,0 +1,37 @@
+{
+ "1": {
+ "101010": "101010",
+ "523131": "454f52",
+ "635229": "2f6934",
+ "10316b": "1c4943",
+ "086b5a": "b3296b",
+ "9c4a4a": "7b8687",
+ "844252": "844252",
+ "de524a": "abb3b3",
+ "bd9452": "66b562",
+ "f7ce63": "9be08b",
+ "31529c": "336d60",
+ "10a594": "ee609d",
+ "3184f7": "4f9279",
+ "9c9cad": "9c9cad",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "523131": "284452",
+ "635229": "211f69",
+ "10316b": "283957",
+ "086b5a": "462d7e",
+ "9c4a4a": "44988f",
+ "844252": "844252",
+ "de524a": "65cda4",
+ "bd9452": "3b4bad",
+ "f7ce63": "557ecd",
+ "31529c": "929bdf",
+ "10a594": "7346a1",
+ "3184f7": "c4d3ff",
+ "9c9cad": "9c9cad",
+ "ffffff": "ffffff"
+
+ }
+}
diff --git a/public/images/pokemon/variant/back/572.json b/public/images/pokemon/variant/back/572.json
index e305e231ec0..5e74f55850d 100644
--- a/public/images/pokemon/variant/back/572.json
+++ b/public/images/pokemon/variant/back/572.json
@@ -1,18 +1,20 @@
{
"1": {
- "8c847b": "b2af6e",
- "524a42": "524a42",
- "ffffff": "feffd9",
- "decec5": "decec5",
- "bdb5a5": "dad7a1",
- "101010": "101010"
+ "ffffff": "b3e8ba",
+ "4d473d": "802b50",
+ "524940": "428066",
+ "decec5": "87cc9a",
+ "bdb5a5": "cf6b77",
+ "918a83": "60a37b",
+ "8c847b": "b34967"
},
"2": {
- "8c847b": "86aaa7",
- "524a42": "5f807e",
- "ffffff": "ffffff",
- "decec5": "d7e8e6",
- "bdb5a5": "aec8c6",
- "101010": "101010"
+ "ffffff": "d9e3aa",
+ "4d473d": "101931",
+ "524940": "466336",
+ "decec5": "7f915e",
+ "bdb5a5": "294a6b",
+ "918a83": "67824d",
+ "8c847b": "193457"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/573.json b/public/images/pokemon/variant/back/573.json
new file mode 100644
index 00000000000..d3ceaf257b4
--- /dev/null
+++ b/public/images/pokemon/variant/back/573.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "524a42": "802b50",
+ "bdb5b5": "60a67c",
+ "847b73": "b34967",
+ "ffffff": "b3e8ba",
+ "bdad9c": "cf6b77",
+ "decec5": "87cc9a",
+ "d65252": "256145",
+ "807871": "458766",
+ "ef8484": "58a672"
+ },
+ "2": {
+ "524a42": "101931",
+ "bdb5b5": "597041",
+ "847b73": "193457",
+ "ffffff": "d9e3aa",
+ "bdad9c": "294a6b",
+ "decec5": "7f915e",
+ "d65252": "558f45",
+ "807871": "3d542d",
+ "ef8484": "b4cf88"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618.json b/public/images/pokemon/variant/back/618.json
new file mode 100644
index 00000000000..d4db4967946
--- /dev/null
+++ b/public/images/pokemon/variant/back/618.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "cebd00": "bdac99",
+ "ffff00": "f3e6dd",
+ "6b6319": "987b6d",
+ "081019": "081019",
+ "52423a": "312118",
+ "6b524a": "4a342a",
+ "bd846b": "8c3841",
+ "846b63": "6b3838",
+ "d69c84": "ad4c4c",
+ "efce42": "eac2bd",
+ "d6cec5": "d6cec5",
+ "ffffff": "ffffff",
+ "081018": "081018",
+ "735a52": "564038",
+ "735a53": "564038",
+ "9c8473": "a08773",
+ "bda59c": "e6dbd6"
+ },
+ "2": {
+ "cebd00": "58536b",
+ "ffff00": "707488",
+ "6b6319": "39314a",
+ "081019": "081019",
+ "52423a": "5a2e2e",
+ "6b524a": "804e48",
+ "bd846b": "cec9b1",
+ "846b63": "9c7765",
+ "d69c84": "f0ead6",
+ "efce42": "9fadb9",
+ "d6cec5": "4c8c4c",
+ "ffffff": "79a962",
+ "081018": "204a29",
+ "735a52": "885011",
+ "735a53": "735555",
+ "9c8473": "c18a2c",
+ "bda59c": "efc44b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618_2.json b/public/images/pokemon/variant/back/618_2.json
deleted file mode 100644
index d82c52e26e2..00000000000
--- a/public/images/pokemon/variant/back/618_2.json
+++ /dev/null
@@ -1,2750 +0,0 @@
-{
- "textures": [
- {
- "image": "618_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 221,
- "h": 221
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ed241f9d4e0679b62ab26da17057d65:739de537da7171a9caf5769b4458f68f:22e585907b89e90c4fc3ab2512d175fd$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618_2.png b/public/images/pokemon/variant/back/618_2.png
deleted file mode 100644
index a0077a1f023..00000000000
Binary files a/public/images/pokemon/variant/back/618_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/618_3.json b/public/images/pokemon/variant/back/618_3.json
deleted file mode 100644
index 17c49c5e59b..00000000000
--- a/public/images/pokemon/variant/back/618_3.json
+++ /dev/null
@@ -1,2750 +0,0 @@
-{
- "textures": [
- {
- "image": "618_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 221,
- "h": 221
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0123.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0124.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 77,
- "h": 30
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 77,
- "h": 30
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 77,
- "h": 26
- },
- "frame": {
- "x": 77,
- "y": 0,
- "w": 77,
- "h": 26
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0119.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0120.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 32
- },
- "frame": {
- "x": 77,
- "y": 26,
- "w": 76,
- "h": 32
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0121.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0122.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 30,
- "w": 76,
- "h": 31
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0125.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0126.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 3,
- "w": 76,
- "h": 29
- },
- "frame": {
- "x": 76,
- "y": 58,
- "w": 76,
- "h": 29
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 4,
- "w": 76,
- "h": 27
- },
- "frame": {
- "x": 0,
- "y": 61,
- "w": 76,
- "h": 27
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 6,
- "w": 76,
- "h": 26
- },
- "frame": {
- "x": 76,
- "y": 87,
- "w": 76,
- "h": 26
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0115.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0116.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 88,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0117.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0118.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 75,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 120,
- "w": 75,
- "h": 32
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0113.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0114.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 73,
- "h": 32
- },
- "frame": {
- "x": 0,
- "y": 152,
- "w": 73,
- "h": 32
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0111.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0112.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 1,
- "w": 73,
- "h": 31
- },
- "frame": {
- "x": 0,
- "y": 184,
- "w": 73,
- "h": 31
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0110.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 2,
- "w": 73,
- "h": 30
- },
- "frame": {
- "x": 73,
- "y": 152,
- "w": 73,
- "h": 30
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 4,
- "w": 75,
- "h": 27
- },
- "frame": {
- "x": 146,
- "y": 113,
- "w": 75,
- "h": 27
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0127.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0128.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 74,
- "h": 28
- },
- "frame": {
- "x": 146,
- "y": 140,
- "w": 74,
- "h": 28
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 29
- },
- "frame": {
- "x": 146,
- "y": 168,
- "w": 73,
- "h": 29
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0129.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- },
- {
- "filename": "0130.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 77,
- "h": 32
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 3,
- "w": 73,
- "h": 28
- },
- "frame": {
- "x": 73,
- "y": 182,
- "w": 73,
- "h": 28
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:7ed241f9d4e0679b62ab26da17057d65:739de537da7171a9caf5769b4458f68f:22e585907b89e90c4fc3ab2512d175fd$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/618_3.png b/public/images/pokemon/variant/back/618_3.png
deleted file mode 100644
index aaba24cfc58..00000000000
Binary files a/public/images/pokemon/variant/back/618_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/626.json b/public/images/pokemon/variant/back/626.json
new file mode 100644
index 00000000000..3a709763542
--- /dev/null
+++ b/public/images/pokemon/variant/back/626.json
@@ -0,0 +1,46 @@
+{
+ "1": {
+ "101010": "101010",
+ "312921": "303120",
+ "36363c": "362126",
+ "4a3119": "122119",
+ "4a4131": "4a4831",
+ "6b4a29": "2d4a3a",
+ "6b4a2a": "5f3539",
+ "6e4c2a": "565796",
+ "3a3a42": "4d150f",
+ "6b6b73": "802d1f",
+ "946a31": "4d6650",
+ "946a33": "513236",
+ "9a6f33": "716fab",
+ "ad8c29": "8580c4",
+ "9c845a": "9e655c",
+ "9c845c": "9e655c",
+ "bda57b": "bd8c7b",
+ "ffc54a": "c0b5eb",
+ "9ca5a5": "a34933",
+ "f7d69c": "f38d5d"
+ },
+ "2": {
+ "101010": "101010",
+ "312921": "962430",
+ "36363c": "905932",
+ "4a3119": "855168",
+ "4a4131": "cc4545",
+ "6b4a29": "c17c95",
+ "6b4a2a": "907d32",
+ "6e4c2a": "678db8",
+ "3a3a42": "7f5310",
+ "6b6b73": "d49612",
+ "946a31": "e4b3b3",
+ "946a33": "946a33",
+ "9a6f33": "7da2c5",
+ "ad8c29": "92bcd4",
+ "9c845a": "beab6c",
+ "9c845c": "db9a39",
+ "bda57b": "efeac2",
+ "ffc54a": "c2e5f0",
+ "9ca5a5": "e9ca5a",
+ "f7d69c": "f5cc51"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/643.json b/public/images/pokemon/variant/back/643.json
new file mode 100644
index 00000000000..08e6a2dd694
--- /dev/null
+++ b/public/images/pokemon/variant/back/643.json
@@ -0,0 +1,50 @@
+{
+ "1": {
+ "196ba5": "e0912f",
+ "857c9c": "3c4154",
+ "54517a": "232738",
+ "c2c1db": "e6e7ef",
+ "fffffa": "fffffc",
+ "767ca8": "97a5b0",
+ "4a4a6b": "0d0d1a",
+ "504f75": "a58419",
+ "c3c1e0": "f0edc2",
+ "ffa531": "fcfade",
+ "767da3": "d6c563",
+ "d3d3e0": "2f3247",
+ "fff5f9": "565a69",
+ "c1c1d6": "454959",
+ "cacadb": "bfbfd6",
+ "ff6331": "ffee6b",
+ "d6c5b5": "f2f2d8",
+ "757d9e": "212236",
+ "e6b573": "f2ecaa",
+ "565280": "596675",
+ "ffffff": "414659",
+ "de2908": "ffca0a"
+ },
+ "2": {
+ "196ba5": "b33a68",
+ "857c9c": "3c50a1",
+ "54517a": "2d3984",
+ "c2c1db": "343d8e",
+ "fffffa": "4459a2",
+ "767ca8": "2b2871",
+ "4a4a6b": "2d3984",
+ "504f75": "19323c",
+ "c3c1e0": "4f9290",
+ "ffa531": "e2f9b5",
+ "767da3": "3a6d71",
+ "d3d3e0": "647bd9",
+ "fff5f9": "a9bbff",
+ "c1c1d6": "647bd9",
+ "cacadb": "ffffff",
+ "ff6331": "9df377",
+ "d6c5b5": "3d8073",
+ "757d9e": "3c50a1",
+ "e6b573": "4ba789",
+ "565280": "19143f",
+ "ffffff": "a9bbff",
+ "de2908": "5cdca6"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/644.json b/public/images/pokemon/variant/back/644.json
new file mode 100644
index 00000000000..01475c838c7
--- /dev/null
+++ b/public/images/pokemon/variant/back/644.json
@@ -0,0 +1,44 @@
+{
+ "1": {
+ "1a1a21": "705ba8",
+ "2c2c35": "c1c8e8",
+ "103a52": "251076",
+ "191921": "686c99",
+ "16161d": "7687c2",
+ "6bf7ff": "dbbaff",
+ "00c5ff": "b77dff",
+ "0f0d13": "49568f",
+ "006bbd": "4800e3",
+ "121212": "54428f",
+ "940000": "762fcc",
+ "52525a": "7175a3",
+ "ce0000": "a44bf2",
+ "31313a": "cfd0e6",
+ "08528c": "3b1899",
+ "004275": "8742ff",
+ "111111": "5b5f8c",
+ "009cde": "7626ff",
+ "212129": "9b9fc4"
+ },
+ "2": {
+ "1a1a21": "350707",
+ "2c2c35": "884290",
+ "103a52": "671212",
+ "191921": "843172",
+ "16161d": "5e286f",
+ "6bf7ff": "f5e5da",
+ "00c5ff": "f5b698",
+ "0f0d13": "3b1a4c",
+ "006bbd": "c8433a",
+ "121212": "210214",
+ "940000": "cc8215",
+ "52525a": "ffc5d1",
+ "ce0000": "f3d32c",
+ "31313a": "ef9dae",
+ "08528c": "821b1b",
+ "004275": "821b1b",
+ "111111": "4a1a4c",
+ "009cde": "ef806b",
+ "212129": "ca6c94"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/646-black.json b/public/images/pokemon/variant/back/646-black.json
new file mode 100644
index 00000000000..28baffd5690
--- /dev/null
+++ b/public/images/pokemon/variant/back/646-black.json
@@ -0,0 +1,49 @@
+{
+ "1": {
+ "ebebe8": "edc9ff",
+ "6b8c7b": "2b4366",
+ "7b6b5a": "5482b0",
+ "315a42": "1a2b4d",
+ "292930": "9b9bc2",
+ "31313a": "c8c9e0",
+ "e6e6de": "e6a18a",
+ "006b94": "4c13a1",
+ "23232b": "1c1c24",
+ "191921": "6a6a94",
+ "addec5": "426585",
+ "b59400": "b35a3e",
+ "355e45": "484873",
+ "2c2c36": "15213b",
+ "00b5ff": "a033ff",
+ "ffff4a": "db966b",
+ "524a31": "112240",
+ "b6e3c7": "bb8ae3",
+ "004b6f": "2f0e75",
+ "1e1e26": "1b1b24",
+ "719180": "905dcf",
+ "ada584": "78a9cc"
+ },
+ "2": {
+ "ebebe8": "ffc5d1",
+ "6b8c7b": "be6e34",
+ "7b6b5a": "982222",
+ "315a42": "7b2d25",
+ "292930": "6c245b",
+ "31313a": "913a7d",
+ "006b94": "6b3773",
+ "23232b": "2b050a",
+ "191921": "3d0d38",
+ "addec5": "e6b45b",
+ "b59400": "166a2d",
+ "355e45": "ca6c94",
+ "2c2c36": "480b0b",
+ "00b5ff": "b464bf",
+ "ffff4a": "6ae649",
+ "524a31": "550f0f",
+ "b6e3c7": "ffadbe",
+ "004b6f": "411d46",
+ "1e1e26": "7b2d25",
+ "719180": "ea93a5",
+ "ada584": "c23232"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/646-white.json b/public/images/pokemon/variant/back/646-white.json
new file mode 100644
index 00000000000..b2951e6fc38
--- /dev/null
+++ b/public/images/pokemon/variant/back/646-white.json
@@ -0,0 +1,46 @@
+{
+ "1": {
+ "101010": "101010",
+ "741a18": "7a3418",
+ "4a4a29": "2a446b",
+ "4c4a2c": "0d0d1a",
+ "4a4a2d": "0d1030",
+ "315a42": "172247",
+ "7b7b5a": "779fbf",
+ "73737b": "120e1f",
+ "942921": "d49748",
+ "e64a42": "ffe587",
+ "6b8c7b": "2e466b",
+ "cc9827": "cc9827",
+ "ffde3a": "f0d897",
+ "ffad63": "fff7c4",
+ "ada584": "b7dbeb",
+ "bdbdc5": "232538",
+ "addec5": "45678a",
+ "e6e8f2": "414659",
+ "f5f5fa": "f5f5fa",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "741a18": "1f504d",
+ "4a4a29": "550f0f",
+ "4c4a2c": "1f1544",
+ "4a4a2d": "7b2d25",
+ "315a42": "7b2d25",
+ "7b7b5a": "982222",
+ "73737b": "2b2871",
+ "942921": "3d8073",
+ "e64a42": "4ba789",
+ "6b8c7b": "be6e34",
+ "cc9827": "166a2d",
+ "ffde3a": "9df377",
+ "ffad63": "5cdca6",
+ "ada584": "c23232",
+ "bdbdc5": "3d458f",
+ "addec5": "e6b45b",
+ "e6e8f2": "5870c4",
+ "f5f5fa": "f5f5fa",
+ "ffffff": "e2f9b5"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/646.json b/public/images/pokemon/variant/back/646.json
new file mode 100644
index 00000000000..c509a0cda9c
--- /dev/null
+++ b/public/images/pokemon/variant/back/646.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "8c7329": "b35a3e",
+ "949cad": "a6cfe0",
+ "6d737b": "a55c39",
+ "103a52": "121836",
+ "ffe600": "db966b",
+ "73737b": "6394b0",
+ "bde6ff": "3c5878",
+ "424252": "3d6285",
+ "696973": "6394b0",
+ "ceb500": "c46f52",
+ "a5b5ce": "293c5e",
+ "3b3b4a": "3d6285",
+ "6b8494": "1a2647"
+ },
+ "2": {
+ "8c7329": "166a2d",
+ "949cad": "c23232",
+ "6d737b": "1a791b",
+ "103a52": "7b2d25",
+ "ffe600": "6ae649",
+ "73737b": "982222",
+ "bde6ff": "e6b45b",
+ "424252": "550f0f",
+ "696973": "736969",
+ "ceb500": "2aac2b",
+ "def7ff": "f7ec88",
+ "a5b5ce": "be6e34",
+ "3b3b4a": "4a3b3b",
+ "6b8494": "974626"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/656.json b/public/images/pokemon/variant/back/656.json
index 34b11bfab78..f41398f3154 100644
--- a/public/images/pokemon/variant/back/656.json
+++ b/public/images/pokemon/variant/back/656.json
@@ -1,17 +1,17 @@
{
"1": {
- "838394": "4d7dc5",
+ "848496": "4d7dc5",
"7bcdff": "9c75c2",
"62ace6": "8363af",
"ffffff": "b1e5ff",
"396a83": "362864",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
- "174592": "198158",
+ "174592": "37408c",
"5a94cd": "7054a4"
},
"2": {
- "838394": "cc6845",
+ "848496": "cc6845",
"7bcdff": "dd6155",
"62ace6": "c44848",
"ffffff": "fff4bd",
diff --git a/public/images/pokemon/variant/back/666-fancy.json b/public/images/pokemon/variant/back/666-fancy.json
new file mode 100644
index 00000000000..5d368667ae3
--- /dev/null
+++ b/public/images/pokemon/variant/back/666-fancy.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "6f9f42",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_2.json b/public/images/pokemon/variant/back/666-fancy_2.json
deleted file mode 100644
index 49478186fd7..00000000000
--- a/public/images/pokemon/variant/back/666-fancy_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c0935d72f3dd919dfad1f00ce1550c3c:4c9a4c435b13a6c8dbd3fa6eacd260d8:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_2.png b/public/images/pokemon/variant/back/666-fancy_2.png
deleted file mode 100644
index a1e23edd659..00000000000
Binary files a/public/images/pokemon/variant/back/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/666-fancy_3.json b/public/images/pokemon/variant/back/666-fancy_3.json
deleted file mode 100644
index f060b4b02c6..00000000000
--- a/public/images/pokemon/variant/back/666-fancy_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c0935d72f3dd919dfad1f00ce1550c3c:4c9a4c435b13a6c8dbd3fa6eacd260d8:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-fancy_3.png b/public/images/pokemon/variant/back/666-fancy_3.png
deleted file mode 100644
index 6d15bc3f680..00000000000
Binary files a/public/images/pokemon/variant/back/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/666-high-plains.json b/public/images/pokemon/variant/back/666-high-plains.json
index acd62e863c1..6ee5c78e6ca 100644
--- a/public/images/pokemon/variant/back/666-high-plains.json
+++ b/public/images/pokemon/variant/back/666-high-plains.json
@@ -13,7 +13,8 @@
"504a4a": "7f6991",
"c3c3c3": "c3c3c3",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -29,6 +30,7 @@
"504a4a": "c97034",
"c3c3c3": "edc67c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-monsoon.json b/public/images/pokemon/variant/back/666-monsoon.json
index afb60e0f5ae..915d471b2b1 100644
--- a/public/images/pokemon/variant/back/666-monsoon.json
+++ b/public/images/pokemon/variant/back/666-monsoon.json
@@ -1,34 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "ceab62": "d9edd4",
- "675220": "958c8a",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "a97cbc",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "4eccd6": "4eccd6",
- "504a4a": "7f6991",
- "c3c3c3": "c3c3c3"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "ceab62": "5857bc",
- "675220": "2c3593",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "707068": "5857bc",
- "5676de": "5676de",
- "4eccd6": "4eccd6",
- "504a4a": "2c3593",
- "c3c3c3": "b8f9f9"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-ocean.json b/public/images/pokemon/variant/back/666-ocean.json
index 51a99de1ea8..8b62b4a8072 100644
--- a/public/images/pokemon/variant/back/666-ocean.json
+++ b/public/images/pokemon/variant/back/666-ocean.json
@@ -21,7 +21,7 @@
"e1384d": "e1384d",
"f4ad61": "f4ad61",
"f8ef6a": "f8ef6a",
- "303030": "b56208",
+ "303030": "b54908",
"ceb362": "ea8742",
"675220": "bc601c",
"ebcf3f": "ebcf3f",
diff --git a/public/images/pokemon/variant/back/666-river.json b/public/images/pokemon/variant/back/666-river.json
index b3b9671ee75..c7e5e288d05 100644
--- a/public/images/pokemon/variant/back/666-river.json
+++ b/public/images/pokemon/variant/back/666-river.json
@@ -1,18 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "625841": "625841",
- "303030": "7b2800",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "707068": "d9a666",
- "504a4a": "ae7f41",
- "c3c3c3": "e3c384",
- "279ec2": "279ec2",
- "59c9d3": "59c9d3",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-river_2.json b/public/images/pokemon/variant/back/666-river_2.json
deleted file mode 100644
index 710513e4626..00000000000
--- a/public/images/pokemon/variant/back/666-river_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 67,
- "h": 67
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 67,
- "h": 67
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 67
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:c5c96b8025cde94330c424121707d6d1:0eb4b25134091aa2435bee846468e099:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/666-river_2.png b/public/images/pokemon/variant/back/666-river_2.png
deleted file mode 100644
index 8d829e974f4..00000000000
Binary files a/public/images/pokemon/variant/back/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/692.json b/public/images/pokemon/variant/back/692.json
new file mode 100644
index 00000000000..d4c85f37c9d
--- /dev/null
+++ b/public/images/pokemon/variant/back/692.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "337380": "783a1d",
+ "b3b3b3": "c8ba6d",
+ "595959": "c85b5b",
+ "61daf2": "e1ac53",
+ "cc9c3d": "53be53",
+ "404040": "7d182d",
+ "ffc44c": "a9f076",
+ "b2f2ff": "fada7f",
+ "47a1b3": "af6a37",
+ "101010": "070707",
+ "735822": "20734c"
+ },
+ "2": {
+ "337380": "5f3c23",
+ "b3b3b3": "68a7aa",
+ "595959": "88cd56",
+ "61daf2": "e1d6b6",
+ "cc9c3d": "7743be",
+ "404040": "1c873e",
+ "ffc44c": "a36feb",
+ "b2f2ff": "faf8d7",
+ "47a1b3": "968144",
+ "101010": "070707",
+ "735822": "371c72"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/693.json b/public/images/pokemon/variant/back/693.json
new file mode 100644
index 00000000000..3187a81e0c0
--- /dev/null
+++ b/public/images/pokemon/variant/back/693.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "224b73": "552813",
+ "4595e5": "aa6839",
+ "23a2c8": "c87a23",
+ "262626": "230808",
+ "cc9c3d": "1b3c17",
+ "404040": "3c171b",
+ "5f5f5f": "6e2e3b",
+ "61daf2": "f2bd61",
+ "3674b3": "7d3e21",
+ "ffc44c": "426e2e",
+ "735822": "08230e"
+ },
+ "2": {
+ "224b73": "5f463a",
+ "4595e5": "c8b493",
+ "23a2c8": "beb099",
+ "262626": "295a1c",
+ "cc9c3d": "6259af",
+ "404040": "2a8c53",
+ "5f5f5f": "51c85d",
+ "61daf2": "f0eadb",
+ "3674b3": "9b8265",
+ "ffc44c": "a39afa",
+ "735822": "36235f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/715.json b/public/images/pokemon/variant/back/715.json
new file mode 100644
index 00000000000..7ca4d81e5dc
--- /dev/null
+++ b/public/images/pokemon/variant/back/715.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "287366": "731338",
+ "3aa694": "a42c54",
+ "404040": "542f98",
+ "343434": "3e107b",
+ "252525": "260447",
+ "4cd9c1": "d04b6c",
+ "595959": "7a5ccc",
+ "6a3f73": "0f103c",
+ "737373": "563d8f",
+ "801a1a": "801a1a",
+ "8e5499": "202558",
+ "bd70cc": "2f386b",
+ "bfbfbf": "ab83dd",
+ "e52e2e": "e52e2e",
+ "f8f8f8": "d5bdec"
+ },
+ "2": {
+ "101010": "101010",
+ "287366": "832714",
+ "3aa694": "b8552c",
+ "404040": "b18373",
+ "343434": "906152",
+ "252525": "6c3f39",
+ "4cd9c1": "dd834c",
+ "595959": "e2c7b5",
+ "6a3f73": "3b0c18",
+ "737373": "280911",
+ "801a1a": "801a1a",
+ "8e5499": "5b1922",
+ "bd70cc": "7c2928",
+ "bfbfbf": "43191e",
+ "e52e2e": "e52e2e",
+ "f8f8f8": "5a2a2b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/728.json b/public/images/pokemon/variant/back/728.json
index ba8646ca4ff..fb17e2c119e 100644
--- a/public/images/pokemon/variant/back/728.json
+++ b/public/images/pokemon/variant/back/728.json
@@ -12,7 +12,9 @@
"bfbfbf": "c2beb4",
"314f8c": "006355",
"639ba6": "858d7d",
- "a1dae5": "92b599"
+ "a1dae5": "92b599",
+ "1e3a66": "363d2f",
+ "2c4f8c": "5a6154"
},
"2": {
"733f50": "620a33",
@@ -27,6 +29,8 @@
"bfbfbf": "bfb4b9",
"314f8c": "770f29",
"639ba6": "b88389",
- "a1dae5": "f7c1c5"
+ "a1dae5": "f7c1c5",
+ "1e3a66": "773f46",
+ "2c4f8c": "a45f67"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/730.json b/public/images/pokemon/variant/back/730.json
index ed6a04cd9f5..eec815b0572 100644
--- a/public/images/pokemon/variant/back/730.json
+++ b/public/images/pokemon/variant/back/730.json
@@ -1,34 +1,46 @@
{
"1": {
- "0e6792": "b54f5f",
- "6ac8e3": "ffa0a8",
- "44a0b5": "d87383",
- "727481": "74312e",
- "aac7e6": "ea7c5b",
- "82a7b9": "c35861",
"101010": "101010",
- "bdbdc1": "c0b7a1",
- "f8f8f8": "fff2d4",
"8d3f4a": "a62c20",
- "ff8496": "ff8072",
"c76374": "e54c41",
+ "0e6792": "b54f5f",
"1241a1": "006355",
- "1470de": "009469"
+ "6d7481": "917393",
+ "727481": "a0866f",
+ "1470de": "009469",
+ "5a8092": "74312e",
+ "44a0b5": "d87383",
+ "64c5e1": "00dc9c",
+ "6ac8e3": "ffa0a8",
+ "82a7b9": "c35861",
+ "ff8496": "ff8072",
+ "bdbdc1": "c0b7a1",
+ "c0bdc1": "beaac0",
+ "aac7e6": "ea7c5b",
+ "f8f8f8": "fff2d4",
+ "faf8f8": "f1e8f1",
+ "fef8f8": "fef8f8"
},
"2": {
- "0e6792": "500518",
- "6ac8e3": "a6213f",
- "44a0b5": "770f29",
- "727481": "5c2141",
- "aac7e6": "e9a5c0",
- "82a7b9": "c17b97",
"101010": "101010",
- "bdbdc1": "bfb4b9",
- "f8f8f8": "f5edee",
"8d3f4a": "1d1638",
- "ff8496": "614388",
"c76374": "391e62",
+ "0e6792": "500518",
"1241a1": "591945",
- "1470de": "81387e"
+ "6d7481": "81716d",
+ "727481": "9e8193",
+ "1470de": "81387e",
+ "5a8092": "5c2141",
+ "44a0b5": "770f29",
+ "64c5e1": "bd2b6b",
+ "6ac8e3": "a6213f",
+ "82a7b9": "c17b97",
+ "ff8496": "614388",
+ "bdbdc1": "bfb4b9",
+ "c0bdc1": "c0b4a5",
+ "aac7e6": "e9a5c0",
+ "f8f8f8": "f5edee",
+ "faf8f8": "f5f3e3",
+ "fef8f8": "fef8f8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/746-school.json b/public/images/pokemon/variant/back/746-school.json
new file mode 100644
index 00000000000..d8fa61a3829
--- /dev/null
+++ b/public/images/pokemon/variant/back/746-school.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "0a1627": "5f2112",
+ "123954": "75391b",
+ "134884": "935926",
+ "134d84": "16574d",
+ "1766c6": "b77736",
+ "416adf": "2c9572",
+ "79848a": "a67834",
+ "749cf6": "5ce09d",
+ "73dcf5": "27133f",
+ "73e5f5": "552b64",
+ "72f0f6": "824388",
+ "9cd3fd": "aafe94",
+ "a6c5f7": "78f389",
+ "cfd1d3": "d5ab51",
+ "fbfbfb": "f7d76b"
+ },
+ "2": {
+ "101010": "101010",
+ "0a1627": "0f0523",
+ "123954": "28071a",
+ "134884": "350b19",
+ "134d84": "b7904d",
+ "1766c6": "4a1111",
+ "416adf": "dec284",
+ "79848a": "4a1111",
+ "749cf6": "f8ecc5",
+ "73dcf5": "31238e",
+ "73e5f5": "3a4ebd",
+ "72f0f6": "6492f7",
+ "9cd3fd": "fefeef",
+ "a6c5f7": "fefed9",
+ "cfd1d3": "5f291c",
+ "fbfbfb": "844232"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/746.json b/public/images/pokemon/variant/back/746.json
new file mode 100644
index 00000000000..5b183b10e5d
--- /dev/null
+++ b/public/images/pokemon/variant/back/746.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "1f2161": "16574d",
+ "5d666d": "75391b",
+ "616b72": "a67834",
+ "9c455b": "308c9d",
+ "374793": "2c9572",
+ "4764c9": "5ce09d",
+ "3e9cbb": "27133f",
+ "61c8de": "824388",
+ "8c9c9d": "935926",
+ "8d9c9d": "c69b3f",
+ "d88394": "65cfe2",
+ "b0c5c6": "d5ab51",
+ "ccd2ce": "b77736",
+ "d8d9da": "d8d9da",
+ "eeeeee": "f7d76b",
+ "fefefe": "fefefe"
+ },
+ "2": {
+ "101010": "101010",
+ "1f2161": "b7904d",
+ "5d666d": "1e0726",
+ "616b72": "4a1111",
+ "9c455b": "b9682d",
+ "374793": "dec284",
+ "4764c9": "f8ecc5",
+ "3e9cbb": "4378eb",
+ "61c8de": "5787f1",
+ "8c9c9d": "350b19",
+ "8d9c9d": "531917",
+ "d88394": "e4d85f",
+ "b0c5c6": "5f291c",
+ "ccd2ce": "4a1111",
+ "d8d9da": "d8d9da",
+ "eeeeee": "844232",
+ "fefefe": "fefefe"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/780.json b/public/images/pokemon/variant/back/780.json
new file mode 100644
index 00000000000..f55158dcabb
--- /dev/null
+++ b/public/images/pokemon/variant/back/780.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "8d541b": "bd8955",
+ "297b8b": "1a316b",
+ "5aa4a4": "284c80",
+ "f5ae07": "faf0b1",
+ "606f55": "496375",
+ "726d5c": "a36026",
+ "105262": "0e194a",
+ "b8b7a3": "cf8d38",
+ "b4cda4": "9ab5b8",
+ "91a37c": "7798a1",
+ "eeeeee": "e6c15e"
+ },
+ "2": {
+ "8d541b": "157d36",
+ "297b8b": "4e4f73",
+ "5aa4a4": "6a708a",
+ "f5ae07": "3ec435",
+ "606f55": "8f825d",
+ "726d5c": "162d3d",
+ "105262": "3f3c61",
+ "b8b7a3": "254e59",
+ "b4cda4": "d6dbba",
+ "91a37c": "b5b48b",
+ "eeeeee": "3e7a76"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/782.json b/public/images/pokemon/variant/back/782.json
new file mode 100644
index 00000000000..f2bc20ecfba
--- /dev/null
+++ b/public/images/pokemon/variant/back/782.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "f13035": "48bd8c",
+ "f8f236": "e77b57",
+ "504e4b": "472d1d",
+ "aba5ad": "336340",
+ "7b766f": "a67e5b",
+ "fdfdfd": "fcf2ca",
+ "726475": "214a33",
+ "bec6cb": "e8cea0",
+ "957509": "a63424",
+ "dbdbdb": "4e8759",
+ "940a0d": "258067",
+ "4d4b48": "8a5b41"
+ },
+ "2": {
+ "f13035": "b8c0fc",
+ "f8f236": "52d9ac",
+ "504e4b": "273959",
+ "aba5ad": "5e3e75",
+ "7b766f": "8ab7cf",
+ "fdfdfd": "d5f4f7",
+ "726475": "412959",
+ "bec6cb": "b7ddeb",
+ "957509": "258085",
+ "dbdbdb": "855d99",
+ "940a0d": "636a94",
+ "4d4b48": "567496"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/783.json b/public/images/pokemon/variant/back/783.json
new file mode 100644
index 00000000000..d91ccb51133
--- /dev/null
+++ b/public/images/pokemon/variant/back/783.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "f13035": "48bd8c",
+ "6c6968": "472d1d",
+ "97938c": "2a573e",
+ "957509": "a63424",
+ "fff5ae": "f7c4b5",
+ "4d4644": "2b130b",
+ "fdfdfd": "fcf2ca",
+ "6b6968": "8a5b41",
+ "940a0d": "258067",
+ "c2c1c0": "42754f",
+ "d7aa22": "c25236",
+ "69625c": "133027",
+ "f4da42": "e77b57"
+ },
+ "2": {
+ "f13035": "d9ddfc",
+ "6c6968": "2e4266",
+ "97938c": "543666",
+ "957509": "258085",
+ "fff5ae": "baf7dc",
+ "4d4644": "151e38",
+ "fdfdfd": "d5f4f7",
+ "6b6968": "567496",
+ "940a0d": "636a94",
+ "c2c1c0": "744e87",
+ "d7aa22": "37ad94",
+ "69625c": "2d1c3d",
+ "f4da42": "52d9ac"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/784.json b/public/images/pokemon/variant/back/784.json
new file mode 100644
index 00000000000..74a18ff0d3d
--- /dev/null
+++ b/public/images/pokemon/variant/back/784.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "c99f21": "bf5841",
+ "2d2b28": "2b130b",
+ "d0d2d5": "77a353",
+ "a8a4a0": "517d37",
+ "fafafa": "fcf2ca",
+ "d4d6d9": "e8cea0",
+ "4a4743": "8a5b41",
+ "f4da42": "e77b57",
+ "f13035": "48bd8c",
+ "cb0e12": "258067",
+ "4d4040": "123028",
+ "a7a29e": "336142",
+ "523e41": "447835",
+ "885902": "87281b",
+ "9d6702": "993d26",
+ "7e7572": "204736",
+ "fdfdfd": "bbd477",
+ "4b4845": "472d1d"
+ },
+ "2": {
+ "c99f21": "3aba9c",
+ "2d2b28": "151e38",
+ "d0d2d5": "7ec2cc",
+ "a8a4a0": "558ea3",
+ "fafafa": "d5f4f7",
+ "d4d6d9": "b7ddeb",
+ "4a4743": "567496",
+ "f4da42": "2a918e",
+ "f13035": "d9ddfc",
+ "cb0e12": "636a94",
+ "4d4040": "2d1840",
+ "a7a29e": "6c457a",
+ "523e41": "558fa6",
+ "885902": "1f6b6e",
+ "9d6702": "37ad94",
+ "7e7572": "4e2e61",
+ "fdfdfd": "adedf0",
+ "4b4845": "2e4266"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/840.json b/public/images/pokemon/variant/back/840.json
new file mode 100644
index 00000000000..3129592abb3
--- /dev/null
+++ b/public/images/pokemon/variant/back/840.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "e2244a": "70a2c5",
+ "5fab1d": "7a7c9e",
+ "d39a52": "a22f76",
+ "e32b50": "4e77a2",
+ "fe455c": "abd7e2",
+ "fa6f8b": "c1f3f3",
+ "a4d84a": "9aa0b3",
+ "357912": "48485d",
+ "d3ee77": "d2d8df",
+ "8d4229": "741163",
+ "a50534": "3e6085"
+ },
+ "2": {
+ "e2244a": "bfb5ab",
+ "5fab1d": "993c63",
+ "d39a52": "463731",
+ "e32b50": "807770",
+ "fe455c": "dcd9d1",
+ "fa6f8b": "eeedea",
+ "a4d84a": "c76886",
+ "357912": "6b2041",
+ "d3ee77": "e28c95",
+ "8d4229": "291411",
+ "a50534": "68645f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/841-gigantamax.json b/public/images/pokemon/variant/back/841-gigantamax.json
new file mode 100644
index 00000000000..6526fec9b4d
--- /dev/null
+++ b/public/images/pokemon/variant/back/841-gigantamax.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "39a43d": "9aa0b3",
+ "d2394d": "abd7e2",
+ "61112d": "2c255d",
+ "a63139": "70a2c5",
+ "d54456": "8666ae",
+ "427638": "7a7c9e",
+ "c68a48": "9c2e72",
+ "8d4229": "272a52",
+ "eec856": "397880",
+ "cb8a42": "2b526f",
+ "b3ac62": "a3b9d0",
+ "dad08b": "dcebf9",
+ "2c4828": "243c63",
+ "e9c558": "c55885",
+ "772628": "1e1a4a"
+ },
+ "2": {
+ "39a43d": "e28c95",
+ "d2394d": "dcd9d1",
+ "61112d": "3a2222",
+ "a63139": "bfb5ab",
+ "d54456": "915a41",
+ "427638": "b04f6d",
+ "c68a48": "2a1310",
+ "8d4229": "79392f",
+ "eec856": "eee0bc",
+ "cb8a42": "d1a87e",
+ "b3ac62": "cbb4af",
+ "dad08b": "e2dcd6",
+ "2c4828": "2e2246",
+ "e9c558": "463731",
+ "772628": "4f4840"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/841.json b/public/images/pokemon/variant/back/841.json
new file mode 100644
index 00000000000..8cccd7dd76b
--- /dev/null
+++ b/public/images/pokemon/variant/back/841.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "df6655": "c1f3f3",
+ "56ab32": "a59ab3",
+ "9b2629": "70a2c5",
+ "488235": "8e7a9e",
+ "ebe381": "854774",
+ "ccb468": "5d2654",
+ "ccca71": "cbb4af",
+ "8d764b": "110723",
+ "612324": "3e6085",
+ "da5245": "c55885",
+ "c3a965": "e2dcd6",
+ "b5915b": "34123a",
+ "d72d31": "abd7e2",
+ "395a2e": "383146"
+ },
+ "2": {
+ "df6655": "e2dcd6",
+ "56ab32": "e28c95",
+ "9b2629": "bfb5ab",
+ "488235": "a8546e",
+ "ebe381": "be7b53",
+ "ccb468": "743527",
+ "ccca71": "cbb4af",
+ "8d764b": "230313",
+ "612324": "68645f",
+ "da5245": "463731",
+ "c3a965": "e2dcd6",
+ "b5915b": "541711",
+ "d72d31": "dcd9d1",
+ "395a2e": "4f0e30"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/842-gigantamax.json b/public/images/pokemon/variant/back/842-gigantamax.json
new file mode 100644
index 00000000000..6526fec9b4d
--- /dev/null
+++ b/public/images/pokemon/variant/back/842-gigantamax.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "39a43d": "9aa0b3",
+ "d2394d": "abd7e2",
+ "61112d": "2c255d",
+ "a63139": "70a2c5",
+ "d54456": "8666ae",
+ "427638": "7a7c9e",
+ "c68a48": "9c2e72",
+ "8d4229": "272a52",
+ "eec856": "397880",
+ "cb8a42": "2b526f",
+ "b3ac62": "a3b9d0",
+ "dad08b": "dcebf9",
+ "2c4828": "243c63",
+ "e9c558": "c55885",
+ "772628": "1e1a4a"
+ },
+ "2": {
+ "39a43d": "e28c95",
+ "d2394d": "dcd9d1",
+ "61112d": "3a2222",
+ "a63139": "bfb5ab",
+ "d54456": "915a41",
+ "427638": "b04f6d",
+ "c68a48": "2a1310",
+ "8d4229": "79392f",
+ "eec856": "eee0bc",
+ "cb8a42": "d1a87e",
+ "b3ac62": "cbb4af",
+ "dad08b": "e2dcd6",
+ "2c4828": "2e2246",
+ "e9c558": "463731",
+ "772628": "4f4840"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/842.json b/public/images/pokemon/variant/back/842.json
new file mode 100644
index 00000000000..3fdccc629c8
--- /dev/null
+++ b/public/images/pokemon/variant/back/842.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "39a45f": "9aa0b3",
+ "ffcd88": "698db4",
+ "621522": "3e6085",
+ "9f7034": "110723",
+ "f9be6b": "a3b9d0",
+ "fcff86": "397880",
+ "2c743e": "7a7c9e",
+ "af2348": "70a2c5",
+ "1f4329": "313846",
+ "ffc575": "2b526f",
+ "ffa63b": "2d3d68",
+ "275734": "852560",
+ "e78422": "1f1946",
+ "e75574": "abd7e2",
+ "7de755": "d66f9a"
+ },
+ "2": {
+ "39a45f": "e28c95",
+ "ffcd88": "b9937a",
+ "621522": "68645f",
+ "9f7034": "2e0e09",
+ "f9be6b": "cbb4af",
+ "fcff86": "eee0bc",
+ "2c743e": "a8546e",
+ "af2348": "bfb5ab",
+ "1f4329": "341c1c",
+ "ffc575": "d1a87e",
+ "ffa63b": "63473b",
+ "275734": "2e2246",
+ "e78422": "4b211b",
+ "e75574": "dcd9d1",
+ "7de755": "589df3"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/871.json b/public/images/pokemon/variant/back/871.json
new file mode 100644
index 00000000000..5004d3013b5
--- /dev/null
+++ b/public/images/pokemon/variant/back/871.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "2e2732": "1b3334",
+ "281f2e": "2a2732",
+ "46384c": "504540",
+ "493d4e": "3a5d57",
+ "665272": "62857c",
+ "544947": "7d320e",
+ "7a7270": "a8501b",
+ "9e9a96": "cd7930",
+ "7b4e1c": "5b0d3f",
+ "d58815": "a02c58",
+ "fdba2f": "c45858",
+ "fdf22f": "f1e8e8"
+ },
+ "2": {
+ "101010": "101010",
+ "2e2732": "8b4738",
+ "281f2e": "212232",
+ "46384c": "504740",
+ "493d4e": "ce8a66",
+ "665272": "eac69b",
+ "544947": "1a1730",
+ "7a7270": "27223b",
+ "9e9a96": "3a3449",
+ "7b4e1c": "222c58",
+ "d58815": "343f7f",
+ "fdba2f": "67729f",
+ "fdf22f": "8e9fc9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/88.json b/public/images/pokemon/variant/back/88.json
new file mode 100644
index 00000000000..61b7ca3b802
--- /dev/null
+++ b/public/images/pokemon/variant/back/88.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "101010": "101010",
+ "424a5a": "5b3a1d",
+ "5a3173": "6a010c",
+ "848c9c": "9b7c48",
+ "944a9c": "b1160e",
+ "adb5bd": "e9de8c",
+ "bd7bbd": "d55021",
+ "ce8cc5": "e98a47",
+ "d6d6de": "ded7ce",
+ "ffffff": "ffffff",
+ "efade6": "f8be70"
+ },
+ "2": {
+ "101010": "101010",
+ "424a5a": "2d7351",
+ "5a3173": "a21851",
+ "848c9c": "69b17b",
+ "944a9c": "d04569",
+ "adb5bd": "b0e4a9",
+ "bd7bbd": "ed8ea2",
+ "ce8cc5": "f4bfbf",
+ "d6d6de": "d6d6de",
+ "ffffff": "ffffff",
+ "efade6": "f8d8cf"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881.json b/public/images/pokemon/variant/back/881.json
new file mode 100644
index 00000000000..3efad4efe60
--- /dev/null
+++ b/public/images/pokemon/variant/back/881.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "e39e1e": "9c1430",
+ "975e17": "5b0610",
+ "ffff84": "ee8563",
+ "ead900": "c6362b",
+ "101010": "101010",
+ "2abbfc": "ceb16f",
+ "09354d": "271014",
+ "9ab8ba": "cea5b9",
+ "edf3f2": "faebc8",
+ "5c7996": "a57185",
+ "07305f": "4d254a",
+ "085d94": "714363",
+ "0981ae": "45242e",
+ "27aed6": "6e4145",
+ "072241": "301636",
+ "097da8": "43222c",
+ "0a3463": "492146",
+ "23abd3": "b59795"
+ },
+ "2": {
+ "e39e1e": "35365e",
+ "975e17": "211b3d",
+ "ffff84": "dceeeb",
+ "ead900": "636287",
+ "101010": "101010",
+ "2abbfc": "26c248",
+ "09354d": "09354d",
+ "9ab8ba": "a3c465",
+ "edf3f2": "fcffe4",
+ "5c7996": "50a751",
+ "07305f": "7b1a5e",
+ "085d94": "ad3b6c",
+ "0981ae": "205e5d",
+ "27aed6": "2d7b65",
+ "072241": "5d0e54",
+ "097da8": "185453",
+ "0a3463": "721957",
+ "23abd3": "d49da9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_2.json b/public/images/pokemon/variant/back/881_2.json
deleted file mode 100644
index 568946ee9f9..00000000000
--- a/public/images/pokemon/variant/back/881_2.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "881_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 80,
- "h": 80
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:08f9e60b28adb0f1c25487a3423af005:e78d63b8a44825ae516935d669e48f61:1f7350865753535cbb572c579820f817$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_2.png b/public/images/pokemon/variant/back/881_2.png
deleted file mode 100644
index 2060481d855..00000000000
Binary files a/public/images/pokemon/variant/back/881_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/881_3.json b/public/images/pokemon/variant/back/881_3.json
deleted file mode 100644
index b9101d9b13f..00000000000
--- a/public/images/pokemon/variant/back/881_3.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "textures": [
- {
- "image": "881_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 80,
- "h": 80
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 66,
- "h": 80
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 66,
- "h": 80
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:08f9e60b28adb0f1c25487a3423af005:e78d63b8a44825ae516935d669e48f61:1f7350865753535cbb572c579820f817$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/881_3.png b/public/images/pokemon/variant/back/881_3.png
deleted file mode 100644
index 6ed3c2495ba..00000000000
Binary files a/public/images/pokemon/variant/back/881_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/back/89.json b/public/images/pokemon/variant/back/89.json
new file mode 100644
index 00000000000..eda3558d7c2
--- /dev/null
+++ b/public/images/pokemon/variant/back/89.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "101010": "101010",
+ "424a5a": "5b3a1d",
+ "5a3173": "6a010c",
+ "848c9c": "9b7c48",
+ "944a9c": "b1160e",
+ "adb5bd": "e9de8c",
+ "bd7bbd": "d55021",
+ "ce8cc5": "e98a47",
+ "d6d6de": "ded7ce",
+ "ffffff": "ffffff",
+ "efade6": "f8be70",
+ "ad63ad": "c63a17"
+ },
+ "2": {
+ "101010": "101010",
+ "424a5a": "2d7351",
+ "5a3173": "a21851",
+ "848c9c": "69b17b",
+ "944a9c": "d04569",
+ "adb5bd": "b0e4a9",
+ "bd7bbd": "ed8ea2",
+ "ce8cc5": "f4bfbf",
+ "d6d6de": "d6d6de",
+ "ffffff": "ffffff",
+ "efade6": "f8d8cf",
+ "ad63ad": "e5728a"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/207.json b/public/images/pokemon/variant/back/female/207.json
index 52c582cf1a8..89ed15e95c5 100644
--- a/public/images/pokemon/variant/back/female/207.json
+++ b/public/images/pokemon/variant/back/female/207.json
@@ -1,16 +1,14 @@
{
"1": {
- "63314a": "7f4812",
- "e6a5ce": "f8dd84",
- "de84b5": "daa93f",
- "101010": "101010",
- "ad6394": "b67322"
+ "de84b5": "e3784d",
+ "e6a5ce": "f7a565",
+ "63314a": "802019",
+ "ad6394": "ba4732"
},
"2": {
- "63314a": "5f1723",
- "e6a5ce": "ef6b58",
- "de84b5": "c04144",
- "101010": "101010",
- "ad6394": "97343c"
+ "de84b5": "42bca0",
+ "e6a5ce": "70e0b7",
+ "63314a": "134e5e",
+ "ad6394": "27868a"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/332.json b/public/images/pokemon/variant/back/female/332.json
new file mode 100644
index 00000000000..9ec50cb7e92
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/332.json
@@ -0,0 +1,28 @@
+{
+ "1": {
+ "319452": "780d4a",
+ "4aa552": "8a1652",
+ "7ba563": "b44040",
+ "8cbd63": "bf3d64",
+ "215200": "710f2f",
+ "196b21": "780d4a",
+ "a5d674": "de5b6f",
+ "4a7310": "982443",
+ "a5d673": "e16363",
+ "63b56b": "9e2056",
+ "215201": "710f2e"
+ },
+ "2": {
+ "319452": "b59c72",
+ "4aa552": "c9b991",
+ "7ba563": "805a9c",
+ "8cbd63": "ebe9ca",
+ "215200": "41334d",
+ "196b21": "b59c72",
+ "a5d674": "f6f7df",
+ "4a7310": "4f3956",
+ "a5d673": "a473ba",
+ "63b56b": "e3ddb8",
+ "215201": "694d37"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/396.json b/public/images/pokemon/variant/back/female/396.json
new file mode 100644
index 00000000000..429adbc8791
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/396.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "d6dede": "e3d09d",
+ "949494": "dbb070",
+ "736363": "89ad57",
+ "ffffff": "f0ecd3",
+ "382028": "731e22",
+ "d67300": "db963b",
+ "b5b5b5": "d4b27f",
+ "808080": "c48c51",
+ "9c4a21": "b06421",
+ "8c7373": "b53f36",
+ "3a2129": "2a4f19",
+ "524a4a": "558033",
+ "4f4747": "144a40",
+ "ad9c9c": "ed7b61",
+ "ff9429": "ffcf5e"
+ },
+ "2": {
+ "d6dede": "f0deaa",
+ "949494": "cca472",
+ "736363": "4da8a1",
+ "ffffff": "fcfad2",
+ "382028": "0d142e",
+ "d67300": "52281f",
+ "b5b5b5": "debd8c",
+ "808080": "bf8d62",
+ "9c4a21": "451915",
+ "8c7373": "1b2745",
+ "3a2129": "235a6b",
+ "524a4a": "307b82",
+ "4f4747": "e0703d",
+ "ad9c9c": "2f436b",
+ "ff9429": "8c604c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/397.json b/public/images/pokemon/variant/back/female/397.json
new file mode 100644
index 00000000000..0eef3be33d9
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/397.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "735a63": "b53f36",
+ "574f57": "144a40",
+ "5a525a": "739e49",
+ "f75242": "8bba65",
+ "878787": "baa277",
+ "b5b5b5": "d9c798",
+ "ff9429": "ffcf5e",
+ "382f38": "0c3330",
+ "3a313a": "496e2e",
+ "362d36": "612e10",
+ "fcfcfc": "f0ebc5",
+ "bd6300": "b06421",
+ "7b4221": "965318",
+ "523a4a": "731e22",
+ "9c848c": "ed7b61"
+ },
+ "2": {
+ "735a63": "1b2745",
+ "574f57": "e0703d",
+ "5a525a": "4da8a1",
+ "f75242": "f797ad",
+ "878787": "d4b885",
+ "b5b5b5": "f0deaa",
+ "ff9429": "8c604c",
+ "382f38": "b04a28",
+ "3a313a": "307b82",
+ "362d36": "421917",
+ "fcfcfc": "fcfad2",
+ "bd6300": "66362b",
+ "7b4221": "52281f",
+ "523a4a": "0d142e",
+ "9c848c": "2f436b"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/398.json b/public/images/pokemon/variant/back/female/398.json
new file mode 100644
index 00000000000..0c987cf37b0
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/398.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "9c4242": "09302d",
+ "5c545c": "144a40",
+ "3a313a": "0d3236",
+ "7b4221": "965318",
+ "bd6300": "db963b",
+ "5a525a": "558033",
+ "7b6b7b": "89ad57",
+ "f75242": "144a40",
+ "735a63": "d94f45",
+ "ffffff": "e8e3b6",
+ "523a4a": "872328",
+ "3a3a3a": "2a4f19",
+ "b5b5b5": "d7be89",
+ "9c848c": "ed7b61",
+ "ff9429": "ffcf5e"
+ },
+ "2": {
+ "9c4242": "c94a2a",
+ "5c545c": "e0703d",
+ "3a313a": "a64221",
+ "7b4221": "421917",
+ "bd6300": "63362b",
+ "5a525a": "307b82",
+ "7b6b7b": "4da8a1",
+ "f75242": "f78a4a",
+ "735a63": "1b2745",
+ "ffffff": "fcfad2",
+ "523a4a": "080d1f",
+ "3a3a3a": "235a6b",
+ "b5b5b5": "f0deaa",
+ "9c848c": "293854",
+ "ff9429": "8c604c"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/403.json b/public/images/pokemon/variant/back/female/403.json
new file mode 100644
index 00000000000..4eb1da93a49
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/403.json
@@ -0,0 +1,22 @@
+{
+ "1": {
+ "b59c5a": "3763b8",
+ "7badf7": "bf403a",
+ "637bb5": "962a2f",
+ "4a4a63": "dcb788",
+ "ffe65a": "4881cc",
+ "313142": "bd8254",
+ "42426b": "63121d",
+ "736352": "234085"
+ },
+ "2": {
+ "b59c5a": "36b88a",
+ "7badf7": "324663",
+ "637bb5": "222f4d",
+ "4a4a63": "bbe5e5",
+ "ffe65a": "46d382",
+ "313142": "73bec9",
+ "42426b": "161b36",
+ "736352": "298e7d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/404.json b/public/images/pokemon/variant/back/female/404.json
new file mode 100644
index 00000000000..1ebec7af6be
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/404.json
@@ -0,0 +1,24 @@
+{
+ "1": {
+ "736352": "234085",
+ "4a4a73": "63121d",
+ "63637b": "f1dbb1",
+ "637bb5": "962a2f",
+ "4a4a63": "dcb788",
+ "ffe65a": "4881cc",
+ "313142": "bd8254",
+ "b59c5a": "3763b8",
+ "7badf7": "bf403a"
+ },
+ "2": {
+ "736352": "298e7d",
+ "4a4a73": "161b36",
+ "63637b": "def4f0",
+ "637bb5": "222f4d",
+ "4a4a63": "bbe5e5",
+ "ffe65a": "46d382",
+ "313142": "73bec9",
+ "b59c5a": "36b88a",
+ "7badf7": "324663"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/405.json b/public/images/pokemon/variant/back/female/405.json
new file mode 100644
index 00000000000..c70567e0728
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/405.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "b59c5a": "3763b8",
+ "7badf7": "bf403a",
+ "63637b": "f1dbb1",
+ "3a3859": "430917",
+ "637bb5": "962a2f",
+ "4a4a73": "63121d",
+ "4a4a63": "dcb488",
+ "ffe65a": "4881cc",
+ "313142": "bd7e54",
+ "943a52": "5a2d0f",
+ "e64a52": "3e2711",
+ "736352": "234085"
+ },
+ "2": {
+ "b59c5a": "36b88a",
+ "7badf7": "324663",
+ "63637b": "def4f0",
+ "3a3859": "0f0f26",
+ "637bb5": "222f4d",
+ "4a4a73": "161b36",
+ "4a4a63": "bbe5e5",
+ "ffe65a": "46d382",
+ "313142": "73bec9",
+ "943a52": "3a5e80",
+ "e64a52": "4a7c92",
+ "736352": "298e7d"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/back/female/417.json b/public/images/pokemon/variant/back/female/417.json
new file mode 100644
index 00000000000..42b3180ee3c
--- /dev/null
+++ b/public/images/pokemon/variant/back/female/417.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "3e364e": "734430",
+ "524941": "732e12",
+ "5a524a": "642f1a",
+ "4a425a": "5f2618",
+ "84523a": "9b314f",
+ "ef845a": "e26e6e",
+ "c5a563": "e95d6c",
+ "ffd663": "f17c7c",
+ "637b9c": "86452b",
+ "7bb5e6": "a25f37",
+ "cec5c5": "e8be64",
+ "f7f7f7": "faeda9",
+ "ffffff": "ffffff",
+ "7b7b84": "8e623c"
+ },
+ "2": {
+ "101010": "101010",
+ "3e364e": "203243",
+ "524941": "2d284c",
+ "5a524a": "0f203a",
+ "4a425a": "23704c",
+ "84523a": "693939",
+ "ef845a": "e1b8ac",
+ "c5a563": "8fecf7",
+ "ffd663": "d0fdff",
+ "637b9c": "a2dc76",
+ "7bb5e6": "e4fba1",
+ "cec5c5": "357577",
+ "f7f7f7": "5ba297",
+ "ffffff": "ffffff",
+ "7b7b84": "1f3f4e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/2037.json b/public/images/pokemon/variant/exp/2037.json
new file mode 100644
index 00000000000..2c190d5d36a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/2037.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "151515": "101010",
+ "2d57bb": "235dc4",
+ "558b9f": "9f435d",
+ "648082": "6e67b0",
+ "6cb1db": "3daae0",
+ "97bdd2": "ffa8b8",
+ "c1d1d2": "b3b8ea",
+ "d9e9f4": "ffd3e1",
+ "fdfdfd": "d7d9f9",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "151515": "101010",
+ "2d57bb": "6e1179",
+ "558b9f": "90215e",
+ "648082": "bf4747",
+ "6cb1db": "8832a0",
+ "97bdd2": "da4e75",
+ "c1d1d2": "ffc07b",
+ "d9e9f4": "ff8489",
+ "fdfdfd": "ffe6a0",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/2038.json b/public/images/pokemon/variant/exp/2038.json
new file mode 100644
index 00000000000..845c45f7887
--- /dev/null
+++ b/public/images/pokemon/variant/exp/2038.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "4d5c78": "394880",
+ "516077": "9f435d",
+ "007ab5": "2380c4",
+ "38858d": "e35ea2",
+ "7a8a9c": "6172ab",
+ "66b3d7": "3dbfe0",
+ "86a8c0": "e27495",
+ "81c2c5": "ff89c0",
+ "bdcbd7": "a7ade7",
+ "a1e1de": "ffb6e5",
+ "b0d3ea": "ffa8b8",
+ "eafefe": "ffd3e1",
+ "fdfdfd": "bec6ef",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "4d5c78": "73174a",
+ "516077": "bb3c3c",
+ "007ab5": "882493",
+ "38858d": "572746",
+ "7a8a9c": "90215e",
+ "66b3d7": "a044ab",
+ "86a8c0": "ff824c",
+ "81c2c5": "75355e",
+ "bdcbd7": "da426d",
+ "a1e1de": "93547c",
+ "b0d3ea": "ffbf6b",
+ "eafefe": "ffe28c",
+ "fdfdfd": "ff6f86",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/248-mega.json b/public/images/pokemon/variant/exp/248-mega.json
index f6a6d5bf7ed..0a46ac40a4a 100644
--- a/public/images/pokemon/variant/exp/248-mega.json
+++ b/public/images/pokemon/variant/exp/248-mega.json
@@ -1,32 +1,34 @@
{
"1": {
- "4a5a39": "533334",
- "dee6cd": "dbb1b5",
- "101010": "101010",
- "accd9c": "c78482",
- "ffffff": "ffffff",
- "c5c5c5": "c5c5c5",
- "739c62": "915957",
- "d55200": "006fbe",
- "942900": "004194",
- "ee5229": "0098fc",
- "bd3920": "006fbe",
- "737373": "737373",
- "6a2000": "004194"
+"4a5a39": "533334",
+"821610": "004194",
+"942900": "004194",
+"d0243b": "006fb3",
+"d55200": "0098fc",
+"ff3e40": "0098fc",
+"f24159": "088a72",
+"f55e72": "18b8a0",
+"ff6668": "1cd9ff",
+"739c62": "915957",
+"ff8385": "00e0fc",
+"ffa3a4": "00ffc8",
+"accd9c": "c78482",
+"dee6cd": "dbb1b5"
},
"2": {
- "4a5a39": "06092f",
- "dee6cd": "7068b2",
- "101010": "101010",
- "accd9c": "625695",
- "ffffff": "ffffff",
- "c5c5c5": "c5c5c5",
- "739c62": "2c3071",
- "d55200": "ffa904",
- "942900": "ee7b06",
- "ee5229": "ffef76",
- "bd3920": "ffa904",
- "737373": "737373",
- "6a2000": "ee7b06"
+"4a5a39": "06092f",
+"821610": "ee7b06",
+"942900": "ee7b06",
+"d0243b": "ffa904",
+"d55200": "ffa904",
+"ff3e40": "ffef76",
+"f24159": "ffbf44",
+"f55e72": "ffd380",
+"ff6668": "fef3a1",
+"739c62": "2c3071",
+"ff8385": "fff8c1",
+"ffa3a4": "fffbdd",
+"accd9c": "625695",
+"dee6cd": "7068b2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/362-mega.json b/public/images/pokemon/variant/exp/362-mega.json
index 27f5d6f5afc..3b6e39436e6 100644
--- a/public/images/pokemon/variant/exp/362-mega.json
+++ b/public/images/pokemon/variant/exp/362-mega.json
@@ -1,38 +1,35 @@
-{
- "1": {
- "000000": "000000",
+{"1": {
+ "010101": "000000",
"2b74a8": "84073c",
- "a4deff": "ffd287",
- "7b7b83": "151a57",
- "62bdee": "fd9b44",
- "58585f": "0d1146",
- "faf9fb": "ff937b",
+ "bbeeff": "f9383e",
"393941": "0d1146",
+ "7dbbee": "b7113a",
+ "fefefe": "ff937b",
"e6e6f6": "a2b7e5",
"7b7b94": "151a57",
"c5cde6": "6076c6",
"acaccd": "2f3c84",
- "52526a": "0d1146",
+ "2983bd": "d54f14",
+ "62bdee": "fd9b44",
"a82f37": "f9ff3d",
- "324c67": "460025",
- "ffffff": "ff937b"
+ "afe3f8": "ffd287",
+ "20315e": "460025"
},
"2": {
- "000000": "010101",
+ "010101": "010101",
"2b74a8": "0c4b3a",
- "a4deff": "f2ff87",
- "7b7b83": "4a282a",
- "62bdee": "c0ee46",
- "58585f": "221315",
- "faf9fb": "c8ff9c",
+ "bbeeff": "5ce11a",
"393941": "221315",
+ "7dbbee": "009325",
+ "fefefe": "c8ff9c",
"e6e6f6": "9b6146",
"7b7b94": "4a282a",
"c5cde6": "7e4a3f",
"acaccd": "613735",
- "52526a": "221315",
+ "2983bd": "6bb61a",
+ "62bdee": "c0ee46",
"a82f37": "ff36b3",
- "324c67": "0a2a2e",
- "ffffff": "c8ff9c"
+ "afe3f8": "f2ff87",
+ "20315e": "0a2a2e"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/653.json b/public/images/pokemon/variant/exp/653.json
index aa8c032d4e3..be967d6c9c2 100644
--- a/public/images/pokemon/variant/exp/653.json
+++ b/public/images/pokemon/variant/exp/653.json
@@ -1,28 +1,28 @@
{
"1": {
- "796934": "9f398a",
- "fee772": "e190c3",
"101010": "101010",
- "cfb458": "c35ba3",
- "7f2d1b": "3c195c",
- "ec5631": "794cb7",
- "b64126": "502c81",
- "736a65": "68326b",
- "ffffff": "fbecff",
- "c5c5ce": "c093c3",
- "524e4e": "404040"
+ "736028": "9f398a",
+ "ffd659": "e190c3",
+ "ccab47": "c35ba3",
+ "732e17": "3c195c",
+ "f26130": "794cb7",
+ "b34724": "502c81",
+ "737373": "68326b",
+ "f8f8f8": "fbecff",
+ "bfbfbf": "c093c3",
+ "404040": "404040"
},
"2": {
- "796934": "172547",
- "fee772": "3a6a93",
"101010": "101010",
- "cfb458": "264166",
- "7f2d1b": "005646",
- "ec5631": "21d170",
- "b64126": "0aaa77",
- "736a65": "75553c",
- "ffffff": "fff8ec",
- "c5c5ce": "d4b996",
- "524e4e": "404040"
+ "736028": "172547",
+ "ffd659": "3a6a93",
+ "ccab47": "264166",
+ "732e17": "005646",
+ "f26130": "21d170",
+ "b34724": "0aaa77",
+ "737373": "75553c",
+ "f8f8f8": "fff8ec",
+ "bfbfbf": "d4b996",
+ "404040": "404040"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/654.json b/public/images/pokemon/variant/exp/654.json
index a413295bc6c..0f3b2bf3d4e 100644
--- a/public/images/pokemon/variant/exp/654.json
+++ b/public/images/pokemon/variant/exp/654.json
@@ -1,38 +1,38 @@
{
"1": {
- "983a29": "6231a5",
- "f07944": "ab6ce0",
"101010": "101010",
- "bf5633": "6231a5",
- "987028": "061530",
- "f7e77a": "b55390",
- "e8b848": "872b59",
- "56301f": "471b70",
- "af7045": "6231a5",
- "8d452e": "c5b3ca",
- "969696": "262424",
- "414141": "404040",
+ "736028": "061530",
+ "ffd659": "b55390",
+ "ccab47": "872b59",
+ "732e17": "471b70",
+ "f26130": "ab6ce0",
+ "b34724": "6231a5",
"f8f8f8": "f7e4fc",
- "d8d8c8": "c093c3",
- "5c5c5c": "262424",
- "000000": "101010"
+ "737373": "5c255f",
+ "bfbfbf": "c093c3",
+ "804913": "c5b3ca",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "80f37b",
+ "ffc000": "4fcb61",
+ "ff8700": "207d4e"
},
"2": {
- "983a29": "0aaa77",
- "f07944": "21d170",
"101010": "101010",
- "bf5633": "0aaa77",
- "987028": "061530",
- "f7e77a": "2b5f8a",
- "e8b848": "173864",
- "56301f": "005646",
- "af7045": "0aaa77",
- "8d452e": "098794",
- "969696": "1a1a22",
- "414141": "404040",
+ "736028": "061530",
+ "ffd659": "2b5f8a",
+ "ccab47": "173864",
+ "732e17": "005646",
+ "f26130": "21d170",
+ "b34724": "0aaa77",
"f8f8f8": "fff2dd",
- "d8d8c8": "d4b996",
- "5c5c5c": "1a1a22",
- "000000": "101010"
+ "737373": "75553c",
+ "bfbfbf": "d4b996",
+ "804913": "098794",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "c858a4",
+ "ffc000": "75308e",
+ "ff8700": "521364"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/656.json b/public/images/pokemon/variant/exp/656.json
index 68743a4c9f1..1d1003f739c 100644
--- a/public/images/pokemon/variant/exp/656.json
+++ b/public/images/pokemon/variant/exp/656.json
@@ -3,12 +3,12 @@
"838394": "4d7dc5",
"62ace6": "8363af",
"7bcdff": "9c75c2",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "7ab7ec",
"c9b241": "97d6e2",
"dfcf77": "bae7e8",
"174592": "37408c",
- "fdfdfd": "b1e5ff",
+ "ffffff": "b1e5ff",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
"396a83": "362864",
@@ -18,12 +18,12 @@
"838394": "cc6845",
"62ace6": "c44848",
"7bcdff": "dd6155",
- "ffec8c": "ddfff9",
+ "fdea88": "ddfff9",
"a1a1c4": "f7c685",
"c9b241": "97d6e2",
"dfcf77": "bae7e8",
"174592": "198158",
- "fdfdfd": "fff4bd",
+ "ffffff": "fff4bd",
"9c9cc5": "c96a48",
"cdcde6": "f7b785",
"396a83": "5c0d33",
diff --git a/public/images/pokemon/variant/exp/664.json b/public/images/pokemon/variant/exp/664.json
index 02633098521..bd4164ca7db 100644
--- a/public/images/pokemon/variant/exp/664.json
+++ b/public/images/pokemon/variant/exp/664.json
@@ -1,30 +1,30 @@
{
"1": {
- "797987": "9d6260",
- "f9f8fa": "ffffff",
- "000000": "000000",
- "cdcdcd": "e9c7c4",
- "54544e": "895a9f",
- "383830": "4c2855",
- "727272": "a97dbb",
- "8e5136": "838b53",
- "f0d5b9": "a0c896",
- "d8a465": "838b53",
- "653925": "626649",
- "383834": "383834"
+ "4d4d4d": "9d6260",
+ "f8f8f8": "ffffff",
+ "101010": "101010",
+ "b3b3b3": "e9c7c4",
+ "363636": "4c2855",
+ "747474": "a97dbb",
+ "4e4e4e": "895a9f",
+ "9d7247": "838b53",
+ "d1bf6b": "a0c896",
+ "b2b2b2": "b2b2b2",
+ "f7f7f7": "f7f7f7",
+ "855d31": "626649"
},
"2": {
- "797987": "590015",
- "f9f8fa": "c83e4c",
- "000000": "000000",
- "cdcdcd": "a70d37",
- "54544e": "377772",
- "383830": "05312f",
- "727272": "73bdae",
- "8e5136": "bf8961",
- "f0d5b9": "ffe0ba",
- "d8a465": "dda476",
- "653925": "05312f",
- "383834": "383834"
+ "4d4d4d": "590015",
+ "f8f8f8": "c83e4c",
+ "101010": "101010",
+ "b3b3b3": "a70d37",
+ "363636": "05312f",
+ "747474": "73bdae",
+ "4e4e4e": "377772",
+ "9d7247": "dda476",
+ "d1bf6b": "ffe0ba",
+ "b2b2b2": "b2b2b2",
+ "f7f7f7": "f7f7f7",
+ "855d31": "bf8961"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/665.json b/public/images/pokemon/variant/exp/665.json
index 02e88015c15..6d828dadb5d 100644
--- a/public/images/pokemon/variant/exp/665.json
+++ b/public/images/pokemon/variant/exp/665.json
@@ -1,36 +1,36 @@
{
"1": {
- "8e5136": "838b53",
- "653925": "626649",
- "52524b": "4c2855",
- "f0d5b9": "a0c896",
- "d8a465": "838b53",
- "838392": "9c615f",
- "8b8b8b": "a97dbb",
- "000000": "000000",
- "cdcdcd": "e9c7c4",
- "6a6a6a": "895a9f",
- "ffffff": "ffffff",
- "f9f8fa": "f9f8fa",
- "94416a": "005361",
- "ff94b4": "008aac",
- "ee5a62": "00aacd"
+ "363636": "4c2855",
+ "d1bf6b": "a0c896",
+ "9d7247": "838b53",
+ "4e4e4e": "895a9f",
+ "747474": "a97dbb",
+ "bfbfbf": "b294be",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "8c8c8c": "895a9f",
+ "4d4d4d": "9c615f",
+ "f8f8f8": "ffffff",
+ "b3b3b3": "e9c7c4",
+ "802626": "005361",
+ "ff4c4c": "00aacd",
+ "eed83e": "cae2c3"
},
"2": {
- "8e5136": "bf8961",
- "653925": "bf8961",
- "52524b": "05312f",
- "f0d5b9": "ffe0ba",
- "d8a465": "dda476",
- "838392": "590015",
- "8b8b8b": "73bdae",
- "000000": "000000",
- "cdcdcd": "a70d37",
- "6a6a6a": "377772",
- "ffffff": "c83e4c",
- "f9f8fa": "c83e4c",
- "94416a": "004270",
- "ff94b4": "0092dd",
- "ee5a62": "0092dd"
+ "363636": "05312f",
+ "d1bf6b": "ffe0ba",
+ "9d7247": "dda476",
+ "4e4e4e": "377772",
+ "747474": "73bdae",
+ "bfbfbf": "a70d37",
+ "101010": "101010",
+ "fdfdfd": "fdfdfd",
+ "8c8c8c": "590015",
+ "4d4d4d": "590015",
+ "f8f8f8": "c83e4c",
+ "b3b3b3": "a70d37",
+ "802626": "004270",
+ "ff4c4c": "0092dd",
+ "eed83e": "ffe0ba"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy.json b/public/images/pokemon/variant/exp/666-fancy.json
new file mode 100644
index 00000000000..1f31ac6983d
--- /dev/null
+++ b/public/images/pokemon/variant/exp/666-fancy.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "e3e982",
+ "811c1c": "811c1c",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_2.json b/public/images/pokemon/variant/exp/666-fancy_2.json
deleted file mode 100644
index bcfde0b3dd4..00000000000
--- a/public/images/pokemon/variant/exp/666-fancy_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:370e4a87d9d988b8133d25e0b97db22c:d173344c5e41aaa90de937ec3e1b167f:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_2.png b/public/images/pokemon/variant/exp/666-fancy_2.png
deleted file mode 100644
index 68af4d0a07a..00000000000
Binary files a/public/images/pokemon/variant/exp/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-fancy_3.json b/public/images/pokemon/variant/exp/666-fancy_3.json
deleted file mode 100644
index 60fd0634e79..00000000000
--- a/public/images/pokemon/variant/exp/666-fancy_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:370e4a87d9d988b8133d25e0b97db22c:d173344c5e41aaa90de937ec3e1b167f:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-fancy_3.png b/public/images/pokemon/variant/exp/666-fancy_3.png
deleted file mode 100644
index a8e39976f2a..00000000000
Binary files a/public/images/pokemon/variant/exp/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-high-plains.json b/public/images/pokemon/variant/exp/666-high-plains.json
index 330d1c39772..f63bb4f81f3 100644
--- a/public/images/pokemon/variant/exp/666-high-plains.json
+++ b/public/images/pokemon/variant/exp/666-high-plains.json
@@ -14,7 +14,8 @@
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
},
"2": {
"101010": "101010",
@@ -31,6 +32,7 @@
"c3c3c3": "edc67c",
"811c1c": "811c1c",
"337543": "337543",
- "e8c815": "e8c815"
+ "e8c815": "e8c815",
+ "773d21": "773d21"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-icy-snow.json b/public/images/pokemon/variant/exp/666-icy-snow.json
index 9cae71418ce..d69d48d89e9 100644
--- a/public/images/pokemon/variant/exp/666-icy-snow.json
+++ b/public/images/pokemon/variant/exp/666-icy-snow.json
@@ -6,12 +6,13 @@
"303030": "402746",
"cfd9cf": "cfd9cf",
"c5c5da": "c5c5da",
- "ceab62": "d9edd4",
"675220": "958c8a",
- "504a4a": "7f6991",
+ "ceab62": "d9edd4",
"707068": "a97cbc",
+ "504a4a": "7f6991",
"c3c3c3": "ffeaff",
"acacc2": "acacc2",
+ "95a1a1": "95a1a1",
"811c1c": "811c1c"
},
"2": {
@@ -21,12 +22,13 @@
"303030": "364051",
"cfd9cf": "cfd9cf",
"c5c5da": "c5c5da",
- "ceab62": "8c91a4",
"675220": "666b7d",
- "504a4a": "666b7d",
+ "ceab62": "8c91a4",
"707068": "8c91a4",
+ "504a4a": "666b7d",
"c3c3c3": "fefeff",
"acacc2": "acacc2",
+ "95a1a1": "95a1a1",
"811c1c": "811c1c"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-meadow.json b/public/images/pokemon/variant/exp/666-meadow.json
new file mode 100644
index 00000000000..c766325427b
--- /dev/null
+++ b/public/images/pokemon/variant/exp/666-meadow.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "811c1c": "811c1c",
+ "b4295a": "b4295a",
+ "da6b7e": "da6b7e",
+ "ceab62": "d9edd4",
+ "e66fad": "e66fad",
+ "2d9b9b": "2d9b9b",
+ "f3a0ca": "f3a0ca",
+ "c3c3c3": "ffeaff",
+ "f2f2f2": "f2f2f2"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "770921",
+ "675220": "a2275e",
+ "504a4a": "a2275e",
+ "595959": "9e3941",
+ "707068": "ce5283",
+ "811c1c": "811c1c",
+ "b4295a": "b4295a",
+ "da6b7e": "da6b7e",
+ "ceab62": "ce5283",
+ "e66fad": "e66fad",
+ "2d9b9b": "2d9b9b",
+ "f3a0ca": "f3a0ca",
+ "c3c3c3": "f4c2ec",
+ "f2f2f2": "f2f2f2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-meadow_2.json b/public/images/pokemon/variant/exp/666-meadow_2.json
deleted file mode 100644
index 4d4d4d16147..00000000000
--- a/public/images/pokemon/variant/exp/666-meadow_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
diff --git a/public/images/pokemon/variant/exp/666-meadow_2.png b/public/images/pokemon/variant/exp/666-meadow_2.png
deleted file mode 100644
index 8aada72636f..00000000000
Binary files a/public/images/pokemon/variant/exp/666-meadow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-meadow_3.json b/public/images/pokemon/variant/exp/666-meadow_3.json
deleted file mode 100644
index 8af56626a35..00000000000
--- a/public/images/pokemon/variant/exp/666-meadow_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223ce33721ef8da9ff40286099c20de4:b82acd304c2a8b8cebeda2043a3e1f96:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
diff --git a/public/images/pokemon/variant/exp/666-meadow_3.png b/public/images/pokemon/variant/exp/666-meadow_3.png
deleted file mode 100644
index 146ea5e2ba9..00000000000
Binary files a/public/images/pokemon/variant/exp/666-meadow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-monsoon.json b/public/images/pokemon/variant/exp/666-monsoon.json
index edc2e86427e..915d471b2b1 100644
--- a/public/images/pokemon/variant/exp/666-monsoon.json
+++ b/public/images/pokemon/variant/exp/666-monsoon.json
@@ -1,36 +1,33 @@
{
- "1": {
- "101010": "101010",
- "595959": "724b7a",
- "f0f0f8": "f0f0f8",
- "303030": "402746",
- "ceab62": "d9edd4",
- "675220": "958c8a",
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
"807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "504a4a": "7f6991",
- "707068": "a97cbc",
- "4eccd6": "4eccd6",
+ "ceab62": "d9edd4",
"5676de": "5676de",
- "c3c3c3": "ffeaff",
- "811c1c": "811c1c"
- },
- "2": {
- "101010": "101010",
- "595959": "656565",
- "f0f0f8": "f0f0f8",
- "303030": "4f4645",
- "ceab62": "5857bc",
- "675220": "2c3593",
- "807676": "807676",
- "92f4f4": "92f4f4",
- "989898": "989898",
- "504a4a": "2c3593",
- "707068": "5857bc",
- "4eccd6": "4eccd6",
- "5676de": "5676de",
- "c3c3c3": "b8f9f9",
- "811c1c": "811c1c"
- }
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-ocean.json b/public/images/pokemon/variant/exp/666-ocean.json
index 26a38bad7a8..c468bbcbf1e 100644
--- a/public/images/pokemon/variant/exp/666-ocean.json
+++ b/public/images/pokemon/variant/exp/666-ocean.json
@@ -22,7 +22,7 @@
"e1384d": "e1384d",
"f3a861": "f3a861",
"fcf372": "fcf372",
- "303030": "b56208",
+ "303030": "b54908",
"ceab62": "ea8742",
"675220": "bc601c",
"504a4a": "bc601c",
diff --git a/public/images/pokemon/variant/exp/666-poke-ball.json b/public/images/pokemon/variant/exp/666-poke-ball.json
index 36cd38b95f0..fe6b42f6ef3 100644
--- a/public/images/pokemon/variant/exp/666-poke-ball.json
+++ b/public/images/pokemon/variant/exp/666-poke-ball.json
@@ -3,17 +3,36 @@
"101010": "101010",
"595959": "724b7a",
"b72c2c": "b72c2c",
- "303030": "402746",
"dc4b4b": "dc4b4b",
- "ceab62": "d9edd4",
+ "303030": "402746",
"675220": "958c8a",
+ "ceab62": "d9edd4",
"e97e7e": "e97e7e",
"971d1d": "971d1d",
"f8f8f8": "f8f8f8",
- "504a4a": "7f6991",
"707068": "a97cbc",
+ "504a4a": "7f6991",
"c3c3c3": "ffeaff",
"811c1c": "811c1c",
- "a9a99e": "a9a99e"
+ "a9a99e": "a9a99e",
+ "2c2b2b": "402746"
+ },
+ "2": {
+ "101010": "101010",
+ "f8f8f8": "00006d",
+ "303030": "ae001a",
+ "2c2b2b": "660000",
+ "504a4a": "a70038",
+ "595959": "df0036",
+ "c3c3c3": "f0a6bf",
+ "707068": "d5375a",
+ "a9a99e": "000050",
+ "811c1c": "811c1c",
+ "971d1d": "040046",
+ "b72c2c": "00005e",
+ "dc4b4b": "19007d",
+ "e97e7e": "2e2095",
+ "675220": "a70038",
+ "ceab62": "d5375a"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-poke-ball_3.json b/public/images/pokemon/variant/exp/666-poke-ball_3.json
deleted file mode 100644
index 3d133124358..00000000000
--- a/public/images/pokemon/variant/exp/666-poke-ball_3.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-poke-ball_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9b0791af9130022168ad784a59e299ce:b180b141bed2ea965d6f07d9e2cd7ecc:8ec14f129d1691b8da504a13b661abed$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-poke-ball_3.png b/public/images/pokemon/variant/exp/666-poke-ball_3.png
deleted file mode 100644
index 767a55ab849..00000000000
Binary files a/public/images/pokemon/variant/exp/666-poke-ball_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/666-river.json b/public/images/pokemon/variant/exp/666-river.json
index df10a73d783..c7e5e288d05 100644
--- a/public/images/pokemon/variant/exp/666-river.json
+++ b/public/images/pokemon/variant/exp/666-river.json
@@ -1,19 +1,40 @@
{
- "2": {
- "101010": "101010",
- "595959": "8a5702",
- "ceab62": "d9a666",
- "303030": "7b2800",
- "625843": "625843",
- "bc813f": "bc813f",
- "9c9143": "9c9143",
- "675220": "ae7f41",
- "504a4a": "ae7f41",
- "707068": "d9a666",
- "c3c3c3": "e3c384",
- "811c1c": "811c1c",
- "59c9d3": "59c9d3",
- "279ec2": "279ec2",
- "1d726a": "1d726a"
- }
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "4a412c": "4a412c",
+ "675220": "958c8a",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "625841": "625841",
+ "707068": "a97cbc",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "c3c3c3",
+ "d2a862": "d9edd4"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "7b2800",
+ "4a412c": "4a412c",
+ "675220": "ae7f41",
+ "634d20": "634d20",
+ "1d726a": "1d726a",
+ "504a4a": "ae7f41",
+ "595959": "8a5702",
+ "625841": "625841",
+ "707068": "d9a666",
+ "bc813f": "bc813f",
+ "9c9143": "9c9143",
+ "ceab62": "ceab62",
+ "279ec2": "279ec2",
+ "59c9d3": "59c9d3",
+ "c3c3c3": "e3c384",
+ "d2a862": "d2a862"
+ }
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-river_2.json b/public/images/pokemon/variant/exp/666-river_2.json
deleted file mode 100644
index f840b39ccfd..00000000000
--- a/public/images/pokemon/variant/exp/666-river_2.json
+++ /dev/null
@@ -1,1280 +0,0 @@
-{
- "textures": [
- {
- "image": "666-river_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 346,
- "h": 346
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 276,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 201,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 0,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 69,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 138,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 67,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 207,
- "w": 67,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 67,
- "y": 276,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 134,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 201,
- "y": 69,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 268,
- "y": 69,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 5,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 137,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 138,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 206,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 134,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 187,
- "y": 275,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 4,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 240,
- "y": 276,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 2,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 207,
- "w": 53,
- "h": 69
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 0,
- "w": 53,
- "h": 69
- },
- "frame": {
- "x": 293,
- "y": 276,
- "w": 53,
- "h": 69
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:3ecaf6e3ae563f3da9598e7b18b87b05:e4ece90a3e9880c6499c363b000de8dd:fa23dc87fc53ba2cfa532cf440553cf5$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/666-river_2.png b/public/images/pokemon/variant/exp/666-river_2.png
deleted file mode 100644
index 863acbbdc76..00000000000
Binary files a/public/images/pokemon/variant/exp/666-river_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/692.json b/public/images/pokemon/variant/exp/692.json
new file mode 100644
index 00000000000..954dcffb3e9
--- /dev/null
+++ b/public/images/pokemon/variant/exp/692.json
@@ -0,0 +1,26 @@
+{
+ "1": {
+ "b3f2ff": "fada7f",
+ "44a2b4": "af6a37",
+ "2f7280": "783a1d",
+ "cd9d3a": "53be53",
+ "575757": "c85b5b",
+ "72561c": "20734c",
+ "60dbf2": "e1ac53",
+ "b4b4b4": "c8ba6d",
+ "3d3d3d": "7d182d",
+ "ffc549": "a9f076"
+ },
+ "2": {
+ "b3f2ff": "faf8d7",
+ "44a2b4": "968144",
+ "2f7280": "5f3c23",
+ "cd9d3a": "7743be",
+ "575757": "88cd56",
+ "72561c": "371c72",
+ "60dbf2": "e1d6b6",
+ "b4b4b4": "68a7aa",
+ "3d3d3d": "1c873e",
+ "ffc549": "a36feb"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/693.json b/public/images/pokemon/variant/exp/693.json
new file mode 100644
index 00000000000..2e80795d2a0
--- /dev/null
+++ b/public/images/pokemon/variant/exp/693.json
@@ -0,0 +1,30 @@
+{
+ "1": {
+ "23a2c8": "c87a23",
+ "ffc859": "6ccd80",
+ "224b73": "552813",
+ "404040": "3c171b",
+ "262626": "230808",
+ "5f5f5f": "6e2e3b",
+ "cc9c3d": "1b3c17",
+ "61daf2": "f2bd61",
+ "735822": "08230e",
+ "3674b3": "7d3e21",
+ "ffc44c": "426e2e",
+ "4595e5": "aa6839"
+ },
+ "2": {
+ "23a2c8": "beb099",
+ "ffc859": "f5b281",
+ "224b73": "5f463a",
+ "404040": "2a8c53",
+ "262626": "295a1c",
+ "5f5f5f": "51c85d",
+ "cc9c3d": "6259af",
+ "61daf2": "f0eadb",
+ "735822": "36235f",
+ "3674b3": "9b8265",
+ "ffc44c": "a39afa",
+ "4595e5": "c8b493"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/696.json b/public/images/pokemon/variant/exp/696.json
index 3a4b4480673..677f5d98578 100644
--- a/public/images/pokemon/variant/exp/696.json
+++ b/public/images/pokemon/variant/exp/696.json
@@ -1,40 +1,38 @@
{
"1": {
- "774411":"5e0b0b",
- "101010":"101010",
- "ff8f1f":"a50d0d",
- "4f2e1d":"023425",
- "5f4f4f":"0b4c29",
- "af8f7f":"478136",
- "3f3f44":"4c3216",
- "8f6f5f":"1b6430",
- "f8f7f9":"dfdea7",
- "bfbfcc":"cbbe8c",
- "121212":"121212",
- "8f8f99":"ad8c63",
- "c2c2cf":"c9bc87",
- "fbfafc":"dddca1",
- "772d34":"77452d",
- "ff9bd5":"c98c68"
- },
- "2": {
- "774411":"395cb7",
- "101010":"101010",
- "ff8f1f":"d2e9ff",
- "4f2e1d":"3e1f18",
- "5f4f4f":"644943",
- "af8f7f":"a59e9a",
- "3f3f44":"250860",
- "8f6f5f":"83726e",
- "f8f7f9":"6e46a7",
- "bfbfcc":"593097",
- "121212":"decaff",
- "8f8f99":"411684",
- "c2c2cf":"7ccad5",
- "fbfafc":"fbfafc",
- "772d34":"375ab3",
- "ff9bd5":"79c8d3"
- }
+"734517": "5e0b0b",
+"ffa64c": "a50d0d",
+"4a322c": "023425",
+"404040": "4c3216",
+"101010": "101010",
+"65483a": "0b4c29",
+"966858": "1b6430",
+"f8f8f8": "dfdea7",
+"8c8c8c": "ad8c63",
+"bfbfbf": "cbbe8c",
+"000000": "000000",
+"b73b6b": "4c3216",
+"ff949e": "c98c68",
+"b3b9b9": "cbbe8c",
+"3f3d3d": "4c3216"
+},
+"2": {
+"734517": "395cb7",
+"ffa64c": "d2e9ff",
+"4a322c": "3e1f18",
+"404040": "250860",
+"101010": "101010",
+"65483a": "644943",
+"966858": "83726e",
+"f8f8f8": "6e46a7",
+"8c8c8c": "411684",
+"bfbfbf": "593097",
+"000000": "decaff",
+"b73b6b": "395cb7",
+"ff949e": "79c8d3",
+"b3b9b9": "79c8d3",
+"3f3d3d": "395cb7"
+}
}
diff --git a/public/images/pokemon/variant/exp/697.json b/public/images/pokemon/variant/exp/697.json
index dae4554a1b7..b8d305022f5 100644
--- a/public/images/pokemon/variant/exp/697.json
+++ b/public/images/pokemon/variant/exp/697.json
@@ -1,42 +1,42 @@
{
- "1": {
- "1f0a0a":"1f0a0a",
- "471515":"0a1b17",
- "621e1d":"0b241e",
- "902e2c":"153626",
- "b45250":"285234",
- "d16c6b":"416a45",
- "653510":"5e0b0b",
- "b56726":"971c1c",
- "e39f33":"b52424",
- "756b66":"ad8c63",
- "b1b0b5":"cbbe8c",
- "f0f0f2":"dfdea7",
- "573b43":"4c3216",
- "736964":"ab885f",
- "ac628a":"9d5d18",
- "aeadb3":"a88860",
- "ededf0":"dbdaa4"
- },
- "2": {
- "1f0a0a":"1f0a0a",
- "471515":"191124",
- "621e1d":"52352f",
- "902e2c":"83726e",
- "b45250":"ab9b97",
- "d16c6b":"c7bcb9",
- "653510":"9d5390",
- "b56726":"ce7ecc",
- "e39f33":"f4dbf6",
- "756b66":"26173b",
- "b1b0b5":"33214f",
- "f0f0f2":"4b2e64",
- "573b43":"cc7cc9",
- "736964":"f6dcf7",
- "ac628a":"eed5f0",
- "aeadb3":"c779c4",
- "ededf0":"f8defa"
- }
+"1": {
+"080808": "080808",
+"32252c": "3e1e17",
+"50131e": "0b241e",
+"722533": "153626",
+"54434c": "4c3216",
+"964b1c": "5e0b0b",
+"963e4e": "285234",
+"bf7545": "971c1c",
+"f19d5a": "b52424",
+"9f9d98": "ad8c63",
+"cccccc": "cbbe8c",
+"fafafa": "dfdea7",
+"cac2c2": "cbbe8c",
+"f7eeee": "dfdea7",
+"53414b": "4c3216",
+"30222a": "3e1e17",
+"53454d": "4c3216"
+},
+"2": {
+"080808": "080808",
+"32252c": "0d0124",
+"50131e": "573b36",
+"722533": "83726e",
+"54434c": "170c25",
+"964b1c": "9d5390",
+"963e4e": "ab9b97",
+"bf7545": "ce7ecc",
+"f19d5a": "f4dbf6",
+"9f9d98": "26173b",
+"cccccc": "33214f",
+"fafafa": "4b2e64",
+"cac2c2": "ce7ecc",
+"f7eeee": "f4dbf6",
+"53414b": "dea5dd",
+"30222a": "ce7ecc",
+"53454d": "f4dbf6"
+}
}
diff --git a/public/images/pokemon/variant/exp/698.json b/public/images/pokemon/variant/exp/698.json
deleted file mode 100644
index daf9b8c6f84..00000000000
--- a/public/images/pokemon/variant/exp/698.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "1": {
- "cbaa84": "44827c",
- "b3747e": "4b7465",
- "eeffbf": "cdffb5",
- "dcffb2": "8eeab9",
- "ffbfca": "43bf8d",
- "b7ffb2": "72d8ce",
- "fff2b2": "9bffa9",
- "85b4cc": "cf755d",
- "a6e1ff": "efab87",
- "101010": "101010",
- "cacaca": "cacaca",
- "537180": "b04f4b",
- "2eaeec": "4dc796",
- "1f75a0": "29988e",
- "fdfdfd": "fdfdfd",
- "d197a1": "d197a1",
- "ffdce6": "ffdce6",
- "217aa6": "7f99e1",
- "30b2f2": "b5dcff",
- "f9f9f9": "e6e3b4",
- "c0c0c0": "d7cca0"
- },
- "2": {
- "cbaa84": "cc78db",
- "b3747e": "c452a6",
- "eeffbf": "ed9ff2",
- "dcffb2": "d7bbf4",
- "ffbfca": "faccff",
- "b7ffb2": "dceeff",
- "fff2b2": "eb88b9",
- "85b4cc": "654a8a",
- "a6e1ff": "936daa",
- "101010": "101010",
- "cacaca": "cacaca",
- "537180": "392d65",
- "2eaeec": "ad4e6e",
- "1f75a0": "8d2656",
- "fdfdfd": "fdfdfd",
- "d197a1": "d197a1",
- "ffdce6": "ffdce6",
- "217aa6": "efaa51",
- "30b2f2": "ffd169",
- "f9f9f9": "373453",
- "c0c0c0": "282747"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/700.json b/public/images/pokemon/variant/exp/700.json
index 0b6071ad765..1189d463f2b 100644
--- a/public/images/pokemon/variant/exp/700.json
+++ b/public/images/pokemon/variant/exp/700.json
@@ -1,34 +1,32 @@
{
- "1": {
- "9a4557": "452f89",
- "19657b": "a63071",
- "fb9cc3": "c7a6ee",
- "52cbee": "e974db",
- "000000": "000000",
- "cb628d": "996cd2",
- "f7bbd4": "e1cff3",
- "0d146e": "0d146e",
- "3744e5": "d648b7",
- "584f4f": "5c6889",
- "ffffff": "f7f5ff",
- "1f337b": "a63071",
- "cbc0c0": "c3c5d9",
- "2999b9": "d648b7"
- },
- "2": {
- "9a4557": "197d46",
- "19657b": "c72537",
- "fb9cc3": "7dec9d",
- "52cbee": "ff9a68",
- "000000": "000000",
- "cb628d": "5dae7d",
- "f7bbd4": "f7bbd4",
- "0d146e": "0d146e",
- "3744e5": "eb5244",
- "584f4f": "7f5c89",
- "ffffff": "fff5fc",
- "1f337b": "c72537",
- "cbc0c0": "d9c3d6",
- "2999b9": "eb5244"
- }
+"1": {
+"101010": "101010",
+"8a2843": "452f89",
+"235a99": "a63071",
+"895c72": "5c6889",
+"d85a7a": "996cd2",
+"528fcc": "d648b7",
+"a88d8c": "8c8fa8",
+"f18a78": "b52d27",
+"fa8caa": "c7a6ee",
+"64c8f3": "e974db",
+"d9c3c3": "c3c5d9",
+"fff5f5": "f7f5ff",
+"65798c": "65798c"
+},
+"2": {
+"101010": "101010",
+"8a2843": "0e6134",
+"235a99": "900d1b",
+"895c72": "7f5c89",
+"d85a7a": "5dae7d",
+"528fcc": "dd3d4f",
+"a88d8c": "7f5c89",
+"f18a78": "d14ea4",
+"fa8caa": "7dec9d",
+"64c8f3": "ff9a68",
+"d9c3c3": "d9c3d6",
+"fff5f5": "fff5fc",
+"65798c": "65798c"
+}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/702.json b/public/images/pokemon/variant/exp/702.json
index 1edd126264e..12feb29a0fd 100644
--- a/public/images/pokemon/variant/exp/702.json
+++ b/public/images/pokemon/variant/exp/702.json
@@ -3,30 +3,30 @@
"101010": "101010",
"262626": "2a3b5e",
"4d4d4d": "6789b3",
- "ccbb99": "a3d1cc",
- "efefcf": "ddfff5",
- "704030": "a53c42",
- "906030": "c9685f",
- "efbf5f": "ffd3b6",
- "cf8f4f": "e49f84",
+ "bfbf86": "a3d1cc",
+ "f2f2aa": "ddfff5",
+ "735c2e": "a53c42",
+ "997a3d": "c9685f",
+ "f2c261": "ffd3b6",
+ "bf994c": "e49f84",
"1d1d1d": "1a1c45",
- "fefefe": "fefefe",
+ "f8f8f8": "f8f8f8",
"464646": "424b8f",
- "df7f5f": "7cd6a1"
+ "d97d21": "7cd6a1"
},
"2": {
"101010": "101010",
"262626": "072d38",
"4d4d4d": "197870",
- "ccbb99": "aaa8d6",
- "efefcf": "ece5ff",
- "704030": "1e0e27",
- "906030": "2d1533",
- "efbf5f": "5f3662",
- "cf8f4f": "432249",
+ "bfbf86": "aaa8d6",
+ "f2f2aa": "ece5ff",
+ "735c2e": "1e0e27",
+ "997a3d": "2d1533",
+ "f2c261": "5f3662",
+ "bf994c": "432249",
"1d1d1d": "02172d",
- "fefefe": "fefefe",
+ "f8f8f8": "f8f8f8",
"464646": "17646c",
- "df7f5f": "d2fff1"
+ "d97d21": "d2fff1"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/703.json b/public/images/pokemon/variant/exp/703.json
deleted file mode 100644
index c024feb1b30..00000000000
--- a/public/images/pokemon/variant/exp/703.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "1": {
- "535763": "292638",
- "306090": "c35b2a",
- "c3c7d3": "68638e",
- "88aacc": "e67c37",
- "fefefe": "fefefe",
- "a3a7b3": "4d496b",
- "737783": "37344e",
- "101010": "101010",
- "bbddff": "ffa633",
- "1fbfdf": "ff9b44",
- "5f6060": "e6ac60",
- "fcfefe": "ffeed6",
- "bfbbbb": "ffd3a1"
- },
- "2": {
- "535763": "976ba9",
- "306090": "a03c69",
- "c3c7d3": "faecff",
- "88aacc": "e25493",
- "fefefe": "ffe2ee",
- "a3a7b3": "e4cdf9",
- "737783": "cca1db",
- "101010": "101010",
- "bbddff": "f591bd",
- "1fbfdf": "de5f8e",
- "5f6060": "5a3d84",
- "fcfefe": "a473bf",
- "bfbbbb": "8359a7"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/704.json b/public/images/pokemon/variant/exp/704.json
index 38e5cdaf70d..e292d6fb41f 100644
--- a/public/images/pokemon/variant/exp/704.json
+++ b/public/images/pokemon/variant/exp/704.json
@@ -1,30 +1,30 @@
{
"1": {
- "6f5e80": "4e4094",
- "e0d3e0": "fbb3d2",
- "010202": "101010",
- "bbafc4": "c7a1e5",
- "2f6b38": "4e4094",
- "74d457": "3aa8c4",
- "3da84d": "197497",
- "3f3d5e": "4e4094",
- "a497c2": "c7a1e5",
- "766fa6": "8b69c3",
- "4c3143": "4e4094",
- "cc93ab": "c7a1e5"
+ "807380": "b93f84",
+ "f2daf2": "fbb3d2",
+ "bfacbf": "e56ca6",
+ "4d454d": "8a2166",
+ "101010": "101010",
+ "4d993d": "197497",
+ "66cc52": "3aa8c4",
+ "b8a1e5": "c7a1e5",
+ "8f7db3": "8b69c3",
+ "665980": "4e4094",
+ "c25054": "c68260",
+ "de817e": "e5e1a1"
},
"2": {
- "6f5e80": "274159",
- "e0d3e0": "92d8c8",
- "010202": "101010",
- "bbafc4": "63a99e",
- "2f6b38": "134557",
- "74d457": "d27e26",
- "3da84d": "a34205",
- "3f3d5e": "134557",
- "a497c2": "63a99e",
- "766fa6": "2f667c",
- "4c3143": "134557",
- "cc93ab": "63a99e"
+ "807380": "237e7f",
+ "f2daf2": "92d8c8",
+ "bfacbf": "63a99e",
+ "4d454d": "134557",
+ "101010": "101010",
+ "4d993d": "a34205",
+ "66cc52": "d27e26",
+ "b8a1e5": "4a9699",
+ "8f7db3": "2f667c",
+ "665980": "274159",
+ "c25054": "9268a4",
+ "de817e": "f2daf2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/705.json b/public/images/pokemon/variant/exp/705.json
index a29b8f124dc..bf9aa91eb4b 100644
--- a/public/images/pokemon/variant/exp/705.json
+++ b/public/images/pokemon/variant/exp/705.json
@@ -1,33 +1,34 @@
{
"1": {
- "101010":"101010",
- "4d454d":"8a2166",
- "807380":"b93f84",
- "bfacbf":"e56ca6",
- "f2daf2":"fbb3d2",
- "665980":"4e4094",
- "8f7db3":"8b69c3",
- "b8a1e5":"c7a1e5",
- "4d993d":"aa6a00",
- "66cc52":"ffd047",
- "4e9c3e":"0c5474",
- "67cf53":"3aa8c4",
- "b6f2aa":"63cee1"
+ "807380": "b93f84",
+ "bfacbf": "e56ca6",
+ "f2daf2": "fbb3d2",
+ "4d454d": "8a2166",
+ "307922": "aa6a00",
+ "46b030": "ffd047",
+ "101010": "101010",
+ "98bd51": "197497",
+ "d2e79e": "3aa8c4",
+ "647543": "0c5474",
+ "b8a1e5": "c7a1e5",
+ "665980": "4e4094",
+ "8f7db3": "8b69c3",
+ "ef6f8f": "b93f84"
},
"2": {
- "101010":"101010",
- "4d454d":"194f51",
- "807380":"2b736f",
- "bfacbf":"5db6a9",
- "f2daf2":"9cead8",
- "665980":"274159",
- "8f7db3":"2f667c",
- "b8a1e5":"4a9699",
- "4d993d":"007d61",
- "66cc52":"49ffbf",
- "4e9c3e":"842401",
- "67cf53":"a34205",
- "b6f2aa":"d27e26"
+ "807380": "2b736f",
+ "bfacbf": "5db6a9",
+ "f2daf2": "9cead8",
+ "4d454d": "194f51",
+ "307922": "007d61",
+ "46b030": "49ffbf",
+ "101010": "101010",
+ "98bd51": "a34205",
+ "d2e79e": "d27e26",
+ "647543": "842401",
+ "b8a1e5": "4a9699",
+ "665980": "274159",
+ "8f7db3": "2f667c",
+ "3f6f8f": "9268a4"
}
-}
-
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/708.json b/public/images/pokemon/variant/exp/708.json
deleted file mode 100644
index b32bbb79cd9..00000000000
--- a/public/images/pokemon/variant/exp/708.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "1": {
- "101010": "101010",
- "2b2a3a": "722023",
- "603d2b": "36384f",
- "215738": "4d362e",
- "48484a": "a14743",
- "c18760": "7c808c",
- "3fa76c": "907f76",
- "915e45": "575a6a",
- "0b0c0b": "0b0c0b",
- "da585b": "5996d2",
- "ff8c8f": "87d1ff"
- },
- "2": {
- "101010": "101010",
- "2b2a3a": "6f5f80",
- "603d2b": "31161d",
- "215738": "a94079",
- "48484a": "9c92a4",
- "c18760": "7e5658",
- "3fa76c": "da7ea8",
- "915e45": "56323a",
- "0b0c0b": "0b0c0b",
- "da585b": "e18933",
- "ff8c8f": "ffc875"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/713.json b/public/images/pokemon/variant/exp/713.json
index d18009819f4..ca45360ecea 100644
--- a/public/images/pokemon/variant/exp/713.json
+++ b/public/images/pokemon/variant/exp/713.json
@@ -1,26 +1,32 @@
{
"1": {
- "42575f": "994255",
- "bbeef9": "ffbfda",
- "ffffff": "ffebf2",
- "473552": "4c131f",
- "9e7ac1": "994255",
- "6a4e7a": "732334",
- "8db7c7": "d97389",
- "000000": "000000",
- "698e9c": "bf566d",
- "e6c81e": "9dcc3e"
+ "608cba": "bf566d",
+ "bff4ff": "ffbfda",
+ "85d7f2": "f29eb3",
+ "967acc": "732334",
+ "77b8d9": "d97389",
+ "335980": "994255",
+ "f2ffff": "ffebf2",
+ "101010": "101010",
+ "737373": "737373",
+ "bfbfbf": "bfbfbf",
+ "efab34": "9dcc3e",
+ "ffe46a": "cbe696",
+ "f8f8f8": "f8f8f8"
},
"2": {
- "42575f": "42575f",
- "bbeef9": "fcc95c",
- "ffffff": "fff2ad",
- "473552": "473552",
- "9e7ac1": "6cb3ae",
- "6a4e7a": "006761",
- "8db7c7": "cc7b1e",
- "000000": "000000",
- "698e9c": "a8632a",
- "e6c81e": "8dd9d4"
+ "608cba": "a8632a",
+ "bff4ff": "fcc95c",
+ "85d7f2": "e69e2b",
+ "967acc": "2c7a75",
+ "77b8d9": "cc7b1e",
+ "335980": "824628",
+ "f2ffff": "fff2ad",
+ "101010": "101010",
+ "737373": "737373",
+ "bfbfbf": "6cb3ae",
+ "efab34": "6cb3ae",
+ "ffe46a": "b9f2ee",
+ "f8f8f8": "b9f2ee"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/714.json b/public/images/pokemon/variant/exp/714.json
deleted file mode 100644
index 018366c5381..00000000000
--- a/public/images/pokemon/variant/exp/714.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "1": {
- "6a3f73": "731338",
- "bd70cc": "a42c54",
- "101010": "101010",
- "bfacbf": "7047ba",
- "8e5499": "8e1d4b",
- "f2daf2": "8d7be3",
- "404040": "202558",
- "665c66": "2f386b",
- "ccb43d": "ff8a58",
- "f8f8f8": "8d7be3",
- "595959": "2f386b",
- "ffe14c": "ffc182",
- "000000": "101010"
- },
- "2": {
- "6a3f73": "5f151c",
- "bd70cc": "c24430",
- "101010": "101010",
- "bfacbf": "f9e8dd",
- "8e5499": "882c27",
- "f2daf2": "f8f8f8",
- "404040": "5b1922",
- "665c66": "7c2928",
- "ccb43d": "33d8d0",
- "f8f8f8": "f8f8f8",
- "595959": "7c2928",
- "ffe14c": "49ffcd",
- "000000": "101010"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/715.json b/public/images/pokemon/variant/exp/715.json
index 4ca2bcad56a..0e97862f10b 100644
--- a/public/images/pokemon/variant/exp/715.json
+++ b/public/images/pokemon/variant/exp/715.json
@@ -1,20 +1,38 @@
{
+ "1": {
+ "101010": "101010",
+ "404040": "5f32b1",
+ "6a3f73": "0f103c",
+ "287366": "731338",
+ "3aa694": "a42c54",
+ "8e5499": "202558",
+ "bfbfbf": "bb9adc",
+ "595959": "7a5ccc",
+ "801a1a": "5d173d",
+ "4cd9c1": "d04b6c",
+ "bd70cc": "2f386b",
+ "737373": "563d8f",
+ "f8f8f8": "d6c8f1",
+ "e52e2e": "903b78",
+ "000000": "000000",
+ "ffe14c": "ff8a58"
+ },
"2": {
- "404040": "c29484",
- "595959": "ecd3c3",
"101010": "101010",
- "287366": "832714",
- "4cd9c1": "dd834c",
- "3aa694": "b8552c",
- "801a1a": "7c0907",
- "e52e2e": "ad3419",
- "bd70cc": "5b1922",
- "6a3f73": "3b0c18",
- "737373": "1d060c",
- "8e5499": "7c2928",
- "bfbfbf": "43191e",
- "f8f8f8": "5a2a2b",
- "ffe14c": "49ffcd",
- "000000": "000000"
+ "404040": "c29484",
+ "6a3f73": "3b0c18",
+ "287366": "832714",
+ "3aa694": "b8552c",
+ "8e5499": "7c2928",
+ "bfbfbf": "43191e",
+ "595959": "ecd3c3",
+ "801a1a": "7c0907",
+ "4cd9c1": "dd834c",
+ "bd70cc": "5b1922",
+ "737373": "1d060c",
+ "f8f8f8": "5a2a2b",
+ "e52e2e": "ad3419",
+ "000000": "000000",
+ "ffe14c": "49ffcd"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/728.json b/public/images/pokemon/variant/exp/728.json
index 2439f925d49..a9c7155ec91 100644
--- a/public/images/pokemon/variant/exp/728.json
+++ b/public/images/pokemon/variant/exp/728.json
@@ -1,36 +1,44 @@
{
"1": {
- "2c316e": "00473d",
- "536fc3": "009469",
- "7199db": "14af82",
- "8d3774": "a62c20",
- "ef71c0": "ff8072",
- "ffc8ea": "ffc8ea",
- "3c4b92": "006355",
- "171717": "171717",
- "b95094": "e54c41",
- "fdfdfd": "fff6e2",
- "ccc2d0": "c2beb4",
- "9283a3": "808080",
- "7090a3": "858d7d",
- "a1d9e7": "92b599",
- "3e2d33": "3e2d33"
+ "101010": "101010",
+ "1e3a66": "363d2f",
+ "243a66": "00473d",
+ "733f50": "a62c20",
+ "404040": "404040",
+ "b3627d": "e54c41",
+ "2c4f8c": "5a6154",
+ "314f8c": "006355",
+ "436cbf": "009469",
+ "e57ea1": "ff8072",
+ "5f9ba6": "b56e76",
+ "639ba6": "858d7d",
+ "6c90d9": "14af82",
+ "808080": "808080",
+ "bfbfbf": "c2beb4",
+ "9edae5": "f7c1c5",
+ "a1dae5": "92b599",
+ "f8f8f8": "fff6e2",
+ "fefefe": "fff6e2"
},
"2": {
- "2c316e": "54041b",
- "536fc3": "a6213f",
- "7199db": "be294a",
- "8d3774": "620a33",
- "ef71c0": "dd3780",
- "ffc8ea": "f5edee",
- "3c4b92": "770f29",
- "171717": "171717",
- "b95094": "a7225c",
- "fdfdfd": "f5edee",
- "ccc2d0": "bfb4b9",
- "9283a3": "808080",
- "7090a3": "b88389",
- "a1d9e7": "f7c1c5",
- "3e2d33": "3e2d33"
+ "101010": "101010",
+ "1e3a66": "773f46",
+ "243a66": "54041b",
+ "733f50": "620a33",
+ "404040": "404040",
+ "b3627d": "a7225c",
+ "2c4f8c": "a45f67",
+ "314f8c": "770f29",
+ "436cbf": "a6213f",
+ "e57ea1": "dd3780",
+ "5f9ba6": "408c62",
+ "639ba6": "b88389",
+ "6c90d9": "be294a",
+ "808080": "808080",
+ "bfbfbf": "bfb4b9",
+ "9edae5": "91e6a2",
+ "a1dae5": "f7c1c5",
+ "f8f8f8": "f5edee",
+ "fefefe": "fff6e2"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729.json b/public/images/pokemon/variant/exp/729.json
index 7d679b135ef..7b196fda526 100644
--- a/public/images/pokemon/variant/exp/729.json
+++ b/public/images/pokemon/variant/exp/729.json
@@ -1,32 +1,46 @@
{
"1": {
- "808080": "808080",
- "f8f8f8": "fff6e2",
- "4d4d4d": "2d2e31",
- "b3b3b3": "c2beb4",
- "3d5f66": "3d5f66",
- "a1dae5": "ffbd98",
- "639ba6": "be665d",
- "77b8d9": "0ccfa2",
- "3f6273": "006b65",
"101010": "101010",
- "5b8da6": "009a88",
+ "2d2e31": "2d2e31",
"733f50": "bb402f",
- "e57ea1": "ff9384"
+ "476d72": "be665d",
+ "b3627d": "fb6051",
+ "326187": "006b65",
+ "e57ea1": "ff9384",
+ "639ba6": "b56e76",
+ "2d8ec4": "009a88",
+ "1eb9ee": "0ccfa2",
+ "808080": "808080",
+ "8dafaf": "ff989e",
+ "bfbfbf": "c2beb4",
+ "bad8d8": "ffbd98",
+ "bae1f1": "f7c1c5",
+ "f8f8f8": "fff6e2",
+ "fdfdfd": "fff6e2",
+ "e17ea1": "ff9384",
+ "ab627d": "fb6051",
+ "6f3f50": "bb402f"
},
"2": {
- "808080": "808080",
- "f8f8f8": "f5edee",
- "4d4d4d": "4d4d4d",
- "b3b3b3": "bfb4b9",
- "3d5f66": "793f5e",
- "a1dae5": "deabce",
- "639ba6": "b681a6",
- "77b8d9": "c6496f",
- "3f6273": "5a141b",
"101010": "101010",
- "5b8da6": "952c3f",
+ "2d2e31": "2d2e31",
"733f50": "620a33",
- "e57ea1": "dd3780"
+ "476d72": "793f5e",
+ "b3627d": "a7225c",
+ "326187": "5a141b",
+ "e57ea1": "dd3780",
+ "639ba6": "408c62",
+ "2d8ec4": "952c3f",
+ "1eb9ee": "c6496f",
+ "808080": "808080",
+ "8dafaf": "b681a6",
+ "bfbfbf": "bfb4b9",
+ "bad8d8": "deabce",
+ "bae1f1": "91e6a2",
+ "f8f8f8": "f5edee",
+ "fdfdfd": "fff6e2",
+ "e17ea1": "deabce",
+ "ab627d": "b681a6",
+ "6f3f50": "793f5e"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729_2.json b/public/images/pokemon/variant/exp/729_2.json
deleted file mode 100644
index 530888eaf6e..00000000000
--- a/public/images/pokemon/variant/exp/729_2.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "729_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729_2.png b/public/images/pokemon/variant/exp/729_2.png
deleted file mode 100644
index 8349e63c91a..00000000000
Binary files a/public/images/pokemon/variant/exp/729_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/729_3.json b/public/images/pokemon/variant/exp/729_3.json
deleted file mode 100644
index 632cef739a2..00000000000
--- a/public/images/pokemon/variant/exp/729_3.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "729_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 141,
- "h": 141
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 49,
- "h": 51
- },
- "frame": {
- "x": 0,
- "y": 51,
- "w": 49,
- "h": 51
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 48,
- "h": 50
- },
- "frame": {
- "x": 49,
- "y": 0,
- "w": 48,
- "h": 50
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 42,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 0,
- "w": 42,
- "h": 47
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 40,
- "h": 47
- },
- "frame": {
- "x": 97,
- "y": 47,
- "w": 40,
- "h": 47
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 46,
- "h": 48
- },
- "frame": {
- "x": 49,
- "y": 50,
- "w": 46,
- "h": 48
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 50,
- "h": 51
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 4,
- "w": 45,
- "h": 47
- },
- "frame": {
- "x": 95,
- "y": 94,
- "w": 45,
- "h": 47
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4df3ec883b357e664a50e3015060795f:29a8d34f9df9fa51691fda1da5961207:b2d5dd692ec79c7357afdffa7b3670a9$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/729_3.png b/public/images/pokemon/variant/exp/729_3.png
deleted file mode 100644
index a4b4197f18a..00000000000
Binary files a/public/images/pokemon/variant/exp/729_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/730.json b/public/images/pokemon/variant/exp/730.json
index dbc5dda270d..5c8deeb52b2 100644
--- a/public/images/pokemon/variant/exp/730.json
+++ b/public/images/pokemon/variant/exp/730.json
@@ -1,20 +1,52 @@
{
+ "1": {
+ "101010": "101010",
+ "843843": "a62c20",
+ "8d3f4a": "a62c20",
+ "c46074": "e54c41",
+ "c76374": "e54c41",
+ "0e6792": "b54f5f",
+ "1241a1": "006355",
+ "6d7481": "917393",
+ "727481": "a0866f",
+ "1470de": "009469",
+ "5a8092": "74312e",
+ "44a0b5": "d87383",
+ "64c5e1": "00dc9c",
+ "6ac8e3": "ffa0a8",
+ "82a7b9": "c35861",
+ "fd8196": "ff8072",
+ "ff8496": "ff8072",
+ "bdbdc1": "c0b7a1",
+ "c0bdc1": "beaac0",
+ "aac7e6": "ea7c5b",
+ "f8f8f8": "fff2d4",
+ "faf8f8": "f1e8f1",
+ "fef8f8": "fef8f8"
+ },
"2": {
- "316a77": "500518",
- "60dbf5": "a6213f",
- "6189ac": "5c2141",
- "cee8ff": "e9a5c0",
- "499bb9": "770f29",
- "777171": "5c2141",
- "cfbdc6": "bfb4b9",
- "74b3e9": "c17b97",
- "ffffff": "f5edee",
- "000000": "000000",
- "c24262": "1d1638",
- "e9b9c5": "614388",
- "ee8ba4": "391e62",
- "0a3a65": "591945",
- "1073cc": "81387e",
- "115591": "591945"
+ "101010": "101010",
+ "843843": "5c2141",
+ "8d3f4a": "1d1638",
+ "c46074": "c17b97",
+ "c76374": "391e62",
+ "0e6792": "500518",
+ "1241a1": "591945",
+ "6d7481": "81716d",
+ "727481": "9e8193",
+ "1470de": "81387e",
+ "5a8092": "5c2141",
+ "44a0b5": "770f29",
+ "64c5e1": "bd2b6b",
+ "6ac8e3": "a6213f",
+ "82a7b9": "c17b97",
+ "fd8196": "e9a5c0",
+ "ff8496": "614388",
+ "bdbdc1": "bfb4b9",
+ "c0bdc1": "c0b4a5",
+ "aac7e6": "e9a5c0",
+ "f8f8f8": "f5edee",
+ "faf8f8": "f5f3e3",
+ "fef8f8": "fef8f8"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/730_2.json b/public/images/pokemon/variant/exp/730_2.json
deleted file mode 100644
index cc806a36b25..00000000000
--- a/public/images/pokemon/variant/exp/730_2.json
+++ /dev/null
@@ -1,2309 +0,0 @@
-{
- "textures": [
- {
- "image": "730_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 615,
- "h": 615
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0038.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0086.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 81
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 81
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0035.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0083.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 85
- },
- "frame": {
- "x": 0,
- "y": 81,
- "w": 78,
- "h": 85
- }
- },
- {
- "filename": "0062.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0107.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 8,
- "w": 83,
- "h": 80
- },
- "frame": {
- "x": 166,
- "y": 0,
- "w": 83,
- "h": 80
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0034.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0082.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 166,
- "w": 74,
- "h": 88
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0039.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0087.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 249,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0040.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0088.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 332,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0064.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 84,
- "h": 78
- },
- "frame": {
- "x": 416,
- "y": 0,
- "w": 84,
- "h": 78
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0033.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0081.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 88
- },
- "frame": {
- "x": 0,
- "y": 254,
- "w": 73,
- "h": 88
- }
- },
- {
- "filename": "0063.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 83,
- "h": 79
- },
- "frame": {
- "x": 500,
- "y": 0,
- "w": 83,
- "h": 79
- }
- },
- {
- "filename": "0057.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 73,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 342,
- "w": 73,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0032.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0080.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 429,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0056.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 2,
- "w": 75,
- "h": 86
- },
- "frame": {
- "x": 0,
- "y": 515,
- "w": 75,
- "h": 86
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0031.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0079.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 78,
- "y": 81,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0037.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0085.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 82
- },
- "frame": {
- "x": 153,
- "y": 80,
- "w": 81,
- "h": 82
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0036.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0084.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 82
- },
- "frame": {
- "x": 74,
- "y": 166,
- "w": 80,
- "h": 82
- }
- },
- {
- "filename": "0108.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 80,
- "h": 81
- },
- "frame": {
- "x": 154,
- "y": 162,
- "w": 80,
- "h": 81
- }
- },
- {
- "filename": "0055.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 75,
- "h": 85
- },
- "frame": {
- "x": 234,
- "y": 80,
- "w": 75,
- "h": 85
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0025.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0049.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0073.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0097.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 234,
- "y": 165,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0058.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 74,
- "h": 85
- },
- "frame": {
- "x": 309,
- "y": 79,
- "w": 74,
- "h": 85
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0028.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0052.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0076.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 383,
- "y": 78,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0059.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 78,
- "h": 82
- },
- "frame": {
- "x": 312,
- "y": 164,
- "w": 78,
- "h": 82
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0026.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0050.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0074.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 390,
- "y": 160,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0027.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0051.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0075.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 461,
- "y": 79,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0030.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0054.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0078.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 76,
- "h": 81
- },
- "frame": {
- "x": 539,
- "y": 79,
- "w": 76,
- "h": 81
- }
- },
- {
- "filename": "0061.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 81,
- "h": 79
- },
- "frame": {
- "x": 468,
- "y": 160,
- "w": 81,
- "h": 79
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0047.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0095.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 243,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0041.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0089.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 234,
- "y": 246,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0060.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 6,
- "w": 80,
- "h": 79
- },
- "frame": {
- "x": 74,
- "y": 248,
- "w": 80,
- "h": 79
- }
- },
- {
- "filename": "0109.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 78,
- "h": 81
- },
- "frame": {
- "x": 73,
- "y": 327,
- "w": 78,
- "h": 81
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0029.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0053.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0077.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 7,
- "w": 77,
- "h": 81
- },
- "frame": {
- "x": 318,
- "y": 246,
- "w": 77,
- "h": 81
- }
- },
- {
- "filename": "0098.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 9,
- "w": 78,
- "h": 79
- },
- "frame": {
- "x": 395,
- "y": 241,
- "w": 78,
- "h": 79
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0048.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0096.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 473,
- "y": 239,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0072.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 10,
- "w": 78,
- "h": 78
- },
- "frame": {
- "x": 75,
- "y": 408,
- "w": 78,
- "h": 78
- }
- },
- {
- "filename": "0099.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 11,
- "w": 79,
- "h": 77
- },
- "frame": {
- "x": 75,
- "y": 486,
- "w": 79,
- "h": 77
- }
- },
- {
- "filename": "0071.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 80,
- "h": 75
- },
- "frame": {
- "x": 154,
- "y": 318,
- "w": 80,
- "h": 75
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0042.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0090.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 234,
- "y": 320,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0043.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0091.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 318,
- "y": 327,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0065.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 153,
- "y": 393,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0101.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 81,
- "h": 71
- },
- "frame": {
- "x": 237,
- "y": 393,
- "w": 81,
- "h": 71
- }
- },
- {
- "filename": "0066.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 84,
- "h": 73
- },
- "frame": {
- "x": 318,
- "y": 399,
- "w": 84,
- "h": 73
- }
- },
- {
- "filename": "0106.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 13,
- "w": 83,
- "h": 75
- },
- "frame": {
- "x": 402,
- "y": 320,
- "w": 83,
- "h": 75
- }
- },
- {
- "filename": "0105.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 84,
- "h": 74
- },
- "frame": {
- "x": 402,
- "y": 395,
- "w": 84,
- "h": 74
- }
- },
- {
- "filename": "0100.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 14,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 485,
- "y": 317,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0104.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 15,
- "w": 83,
- "h": 73
- },
- "frame": {
- "x": 486,
- "y": 391,
- "w": 83,
- "h": 73
- }
- },
- {
- "filename": "0067.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 84,
- "h": 72
- },
- "frame": {
- "x": 154,
- "y": 467,
- "w": 84,
- "h": 72
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0045.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0093.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 154,
- "y": 539,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0046.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0094.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 486,
- "y": 464,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0069.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 402,
- "y": 469,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0070.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 17,
- "w": 83,
- "h": 71
- },
- "frame": {
- "x": 485,
- "y": 535,
- "w": 83,
- "h": 71
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0044.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0092.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 237,
- "y": 539,
- "w": 82,
- "h": 72
- }
- },
- {
- "filename": "0103.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 83,
- "h": 72
- },
- "frame": {
- "x": 319,
- "y": 472,
- "w": 83,
- "h": 72
- }
- },
- {
- "filename": "0102.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 18,
- "w": 82,
- "h": 70
- },
- "frame": {
- "x": 319,
- "y": 544,
- "w": 82,
- "h": 70
- }
- },
- {
- "filename": "0068.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 88
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 16,
- "w": 82,
- "h": 72
- },
- "frame": {
- "x": 402,
- "y": 540,
- "w": 82,
- "h": 72
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4329c19087eab420ea4188f3ebf013ba:3f36a5e65803b0f012c6fee4aeaf5df7:fcd0d2cb6b26724e796ae0dcb71fae3f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/730_2.png b/public/images/pokemon/variant/exp/730_2.png
deleted file mode 100644
index f7a1b20a9be..00000000000
Binary files a/public/images/pokemon/variant/exp/730_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/746-school.json b/public/images/pokemon/variant/exp/746-school.json
new file mode 100644
index 00000000000..a76aca2921f
--- /dev/null
+++ b/public/images/pokemon/variant/exp/746-school.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "0a1627": "5f2112",
+ "113650": "0b3d3a",
+ "123954": "75351b",
+ "10437d": "16574d",
+ "134884": "934f26",
+ "1766c6": "b77736",
+ "3d66d8": "d39c63",
+ "416adf": "2c9572",
+ "79848a": "a67834",
+ "749cf6": "5ce09d",
+ "43ebf3": "824388",
+ "72f0f6": "27133f",
+ "9cd3fd": "78f389",
+ "a6c5f7": "aafe94",
+ "cfd1d3": "d5ab51",
+ "fbfbfb": "f7d76b"
+ },
+ "2": {
+ "101010": "101010",
+ "0a1627": "160523",
+ "113650": "846228",
+ "123954": "28071a",
+ "10437d": "b7904d",
+ "134884": "350b19",
+ "1766c6": "4a1111",
+ "3d66d8": "622222",
+ "416adf": "dec284",
+ "79848a": "4a1111",
+ "749cf6": "f8ecc5",
+ "43ebf3": "4378eb",
+ "72f0f6": "31238e",
+ "9cd3fd": "fefed9",
+ "a6c5f7": "fefeef",
+ "cfd1d3": "5f291c",
+ "fbfbfb": "844232"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/746.json b/public/images/pokemon/variant/exp/746.json
new file mode 100644
index 00000000000..5b183b10e5d
--- /dev/null
+++ b/public/images/pokemon/variant/exp/746.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "101010": "101010",
+ "1f2161": "16574d",
+ "5d666d": "75391b",
+ "616b72": "a67834",
+ "9c455b": "308c9d",
+ "374793": "2c9572",
+ "4764c9": "5ce09d",
+ "3e9cbb": "27133f",
+ "61c8de": "824388",
+ "8c9c9d": "935926",
+ "8d9c9d": "c69b3f",
+ "d88394": "65cfe2",
+ "b0c5c6": "d5ab51",
+ "ccd2ce": "b77736",
+ "d8d9da": "d8d9da",
+ "eeeeee": "f7d76b",
+ "fefefe": "fefefe"
+ },
+ "2": {
+ "101010": "101010",
+ "1f2161": "b7904d",
+ "5d666d": "1e0726",
+ "616b72": "4a1111",
+ "9c455b": "b9682d",
+ "374793": "dec284",
+ "4764c9": "f8ecc5",
+ "3e9cbb": "4378eb",
+ "61c8de": "5787f1",
+ "8c9c9d": "350b19",
+ "8d9c9d": "531917",
+ "d88394": "e4d85f",
+ "b0c5c6": "5f291c",
+ "ccd2ce": "4a1111",
+ "d8d9da": "d8d9da",
+ "eeeeee": "844232",
+ "fefefe": "fefefe"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/780.json b/public/images/pokemon/variant/exp/780.json
new file mode 100644
index 00000000000..0399d3567bf
--- /dev/null
+++ b/public/images/pokemon/variant/exp/780.json
@@ -0,0 +1,40 @@
+{
+ "1": {
+ "8d541b": "bd8955",
+ "297b8b": "1a316b",
+ "606f55": "496375",
+ "ffc4d7": "f29d9d",
+ "105262": "0e194a",
+ "b4cda4": "9ab5b8",
+ "f5ae07": "e8c987",
+ "ce5b9b": "cf4654",
+ "faf550": "faf0b1",
+ "e67b9c": "e65757",
+ "bd3983": "bd3341",
+ "eea6bc": "f06e6e",
+ "5aa4a4": "284c80",
+ "b8b7a3": "cf8d38",
+ "726d5c": "a36026",
+ "91a37c": "7798a1",
+ "eeeeee": "e6c15e"
+ },
+ "2": {
+ "8d541b": "157d36",
+ "297b8b": "4e4f73",
+ "606f55": "8f825d",
+ "ffc4d7": "f2e396",
+ "105262": "3f3c61",
+ "b4cda4": "d6dbba",
+ "f5ae07": "24ab2b",
+ "ce5b9b": "d9ae5d",
+ "faf550": "3ec435",
+ "e67b9c": "e3b656",
+ "bd3983": "c27529",
+ "eea6bc": "f2d98d",
+ "5aa4a4": "6a708a",
+ "b8b7a3": "254e59",
+ "726d5c": "162d3d",
+ "91a37c": "b5b48b",
+ "eeeeee": "3e7a76"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/840.json b/public/images/pokemon/variant/exp/840.json
new file mode 100644
index 00000000000..5a6a81a887e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/840.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "e2244a": "70a2c5",
+ "8d4229": "570749",
+ "94d84a": "fefefe",
+ "a4d84a": "9aa0b3",
+ "d39a52": "9c2e72",
+ "e32b50": "4e77a2",
+ "5fab1d": "7a7c9e",
+ "fe455c": "abd7e2",
+ "5bab1d": "acb0c3",
+ "247912": "48485d",
+ "a50534": "3e6085",
+ "357912": "313846",
+ "f2c171": "c55885",
+ "fa6f8b": "c1f3f3"
+ },
+ "2": {
+ "e2244a": "bfb5ab",
+ "8d4229": "230808",
+ "94d84a": "589df3",
+ "a4d84a": "9aa0b3",
+ "d39a52": "291411",
+ "e32b50": "807770",
+ "5fab1d": "7a7c9e",
+ "fe455c": "dcd9d1",
+ "5bab1d": "354dbf",
+ "247912": "2e2246",
+ "a50534": "68645f",
+ "357912": "313846",
+ "f2c171": "463731",
+ "fa6f8b": "eeedea"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/841.json b/public/images/pokemon/variant/exp/841.json
new file mode 100644
index 00000000000..aa68f322f29
--- /dev/null
+++ b/public/images/pokemon/variant/exp/841.json
@@ -0,0 +1,42 @@
+{
+ "1": {
+ "101010": "101010",
+ "612324": "3e6085",
+ "395a2e": "383146",
+ "9b2629": "70a2c5",
+ "d72d31": "abd7e2",
+ "874c23": "453157",
+ "8d764b": "110723",
+ "d9695a": "c55885",
+ "488235": "8e7a9e",
+ "56ab32": "a59ab3",
+ "b08c51": "b3b1d6",
+ "b5915b": "34123a",
+ "ccb468": "5d2654",
+ "f1c950": "f3c5dd",
+ "ccca71": "e6dcf9",
+ "f0bda6": "c1f3f3",
+ "ebe381": "854774",
+ "fcfcfc": "fcfcfc"
+ },
+ "2": {
+ "101010": "101010",
+ "612324": "827466",
+ "395a2e": "4f0e30",
+ "9b2629": "bfb5ab",
+ "d72d31": "dcd9d1",
+ "874c23": "2e2246",
+ "8d764b": "230313",
+ "d9695a": "463731",
+ "488235": "a8546e",
+ "56ab32": "e28c95",
+ "b08c51": "cbb4af",
+ "b5915b": "541711",
+ "ccb468": "8b4332",
+ "f1c950": "589df3",
+ "ccca71": "e2dcd6",
+ "f0bda6": "eeedea",
+ "ebe381": "c68862",
+ "fcfcfc": "fcfcfc"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/842.json b/public/images/pokemon/variant/exp/842.json
new file mode 100644
index 00000000000..0629adc139a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/842.json
@@ -0,0 +1,43 @@
+{
+ "1": {
+ "101010": "101010",
+ "1f4329": "313846",
+ "1f5829": "852560",
+ "2c743e": "7a7c9e",
+ "9f7034": "230f47",
+ "ac6b20": "110723",
+ "af2348": "67829e",
+ "e75574": "70a2c5",
+ "39a45f": "92cbd9",
+ "7de755": "d66f9a",
+ "e78422": "1f1946",
+ "ffa63b": "2d3d68",
+ "f1cf6d": "a3b9d0",
+ "f9d56d": "698db4",
+ "ffc575": "2b526f",
+ "f18e8e": "c1f3f3",
+ "fcff86": "397880",
+ "621522": "204063"
+
+ },
+ "2": {
+ "101010": "101010",
+ "1f4329": "511c2d",
+ "1f5829": "2e2246",
+ "2c743e": "a8546e",
+ "9f7034": "3a130d",
+ "ac6b20": "68645f",
+ "af2348": "bfb5ab",
+ "e75574": "dcd9d1",
+ "39a45f": "e28c95",
+ "7de755": "589df3",
+ "e78422": "4b211b",
+ "ffa63b": "63473b",
+ "f1cf6d": "cbb4af",
+ "f9d56d": "b9937a",
+ "ffc575": "d1a87e",
+ "f18e8e": "eeedea",
+ "fcff86": "eee0bc",
+ "621522": "68645f"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/871.json b/public/images/pokemon/variant/exp/871.json
new file mode 100644
index 00000000000..5004d3013b5
--- /dev/null
+++ b/public/images/pokemon/variant/exp/871.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "2e2732": "1b3334",
+ "281f2e": "2a2732",
+ "46384c": "504540",
+ "493d4e": "3a5d57",
+ "665272": "62857c",
+ "544947": "7d320e",
+ "7a7270": "a8501b",
+ "9e9a96": "cd7930",
+ "7b4e1c": "5b0d3f",
+ "d58815": "a02c58",
+ "fdba2f": "c45858",
+ "fdf22f": "f1e8e8"
+ },
+ "2": {
+ "101010": "101010",
+ "2e2732": "8b4738",
+ "281f2e": "212232",
+ "46384c": "504740",
+ "493d4e": "ce8a66",
+ "665272": "eac69b",
+ "544947": "1a1730",
+ "7a7270": "27223b",
+ "9e9a96": "3a3449",
+ "7b4e1c": "222c58",
+ "d58815": "343f7f",
+ "fdba2f": "67729f",
+ "fdf22f": "8e9fc9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/935.json b/public/images/pokemon/variant/exp/935.json
deleted file mode 100644
index 8aa02017aca..00000000000
--- a/public/images/pokemon/variant/exp/935.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "0": {
- "3681e4": "cfac07",
- "df00df": "b168ca",
- "82afee": "fdcd0d",
- "ff51ff": "e589b5",
- "ca0d33": "5ba0cc",
- "ee0d23": "93d6b7",
- "801313": "212982",
- "b33630": "4861a5",
- "0f0f0f": "0f0f0f",
- "464444": "4d3467",
- "636161": "885aa3",
- "f38f07": "b885d6",
- "8c8a8a": "c79ace",
- "f32e42": "93d6b7",
- "1b2123": "1b2123",
- "c77505": "795bd3",
- "f3bd03": "a59fdf",
- "ffffff": "ffffff",
- "bbb9b9": "bbb9b9",
- "5c5d64": "5c5d64"
- },
- "1": {
- "3681e4": "a3bfcc",
- "df00df": "88a0cc",
- "82afee": "dbf5ff",
- "ff51ff": "bbccea",
- "ca0d33": "41accd",
- "ee0d23": "96f5ff",
- "801313": "0b3060",
- "b33630": "205b82",
- "0f0f0f": "0f0f0f",
- "464444": "2d2c35",
- "636161": "3b4149",
- "f38f07": "e0734c",
- "8c8a8a": "888989",
- "f32e42": "87c1e5",
- "1b2123": "1b2123",
- "c77505": "d33830",
- "f3bd03": "f4b766",
- "ffffff": "ffffff",
- "bbb9b9": "bbb9b9",
- "5c5d64": "5c5d64"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/935_1.png b/public/images/pokemon/variant/exp/935_1.png
deleted file mode 100644
index 06c09657444..00000000000
Binary files a/public/images/pokemon/variant/exp/935_1.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/935_2.png b/public/images/pokemon/variant/exp/935_2.png
deleted file mode 100644
index 87d88ad2a74..00000000000
Binary files a/public/images/pokemon/variant/exp/935_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/935_3.json b/public/images/pokemon/variant/exp/935_3.json
deleted file mode 100644
index 019ec7ab1de..00000000000
--- a/public/images/pokemon/variant/exp/935_3.json
+++ /dev/null
@@ -1,440 +0,0 @@
-{
- "textures": [
- {
- "image": "935_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 165,
- "h": 165
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 55,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 55,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 55,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 110,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 110,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 0,
- "y": 110,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 35,
- "y": 0,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 35,
- "y": 55,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 35,
- "y": 110,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 70,
- "y": 0,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 105,
- "y": 0,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 70,
- "y": 55,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 70,
- "y": 110,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 105,
- "y": 55,
- "w": 35,
- "h": 55
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 35,
- "h": 55
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 35,
- "h": 55
- },
- "frame": {
- "x": 105,
- "y": 110,
- "w": 35,
- "h": 55
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:06750fe617b2ad66c1af576e0074e016:b59cf22eea90e9839062adc1f728c00a:077dcf06dc5fc347497b59afe6126a5e$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/935_3.png b/public/images/pokemon/variant/exp/935_3.png
deleted file mode 100644
index 2ffcbac799e..00000000000
Binary files a/public/images/pokemon/variant/exp/935_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/936_1.json b/public/images/pokemon/variant/exp/936_1.json
deleted file mode 100644
index f3c45278c91..00000000000
--- a/public/images/pokemon/variant/exp/936_1.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "936_1.png",
- "format": "RGBA8888",
- "size": {
- "w": 323,
- "h": 323
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 198,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 228,
- "y": 0,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 98,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 194,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 264,
- "y": 99,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 253,
- "y": 198,
- "w": 59,
- "h": 98
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2943281264e8142bbdb55f3a34167d72:322e92870c690e237c7a5e4a4a5f8e84:1a0490303f9626f92e787c567cd10feb$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/936_1.png b/public/images/pokemon/variant/exp/936_1.png
deleted file mode 100644
index cdc333ab841..00000000000
Binary files a/public/images/pokemon/variant/exp/936_1.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/936_2.json b/public/images/pokemon/variant/exp/936_2.json
deleted file mode 100644
index dfe48120a67..00000000000
--- a/public/images/pokemon/variant/exp/936_2.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "936_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 323,
- "h": 323
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 198,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 228,
- "y": 0,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 98,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 194,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 264,
- "y": 99,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 253,
- "y": 198,
- "w": 59,
- "h": 98
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2943281264e8142bbdb55f3a34167d72:322e92870c690e237c7a5e4a4a5f8e84:1a0490303f9626f92e787c567cd10feb$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/936_2.png b/public/images/pokemon/variant/exp/936_2.png
deleted file mode 100644
index 4d5bfb25268..00000000000
Binary files a/public/images/pokemon/variant/exp/936_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/936_3.json b/public/images/pokemon/variant/exp/936_3.json
deleted file mode 100644
index e80ca73deb5..00000000000
--- a/public/images/pokemon/variant/exp/936_3.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "936_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 323,
- "h": 323
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 76,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 198,
- "w": 76,
- "h": 99
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 76,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 1,
- "w": 76,
- "h": 98
- },
- "frame": {
- "x": 152,
- "y": 0,
- "w": 76,
- "h": 98
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 228,
- "y": 0,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 70,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 98,
- "w": 70,
- "h": 99
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 146,
- "y": 98,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 76,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 135,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 194,
- "y": 197,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 205,
- "y": 99,
- "w": 59,
- "h": 98
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 0,
- "w": 59,
- "h": 99
- },
- "frame": {
- "x": 264,
- "y": 99,
- "w": 59,
- "h": 99
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 76,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 9,
- "y": 1,
- "w": 59,
- "h": 98
- },
- "frame": {
- "x": 253,
- "y": 198,
- "w": 59,
- "h": 98
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:2943281264e8142bbdb55f3a34167d72:322e92870c690e237c7a5e4a4a5f8e84:1a0490303f9626f92e787c567cd10feb$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/936_3.png b/public/images/pokemon/variant/exp/936_3.png
deleted file mode 100644
index 27874a25886..00000000000
Binary files a/public/images/pokemon/variant/exp/936_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/937_1.json b/public/images/pokemon/variant/exp/937_1.json
deleted file mode 100644
index d8039af99c7..00000000000
--- a/public/images/pokemon/variant/exp/937_1.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "textures": [
- {
- "image": "937_1.png",
- "format": "RGBA8888",
- "size": {
- "w": 247,
- "h": 247
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 83,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 98
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 99
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 81,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 83,
- "h": 99
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 83,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 86,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 86,
- "y": 99,
- "w": 86,
- "h": 99
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:492182e4e32e5cddaa9dfc2c2c08b684:084d0317f824a0d082ba0ffcfebc407b:1d4b4f8d62307c37457ba974879b47d0$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/937_1.png b/public/images/pokemon/variant/exp/937_1.png
deleted file mode 100644
index 82fa70b0c5b..00000000000
Binary files a/public/images/pokemon/variant/exp/937_1.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/937_2.json b/public/images/pokemon/variant/exp/937_2.json
deleted file mode 100644
index 58792129101..00000000000
--- a/public/images/pokemon/variant/exp/937_2.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "textures": [
- {
- "image": "937_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 247,
- "h": 247
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 83,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 98
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 99
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 81,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 83,
- "h": 99
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 83,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 86,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 86,
- "y": 99,
- "w": 86,
- "h": 99
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:492182e4e32e5cddaa9dfc2c2c08b684:084d0317f824a0d082ba0ffcfebc407b:1d4b4f8d62307c37457ba974879b47d0$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/937_2.png b/public/images/pokemon/variant/exp/937_2.png
deleted file mode 100644
index 43e2b060319..00000000000
Binary files a/public/images/pokemon/variant/exp/937_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/937_3.json b/public/images/pokemon/variant/exp/937_3.json
deleted file mode 100644
index 213c017c1e0..00000000000
--- a/public/images/pokemon/variant/exp/937_3.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "textures": [
- {
- "image": "937_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 247,
- "h": 247
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 83,
- "h": 98
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 83,
- "h": 98
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 2,
- "y": 0,
- "w": 81,
- "h": 99
- },
- "frame": {
- "x": 83,
- "y": 0,
- "w": 81,
- "h": 99
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 83,
- "h": 99
- },
- "frame": {
- "x": 164,
- "y": 0,
- "w": 83,
- "h": 99
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 0,
- "y": 99,
- "w": 86,
- "h": 99
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 86,
- "h": 99
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 86,
- "h": 99
- },
- "frame": {
- "x": 86,
- "y": 99,
- "w": 86,
- "h": 99
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:492182e4e32e5cddaa9dfc2c2c08b684:084d0317f824a0d082ba0ffcfebc407b:1d4b4f8d62307c37457ba974879b47d0$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/937_3.png b/public/images/pokemon/variant/exp/937_3.png
deleted file mode 100644
index 9a208ba1457..00000000000
Binary files a/public/images/pokemon/variant/exp/937_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/2037.json b/public/images/pokemon/variant/exp/back/2037.json
new file mode 100644
index 00000000000..0d2c02cf980
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/2037.json
@@ -0,0 +1,22 @@
+{
+ "1": {
+ "151515": "101010",
+ "558b9f": "9f435d",
+ "648082": "6e67b0",
+ "97bdd2": "ffa8b8",
+ "c1d1d2": "b3b8ea",
+ "d9e9f4": "ffd3e1",
+ "fdfdfd": "d7d9f9",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "151515": "101010",
+ "558b9f": "90215e",
+ "648082": "bf4747",
+ "97bdd2": "da4e75",
+ "c1d1d2": "ffc07b",
+ "d9e9f4": "ff8489",
+ "fdfdfd": "ffe6a0",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/2038.json b/public/images/pokemon/variant/exp/back/2038.json
new file mode 100644
index 00000000000..845c45f7887
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/2038.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "4d5c78": "394880",
+ "516077": "9f435d",
+ "007ab5": "2380c4",
+ "38858d": "e35ea2",
+ "7a8a9c": "6172ab",
+ "66b3d7": "3dbfe0",
+ "86a8c0": "e27495",
+ "81c2c5": "ff89c0",
+ "bdcbd7": "a7ade7",
+ "a1e1de": "ffb6e5",
+ "b0d3ea": "ffa8b8",
+ "eafefe": "ffd3e1",
+ "fdfdfd": "bec6ef",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "4d5c78": "73174a",
+ "516077": "bb3c3c",
+ "007ab5": "882493",
+ "38858d": "572746",
+ "7a8a9c": "90215e",
+ "66b3d7": "a044ab",
+ "86a8c0": "ff824c",
+ "81c2c5": "75355e",
+ "bdcbd7": "da426d",
+ "a1e1de": "93547c",
+ "b0d3ea": "ffbf6b",
+ "eafefe": "ffe28c",
+ "fdfdfd": "ff6f86",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/248-mega.json b/public/images/pokemon/variant/exp/back/248-mega.json
index f1770cfc32f..f5b58bf5f10 100644
--- a/public/images/pokemon/variant/exp/back/248-mega.json
+++ b/public/images/pokemon/variant/exp/back/248-mega.json
@@ -1,13 +1,28 @@
{
+ "1": {
+ "171717": "101010",
+ "4a5a39": "533334",
+ "4b5a3b": "533334",
+ "727272": "727272",
+ "801c17": "004194",
+ "922d00": "004194",
+ "ce283d": "006fb3",
+ "d35200": "0098fc",
+ "729a62": "915957",
+ "739c62": "915957",
+ "aacb9a": "c78482"
+ },
"2": {
- "4a5a39": "06092f",
- "101010": "101010",
- "accd9c": "625695",
- "739c62": "2c3071",
- "ffffff": "ffffff",
- "6a2000": "ee7b06",
- "bd3920": "ffa904",
- "737373": "737373",
- "000000": "000000"
+ "171717": "101010",
+ "4a5a39": "06092f",
+ "4b5a3b": "06092f",
+ "727272": "727272",
+ "801c17": "ee7b06",
+ "922d00": "ee7b06",
+ "ce283d": "ffa904",
+ "d35200": "ffa904",
+ "729a62": "2c3071",
+ "739c62": "2c3071",
+ "aacb9a": "625695"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/248-mega_2.json b/public/images/pokemon/variant/exp/back/248-mega_2.json
deleted file mode 100644
index 7f236a6bb87..00000000000
--- a/public/images/pokemon/variant/exp/back/248-mega_2.json
+++ /dev/null
@@ -1,272 +0,0 @@
-{
- "textures": [
- {
- "image": "248-mega_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 292,
- "h": 292
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": false,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 80,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 74,
- "w": 80,
- "h": 74
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 0,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 0,
- "w": 79,
- "h": 74
- },
- "frame": {
- "x": 79,
- "y": 148,
- "w": 79,
- "h": 74
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 0,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 1,
- "y": 1,
- "w": 79,
- "h": 73
- },
- "frame": {
- "x": 80,
- "y": 73,
- "w": 79,
- "h": 73
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 146,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 4,
- "y": 1,
- "w": 75,
- "h": 73
- },
- "frame": {
- "x": 158,
- "y": 219,
- "w": 75,
- "h": 73
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 0,
- "w": 73,
- "h": 73
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 80,
- "h": 74
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 1,
- "w": 73,
- "h": 73
- },
- "frame": {
- "x": 159,
- "y": 73,
- "w": 73,
- "h": 73
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:625e35ec9f8e731e89fa37587ffb4738:07d356e18baf0312a4e8a36adb76fdd5:90df97eb431b7162252516cb937a0b9e$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/248-mega_2.png b/public/images/pokemon/variant/exp/back/248-mega_2.png
deleted file mode 100644
index 7971c22d8fe..00000000000
Binary files a/public/images/pokemon/variant/exp/back/248-mega_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/362-mega.json b/public/images/pokemon/variant/exp/back/362-mega.json
index 3eddfcb3ef0..2f3d13a6944 100644
--- a/public/images/pokemon/variant/exp/back/362-mega.json
+++ b/public/images/pokemon/variant/exp/back/362-mega.json
@@ -1,28 +1,26 @@
{
"1": {
- "000000": "010101",
"393941": "050832",
+ "010101": "010101",
"2b74a8": "84073c",
- "7b7b83": "1b205d",
- "ffffff": "ff937b",
- "a4deff": "f9383e",
- "62bdee": "b7113a",
- "e6e6f6": "a2b7e5",
- "c5cde6": "6076c6",
+ "bbeeff": "f9383e",
+ "7dbbee": "b7113a",
+ "fefefe": "ff937b",
"7b7b94": "1b205d",
- "acaccd": "2f3c84"
+ "e6e6f6": "a2b7e5",
+ "acaccd": "2f3c84",
+ "c5cde6": "6076c6"
},
"2": {
- "000000": "010101",
"393941": "221315",
+ "010101": "010101",
"2b74a8": "0c4b3a",
- "7b7b83": "4a282a",
- "ffffff": "c8ff9c",
- "a4deff": "5ce11a",
- "62bdee": "009325",
- "e6e6f6": "a76344",
- "c5cde6": "7e4a3f",
+ "bbeeff": "5ce11a",
+ "7dbbee": "009325",
+ "fefefe": "c8ff9c",
"7b7b94": "4a282a",
- "acaccd": "613735"
+ "e6e6f6": "a76344",
+ "acaccd": "613735",
+ "c5cde6": "7e4a3f"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/654.json b/public/images/pokemon/variant/exp/back/654.json
index c7524e01b9a..0f3b2bf3d4e 100644
--- a/public/images/pokemon/variant/exp/back/654.json
+++ b/public/images/pokemon/variant/exp/back/654.json
@@ -1,34 +1,38 @@
{
"1": {
- "907020": "481332",
- "ffe060": "a85789",
- "e0ad10": "682546",
- "040404": "101010",
- "803020": "471b70",
- "f06030": "ab6ce0",
- "bf4020": "6231a5",
- "202020": "262626",
- "cccccc": "c093c3",
- "3c3c3c": "404040",
- "fdfdfd": "e7caef",
- "a4583e": "6231a5",
- "414141": "404040",
- "606060": "5c255f"
+ "101010": "101010",
+ "736028": "061530",
+ "ffd659": "b55390",
+ "ccab47": "872b59",
+ "732e17": "471b70",
+ "f26130": "ab6ce0",
+ "b34724": "6231a5",
+ "f8f8f8": "f7e4fc",
+ "737373": "5c255f",
+ "bfbfbf": "c093c3",
+ "804913": "c5b3ca",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "80f37b",
+ "ffc000": "4fcb61",
+ "ff8700": "207d4e"
},
"2": {
- "907020": "061530",
- "ffe060": "2b5f8a",
- "e0ad10": "173864",
- "040404": "101010",
- "803020": "005646",
- "f06030": "21d170",
- "bf4020": "0aaa77",
- "202020": "262626",
- "cccccc": "d4b996",
- "3c3c3c": "404040",
- "fdfdfd": "fff2dd",
- "a4583e": "0aaa77",
- "414141": "404040",
- "606060": "75553c"
+ "101010": "101010",
+ "736028": "061530",
+ "ffd659": "2b5f8a",
+ "ccab47": "173864",
+ "732e17": "005646",
+ "f26130": "21d170",
+ "b34724": "0aaa77",
+ "f8f8f8": "fff2dd",
+ "737373": "75553c",
+ "bfbfbf": "d4b996",
+ "804913": "098794",
+ "262626": "262626",
+ "404040": "404040",
+ "f8cf52": "c858a4",
+ "ffc000": "75308e",
+ "ff8700": "521364"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/656.json b/public/images/pokemon/variant/exp/back/656.json
index 34b11bfab78..f41398f3154 100644
--- a/public/images/pokemon/variant/exp/back/656.json
+++ b/public/images/pokemon/variant/exp/back/656.json
@@ -1,17 +1,17 @@
{
"1": {
- "838394": "4d7dc5",
+ "848496": "4d7dc5",
"7bcdff": "9c75c2",
"62ace6": "8363af",
"ffffff": "b1e5ff",
"396a83": "362864",
"9c9cc5": "5385c7",
"cdcde6": "7eb7e8",
- "174592": "198158",
+ "174592": "37408c",
"5a94cd": "7054a4"
},
"2": {
- "838394": "cc6845",
+ "848496": "cc6845",
"7bcdff": "dd6155",
"62ace6": "c44848",
"ffffff": "fff4bd",
diff --git a/public/images/pokemon/variant/exp/back/664.json b/public/images/pokemon/variant/exp/back/664.json
index 65474e240f3..ae0ec9fc792 100644
--- a/public/images/pokemon/variant/exp/back/664.json
+++ b/public/images/pokemon/variant/exp/back/664.json
@@ -1,28 +1,26 @@
{
"1": {
- "797987": "9c615f",
- "f9f8fa": "f9f8fa",
- "000000": "000000",
- "ffffff": "ffffff",
- "cdcdcd": "e9c7c4",
- "383830": "4c2855",
- "54544e": "895a9f",
- "727272": "a97dbb",
- "d8a465": "838b53",
- "f0d5b9": "a0c896",
- "653925": "626649"
+ "101010": "101010",
+ "363636": "4c2855",
+ "4d4d4d": "9d6260",
+ "4e4e4e": "895a9f",
+ "747474": "a97dbb",
+ "855d31": "626649",
+ "9d7247": "838b53",
+ "d1bf6b": "a0c896",
+ "b3b3b3": "e9c7c4",
+ "f8f8f8": "ffffff"
},
"2": {
- "797987": "590015",
- "f9f8fa": "c83e4c",
- "000000": "000000",
- "ffffff": "c83e4c",
- "cdcdcd": "a70d37",
- "383830": "05312f",
- "54544e": "377772",
- "727272": "73bdae",
- "d8a465": "dda476",
- "f0d5b9": "ffe0ba",
- "653925": "bf8961"
+ "101010": "101010",
+ "363636": "05312f",
+ "4d4d4d": "590015",
+ "4e4e4e": "377772",
+ "747474": "73bdae",
+ "855d31": "bf8961",
+ "9d7247": "dda476",
+ "d1bf6b": "ffe0ba",
+ "b3b3b3": "a70d37",
+ "f8f8f8": "c83e4c"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/665.json b/public/images/pokemon/variant/exp/back/665.json
index 876adeed0ea..c5defbab5b7 100644
--- a/public/images/pokemon/variant/exp/back/665.json
+++ b/public/images/pokemon/variant/exp/back/665.json
@@ -1,16 +1,30 @@
{
+ "1": {
+ "363636": "363636",
+ "d1bf6b": "a0c896",
+ "8c8c8c": "895a9f",
+ "bfbfbf": "a97dbb",
+ "9d7247": "838b53",
+ "101010": "101010",
+ "4d4d4d": "9c615f",
+ "b3b3b3": "e9c7c4",
+ "f8f8f8": "ffffff",
+ "802626": "005361",
+ "ff4c4c": "00aacd",
+ "eed83e": "cae2c3"
+ },
"2": {
- "8e5136": "bf8961",
- "838392": "590015",
- "d8a465": "dda476",
- "f0d5b9": "ffe0ba",
- "cdcdcd": "a70d37",
- "52524b": "360000",
- "653925": "bf8961",
- "000000": "000000",
- "f9f8fa": "c83e4c",
- "94416a": "004270",
- "ee5a62": "0092dd",
- "6a6a6a": "590015"
+ "363636": "360000",
+ "d1bf6b": "ffe0ba",
+ "8c8c8c": "590015",
+ "bfbfbf": "a70d37",
+ "9d7247": "dda476",
+ "101010": "101010",
+ "4d4d4d": "590015",
+ "b3b3b3": "a70d37",
+ "f8f8f8": "c83e4c",
+ "802626": "004270",
+ "ff4c4c": "0092dd",
+ "eed83e": "ffe0ba"
}
}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago.json b/public/images/pokemon/variant/exp/back/666-archipelago.json
new file mode 100644
index 00000000000..6386464b74e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-archipelago.json
@@ -0,0 +1,35 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "c8373c": "c8373c",
+ "a2523b": "a2523b",
+ "c27351": "c27351",
+ "30c171": "30c171",
+ "b28e67": "b28e67",
+ "ceab62": "d9edd4",
+ "d2bf96": "d2bf96",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "642703",
+ "675220": "741300",
+ "504a4a": "741300",
+ "595959": "824719",
+ "707068": "a22414",
+ "c8373c": "c8373c",
+ "a2523b": "a2523b",
+ "c27351": "c27351",
+ "30c171": "30c171",
+ "b28e67": "b28e67",
+ "ceab62": "a22414",
+ "d2bf96": "d2bf96",
+ "c3c3c3": "e7caa5"
+
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_2.json b/public/images/pokemon/variant/exp/back/666-archipelago_2.json
deleted file mode 100644
index 8c6fd7bcb91..00000000000
--- a/public/images/pokemon/variant/exp/back/666-archipelago_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-archipelago_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_2.png b/public/images/pokemon/variant/exp/back/666-archipelago_2.png
deleted file mode 100644
index 86e17e33f11..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-archipelago_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_3.json b/public/images/pokemon/variant/exp/back/666-archipelago_3.json
deleted file mode 100644
index 3f9c86ecd75..00000000000
--- a/public/images/pokemon/variant/exp/back/666-archipelago_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-archipelago_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:223e2a75aa192f3fb67e18f7f0d6c4c7:ba854fe0d08f005e9aa52e55cdc7eb4e:80cdb6dd219378a41ccf5c2acc7e7786$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-archipelago_3.png b/public/images/pokemon/variant/exp/back/666-archipelago_3.png
deleted file mode 100644
index 7028f550d45..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-archipelago_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-continental.json b/public/images/pokemon/variant/exp/back/666-continental.json
new file mode 100644
index 00000000000..92614fb346c
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-continental.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "595959": "724b7a",
+ "555353": "724b7a",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "402746",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "958c8a",
+ "ceab62": "d9edd4",
+ "707068": "a97cbc",
+ "504a4a": "7f6991",
+ "aa5844": "aa5844",
+ "c3c3c3": "ffeaff",
+ "811c1c": "811c1c",
+ "e08528": "e08528"
+ },
+ "2": {
+ "101010": "101010",
+ "595959": "8f551e",
+ "555353": "e99b44",
+ "d18257": "d18257",
+ "f9bd55": "f9bd55",
+ "303030": "6d2d0d",
+ "f8f05e": "f8f05e",
+ "d24c3e": "d24c3e",
+ "675220": "9c5c19",
+ "ceab62": "e99b44",
+ "707068": "e99b44",
+ "504a4a": "9c5c19",
+ "aa5844": "aa5844",
+ "c3c3c3": "f8f27f",
+ "811c1c": "811c1c",
+ "308528": "308528"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_2.json b/public/images/pokemon/variant/exp/back/666-continental_2.json
deleted file mode 100644
index 371e157ff8a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-continental_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_2.png b/public/images/pokemon/variant/exp/back/666-continental_2.png
deleted file mode 100644
index 3b9a31469af..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-continental_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-continental_3.json b/public/images/pokemon/variant/exp/back/666-continental_3.json
deleted file mode 100644
index ec9c98e6312..00000000000
--- a/public/images/pokemon/variant/exp/back/666-continental_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-continental_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 13,
- "y": 1,
- "w": 46,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 46,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 46,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:89725e18f2e4d97217076ac82b40230b:c83c3d03ad1200fc71d95ecafb54bc03:23aaac2256d564b9d8a58d7de70397c3$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-continental_3.png b/public/images/pokemon/variant/exp/back/666-continental_3.png
deleted file mode 100644
index b61b16538eb..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-continental_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-elegant.json b/public/images/pokemon/variant/exp/back/666-elegant.json
new file mode 100644
index 00000000000..1b7b9838005
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-elegant.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "f8de3f": "f8de3f",
+ "ceab62": "d9edd4",
+ "56479d": "56479d",
+ "875fb5": "875fb5",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "c3c3c3",
+ "e6ddf8": "e6ddf8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "351262",
+ "675220": "7d1083",
+ "504a4a": "7d1083",
+ "595959": "612776",
+ "707068": "a73fab",
+ "de4040": "de4040",
+ "f8de3f": "f8de3f",
+ "ceab62": "a73fab",
+ "56479d": "56479d",
+ "875fb5": "875fb5",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "f0ecff",
+ "e6ddf8": "e6ddf8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_2.json b/public/images/pokemon/variant/exp/back/666-elegant_2.json
deleted file mode 100644
index 0894ba3672b..00000000000
--- a/public/images/pokemon/variant/exp/back/666-elegant_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-elegant_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_2.png b/public/images/pokemon/variant/exp/back/666-elegant_2.png
deleted file mode 100644
index 315b2fe859d..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-elegant_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_3.json b/public/images/pokemon/variant/exp/back/666-elegant_3.json
deleted file mode 100644
index 20501609416..00000000000
--- a/public/images/pokemon/variant/exp/back/666-elegant_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-elegant_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 44,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 44,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 44,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:bbba66d69955866664e782205a4af88d:66e99814147be780756a4d4ccd8b31dc:d6b035048c66474f6236a3bc923faa7b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-elegant_3.png b/public/images/pokemon/variant/exp/back/666-elegant_3.png
deleted file mode 100644
index 490bbb5951c..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-elegant_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-fancy.json b/public/images/pokemon/variant/exp/back/666-fancy.json
new file mode 100644
index 00000000000..5d368667ae3
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-fancy.json
@@ -0,0 +1,36 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "d9edd4",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "ffeaff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "ffeaff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "00771b",
+ "675220": "b9c05a",
+ "504a4a": "b9c05a",
+ "595959": "6f9f42",
+ "707068": "6f9f42",
+ "de4040": "de4040",
+ "5faa3e": "5faa3e",
+ "ceab62": "e3e982",
+ "b6d26d": "b6d26d",
+ "e9e052": "e9e052",
+ "cf7ef3": "cf7ef3",
+ "c3c3c3": "fcf1ff",
+ "f2d4e3": "f2d4e3",
+ "ead2e3": "fcf1ff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_2.json b/public/images/pokemon/variant/exp/back/666-fancy_2.json
deleted file mode 100644
index 5f8f29308d3..00000000000
--- a/public/images/pokemon/variant/exp/back/666-fancy_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_2.png b/public/images/pokemon/variant/exp/back/666-fancy_2.png
deleted file mode 100644
index a92f1e7eecf..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-fancy_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_3.json b/public/images/pokemon/variant/exp/back/666-fancy_3.json
deleted file mode 100644
index c1c35bf083a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-fancy_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-fancy_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:570d1bf9b987c1bf5ebfe39e485464dd:a3c8bebd39c1c84b1bf0fdf600026ea5:6d5edff9a806f43feff031c9919c9aca$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-fancy_3.png b/public/images/pokemon/variant/exp/back/666-fancy_3.png
deleted file mode 100644
index 7a54e9bb6cd..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-fancy_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-garden.json b/public/images/pokemon/variant/exp/back/666-garden.json
new file mode 100644
index 00000000000..16fec8bc537
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-garden.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "de4040": "de4040",
+ "398351": "398351",
+ "ceab62": "d9edd4",
+ "88d254": "88d254",
+ "3f919a": "3f919a",
+ "3dba96": "3dba96",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "044553",
+ "675220": "055160",
+ "504a4a": "055160",
+ "595959": "006b55",
+ "707068": "227687",
+ "de4040": "de4040",
+ "398351": "398351",
+ "ceab62": "227687",
+ "88d254": "88d254",
+ "3f919a": "3f919a",
+ "3dba96": "3dba96",
+ "c3c3c3": "72d0a3"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_2.json b/public/images/pokemon/variant/exp/back/666-garden_2.json
deleted file mode 100644
index 1c3840b900c..00000000000
--- a/public/images/pokemon/variant/exp/back/666-garden_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-garden_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_2.png b/public/images/pokemon/variant/exp/back/666-garden_2.png
deleted file mode 100644
index c56ff652c7d..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-garden_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-garden_3.json b/public/images/pokemon/variant/exp/back/666-garden_3.json
deleted file mode 100644
index 5fbdd2097fd..00000000000
--- a/public/images/pokemon/variant/exp/back/666-garden_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-garden_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4b2ac69ef7a99f6cef35d3fd38c74d01:8a4c29615f3bf20e9c5d0bb372a5b210:f13a1a8fa0a411aa91fccb833ac8719c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-garden_3.png b/public/images/pokemon/variant/exp/back/666-garden_3.png
deleted file mode 100644
index 60c7f5b7d01..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-garden_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains.json b/public/images/pokemon/variant/exp/back/666-high-plains.json
new file mode 100644
index 00000000000..984055b6a24
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-high-plains.json
@@ -0,0 +1,38 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "337543": "337543",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "7d4428": "7d4428",
+ "707068": "a97cbc",
+ "9a5a3b": "9a5a3b",
+ "aa4343": "aa4343",
+ "e1764e": "e1764e",
+ "e8c815": "e8c815",
+ "ceab62": "d9edd4",
+ "f3a861": "f3a861",
+ "c3c3c3": "c3c3c3",
+ "773d21": "773d21"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "8f1d19",
+ "675220": "c97034",
+ "337543": "337543",
+ "504a4a": "c97034",
+ "595959": "a55422",
+ "7d4428": "7d4428",
+ "707068": "f2975a",
+ "9a5a3b": "9a5a3b",
+ "aa4343": "aa4343",
+ "e1764e": "e1764e",
+ "e8c815": "e8c815",
+ "ceab62": "f2975a",
+ "f3a861": "f3a861",
+ "c3c3c3": "edc67c",
+ "773d21": "773d21"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_2.json b/public/images/pokemon/variant/exp/back/666-high-plains_2.json
deleted file mode 100644
index 405f2657c8a..00000000000
--- a/public/images/pokemon/variant/exp/back/666-high-plains_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-high-plains_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_2.png b/public/images/pokemon/variant/exp/back/666-high-plains_2.png
deleted file mode 100644
index d53634ed092..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-high-plains_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_3.json b/public/images/pokemon/variant/exp/back/666-high-plains_3.json
deleted file mode 100644
index 4c91b8fb5a0..00000000000
--- a/public/images/pokemon/variant/exp/back/666-high-plains_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-high-plains_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 15,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:410c759185f779797422e8f2ce55db4f:6afd0d04b6138fdd57d12681e967b48c:2abdb5d19b2754e3daa24b6ff3ed2c2c$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-high-plains_3.png b/public/images/pokemon/variant/exp/back/666-high-plains_3.png
deleted file mode 100644
index d6c577be131..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-high-plains_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow.json b/public/images/pokemon/variant/exp/back/666-icy-snow.json
new file mode 100644
index 00000000000..ec52af1302a
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-icy-snow.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "95a1a1": "95a1a1",
+ "acacc2": "acacc2",
+ "c3c3c3": "c3c3c3",
+ "cfd9cf": "cfd9cf",
+ "c5c5da": "c5c5da",
+ "ffffff": "ffffff"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "364051",
+ "675220": "666b7d",
+ "504a4a": "666b7d",
+ "595959": "60646a",
+ "707068": "8c91a4",
+ "ceab62": "8c91a4",
+ "95a1a1": "95a1a1",
+ "acacc2": "acacc2",
+ "c3c3c3": "c3c3c3",
+ "cfd9cf": "cfd9cf",
+ "c5c5da": "c5c5da",
+ "ffffff": "ffffff"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_2.json b/public/images/pokemon/variant/exp/back/666-icy-snow_2.json
deleted file mode 100644
index a456b34be45..00000000000
--- a/public/images/pokemon/variant/exp/back/666-icy-snow_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-icy-snow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_2.png b/public/images/pokemon/variant/exp/back/666-icy-snow_2.png
deleted file mode 100644
index 02e7e2e61af..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-icy-snow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_3.json b/public/images/pokemon/variant/exp/back/666-icy-snow_3.json
deleted file mode 100644
index c1b2ff5791d..00000000000
--- a/public/images/pokemon/variant/exp/back/666-icy-snow_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-icy-snow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:9f47e6de00b727163c2ffb6870af9c6b:16bfd68007c3798294c7d690e075f679:fb1e8b97806dc5c60ac6adf0ae48199b$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-icy-snow_3.png b/public/images/pokemon/variant/exp/back/666-icy-snow_3.png
deleted file mode 100644
index 3c247e0d43a..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-icy-snow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-jungle.json b/public/images/pokemon/variant/exp/back/666-jungle.json
new file mode 100644
index 00000000000..63b998e284e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-jungle.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "724e28": "724e28",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "567456": "567456",
+ "707068": "a97cbc",
+ "9a653e": "9a653e",
+ "638c63": "638c63",
+ "c29566": "c29566",
+ "ceab62": "d9edd4",
+ "7cc48b": "7cc48b",
+ "c3c3c3": "c3c3c3"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "20452e",
+ "724e28": "724e28",
+ "675220": "153922",
+ "504a4a": "153922",
+ "595959": "285b3b",
+ "567456": "567456",
+ "707068": "385c43",
+ "9a653e": "9a653e",
+ "638c63": "638c63",
+ "c29566": "c29566",
+ "ceab62": "385c43",
+ "7cc48b": "7cc48b",
+ "c3c3c3": "a9d9a0"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_2.json b/public/images/pokemon/variant/exp/back/666-jungle_2.json
deleted file mode 100644
index e941cffbb5e..00000000000
--- a/public/images/pokemon/variant/exp/back/666-jungle_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-jungle_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_2.png b/public/images/pokemon/variant/exp/back/666-jungle_2.png
deleted file mode 100644
index d6023a6500f..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-jungle_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_3.json b/public/images/pokemon/variant/exp/back/666-jungle_3.json
deleted file mode 100644
index 8bbc5571373..00000000000
--- a/public/images/pokemon/variant/exp/back/666-jungle_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-jungle_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 43,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 43,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 43,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:4d8913bd65ce0b63c5354717532a7d60:39392afb8d9fb30f37b8d68b6cd368ad:c8686bcc5493911384853d54c85bfea1$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-jungle_3.png b/public/images/pokemon/variant/exp/back/666-jungle_3.png
deleted file mode 100644
index 0f4ca358601..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-jungle_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-marine.json b/public/images/pokemon/variant/exp/back/666-marine.json
new file mode 100644
index 00000000000..0bae2c2067e
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-marine.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "ceab62": "d9edd4",
+ "315382": "315382",
+ "367cb9": "367cb9",
+ "2f8dc9": "2f8dc9",
+ "5acdf1": "5acdf1",
+ "c3c3c3": "c3c3c3",
+ "f2f2f2": "f2f2f2"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "16244f",
+ "675220": "264c85",
+ "504a4a": "264c85",
+ "595959": "2a5894",
+ "707068": "3070af",
+ "ceab62": "3070af",
+ "315382": "315382",
+ "367cb9": "367cb9",
+ "2f8dc9": "2f8dc9",
+ "5acdf1": "5acdf1",
+ "c3c3c3": "3070af",
+ "f2f2f2": "f2f2f2"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_2.json b/public/images/pokemon/variant/exp/back/666-marine_2.json
deleted file mode 100644
index 7f85f0176f9..00000000000
--- a/public/images/pokemon/variant/exp/back/666-marine_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-marine_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_2.png b/public/images/pokemon/variant/exp/back/666-marine_2.png
deleted file mode 100644
index ffa21823012..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-marine_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-marine_3.json b/public/images/pokemon/variant/exp/back/666-marine_3.json
deleted file mode 100644
index f61b5ed14a9..00000000000
--- a/public/images/pokemon/variant/exp/back/666-marine_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-marine_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:b061fec5d665439da49159647e0a7d71:7cac8aa51d4531fbcf0f9ea9bf644452:dc240f0acbf3d56fe8729dd1f703009f$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-marine_3.png b/public/images/pokemon/variant/exp/back/666-marine_3.png
deleted file mode 100644
index ee4c51543ee..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-marine_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-meadow.json b/public/images/pokemon/variant/exp/back/666-meadow.json
new file mode 100644
index 00000000000..4f567cb29ee
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-meadow.json
@@ -0,0 +1,34 @@
+{
+ "1": {
+ "101010": "101010",
+ "f2f2f2": "f2f2f2",
+ "303030": "402746",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "c3c3c3": "c3c3c3",
+ "707068": "a97cbc",
+ "675220": "958c8a",
+ "ceab62": "d9edd4",
+ "2d9b9b": "2d9b9b",
+ "e66fad": "e66fad",
+ "b4295a": "b4295a",
+ "f3a0ca": "f3a0ca",
+ "da6b7e": "da6b7e"
+ },
+ "2": {
+ "101010": "101010",
+ "f2f2f2": "f2f2f2",
+ "303030": "770921",
+ "504a4a": "a2275e",
+ "595959": "9e3941",
+ "c3c3c3": "f4c2ec",
+ "707068": "ce5283",
+ "675220": "a2275e",
+ "ceab62": "ce5283",
+ "2d9b9b": "2d9b9b",
+ "e66fad": "e66fad",
+ "b4295a": "b4295a",
+ "f3a0ca": "f3a0ca",
+ "da6b7e": "da6b7e"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_2.json b/public/images/pokemon/variant/exp/back/666-meadow_2.json
deleted file mode 100644
index 7c2cbd58134..00000000000
--- a/public/images/pokemon/variant/exp/back/666-meadow_2.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_2.png b/public/images/pokemon/variant/exp/back/666-meadow_2.png
deleted file mode 100644
index bb54cac34cd..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-meadow_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_3.json b/public/images/pokemon/variant/exp/back/666-meadow_3.json
deleted file mode 100644
index 6dcce66c44e..00000000000
--- a/public/images/pokemon/variant/exp/back/666-meadow_3.json
+++ /dev/null
@@ -1,524 +0,0 @@
-{
- "textures": [
- {
- "image": "666-meadow_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 234,
- "h": 234
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0023.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0024.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 3,
- "y": 4,
- "w": 78,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 78,
- "h": 87
- }
- },
- {
- "filename": "0005.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0006.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0021.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0022.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 7,
- "y": 3,
- "w": 70,
- "h": 87
- },
- "frame": {
- "x": 0,
- "y": 87,
- "w": 70,
- "h": 87
- }
- },
- {
- "filename": "0007.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0008.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0019.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0020.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 11,
- "y": 2,
- "w": 63,
- "h": 87
- },
- "frame": {
- "x": 70,
- "y": 87,
- "w": 63,
- "h": 87
- }
- },
- {
- "filename": "0009.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0010.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0017.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0018.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 14,
- "y": 1,
- "w": 57,
- "h": 87
- },
- "frame": {
- "x": 78,
- "y": 0,
- "w": 57,
- "h": 87
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 5,
- "w": 84,
- "h": 86
- },
- "frame": {
- "x": 135,
- "y": 0,
- "w": 84,
- "h": 86
- }
- },
- {
- "filename": "0011.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0012.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0015.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0016.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 17,
- "y": 0,
- "w": 52,
- "h": 87
- },
- "frame": {
- "x": 135,
- "y": 86,
- "w": 52,
- "h": 87
- }
- },
- {
- "filename": "0013.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- },
- {
- "filename": "0014.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 84,
- "h": 91
- },
- "spriteSourceSize": {
- "x": 20,
- "y": 0,
- "w": 47,
- "h": 85
- },
- "frame": {
- "x": 187,
- "y": 86,
- "w": 47,
- "h": 85
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:49698fe6f96ff24d2fe1c7a365f79f1b:f15ccef05dfd7ebb03ac6c66ae05dcef:f8ac4807b4d6eef2256fa1b93e0f89ba$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-meadow_3.png b/public/images/pokemon/variant/exp/back/666-meadow_3.png
deleted file mode 100644
index 865e404c1cd..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-meadow_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-modern.json b/public/images/pokemon/variant/exp/back/666-modern.json
new file mode 100644
index 00000000000..5572a58bfa9
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-modern.json
@@ -0,0 +1,32 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "b83c3c": "b83c3c",
+ "f44f4f": "f44f4f",
+ "ceab62": "d9edd4",
+ "3b6cbb": "3b6cbb",
+ "405793": "405793",
+ "c3c3c3": "c3c3c3",
+ "cfc5d9": "cfc5d9"
+ },
+ "2":{
+ "101010": "101010",
+ "303030": "4e0000",
+ "675220": "801521",
+ "504a4a": "801521",
+ "595959": "830012",
+ "707068": "ad2640",
+ "b83c3c": "b83c3c",
+ "f44f4f": "f44f4f",
+ "ceab62": "ad2640",
+ "3b6cbb": "3b6cbb",
+ "405793": "405793",
+ "c3c3c3": "ffeae8",
+ "cfc5d9": "cfc5d9"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_2.json b/public/images/pokemon/variant/exp/back/666-modern_2.json
deleted file mode 100644
index 4b0ef1a8a59..00000000000
--- a/public/images/pokemon/variant/exp/back/666-modern_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-modern_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_2.png b/public/images/pokemon/variant/exp/back/666-modern_2.png
deleted file mode 100644
index 4cd5d770881..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-modern_2.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-modern_3.json b/public/images/pokemon/variant/exp/back/666-modern_3.json
deleted file mode 100644
index 78c496fc208..00000000000
--- a/public/images/pokemon/variant/exp/back/666-modern_3.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-modern_3.png",
- "format": "RGBA8888",
- "size": {
- "w": 136,
- "h": 136
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 68,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:deb5b8b4295c15b4c8718bf2ed9791d1:bbe309a34a59a4e2f74eeba5769476f4:5fc0e8f9a0750c2f3cfb5d6e7eca0d45$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-modern_3.png b/public/images/pokemon/variant/exp/back/666-modern_3.png
deleted file mode 100644
index 5795174404f..00000000000
Binary files a/public/images/pokemon/variant/exp/back/666-modern_3.png and /dev/null differ
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon.json b/public/images/pokemon/variant/exp/back/666-monsoon.json
new file mode 100644
index 00000000000..915d471b2b1
--- /dev/null
+++ b/public/images/pokemon/variant/exp/back/666-monsoon.json
@@ -0,0 +1,33 @@
+{
+ "1": {
+ "101010": "101010",
+ "303030": "402746",
+ "675220": "958c8a",
+ "504a4a": "7f6991",
+ "595959": "724b7a",
+ "707068": "a97cbc",
+ "807676": "807676",
+ "ceab62": "d9edd4",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "c3c3c3": "c3c3c3",
+ "f0f0f8": "f0f0f8"
+ },
+ "2": {
+ "101010": "101010",
+ "303030": "3d3231",
+ "675220": "2c3593",
+ "504a4a": "2c3593",
+ "595959": "4f4645",
+ "707068": "5857bc",
+ "807676": "807676",
+ "ceab62": "5857bc",
+ "5676de": "5676de",
+ "4eccd6": "4eccd6",
+ "989898": "989898",
+ "92f4f4": "92f4f4",
+ "c3c3c3": "b8f9f9",
+ "f0f0f8": "f0f0f8"
+ }
+}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_2.json b/public/images/pokemon/variant/exp/back/666-monsoon_2.json
deleted file mode 100644
index 344344ec0b2..00000000000
--- a/public/images/pokemon/variant/exp/back/666-monsoon_2.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "textures": [
- {
- "image": "666-monsoon_2.png",
- "format": "RGBA8888",
- "size": {
- "w": 137,
- "h": 137
- },
- "scale": 1,
- "frames": [
- {
- "filename": "0001.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 0,
- "y": 0,
- "w": 67,
- "h": 68
- }
- },
- {
- "filename": "0002.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 67,
- "y": 0,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0004.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 16,
- "y": 1,
- "w": 42,
- "h": 69
- },
- "frame": {
- "x": 0,
- "y": 68,
- "w": 42,
- "h": 69
- }
- },
- {
- "filename": "0003.png",
- "rotated": false,
- "trimmed": true,
- "sourceSize": {
- "w": 67,
- "h": 71
- },
- "spriteSourceSize": {
- "x": 0,
- "y": 3,
- "w": 67,
- "h": 68
- },
- "frame": {
- "x": 42,
- "y": 69,
- "w": 67,
- "h": 68
- }
- }
- ]
- }
- ],
- "meta": {
- "app": "https://www.codeandweb.com/texturepacker",
- "version": "3.0",
- "smartupdate": "$TexturePacker:SmartUpdate:71a24b11bc54be921b67b4376d798e05:f5358aac113e1f7af7eddf984d9692b3:637bea52b465abfb8e5a576310b4dacc$"
- }
-}
\ No newline at end of file
diff --git a/public/images/pokemon/variant/exp/back/666-monsoon_2.png b/public/i